Skip to content

Releases: emoose/ida-pro-loadmap

ida-pro-loadmap 1.43

12 Mar 03:19
Compare
Choose a tag to compare

(old release, see 1.43a below)

Built for IDA Pro 7.2 (32 and 64bit)

ida-pro-loadmap modified to work with loader plugins (eg idaxex), and with small changes to allow IDA to mark more symbols as functions, and add suffixes to names that already exist.

1.41 also lets IDA know about any static functions, and any functions imported from known X360 SDK libraries (marked in light blue).
1.42 improved the code that marked these functions, greatly reducing the time it takes to load the .map (it'll still take a minute or two though).
1.43 added support for detecting Xbox OG SDK libraries.

To install extract the two DLLs into your IDA\plugins\ directory.

To make use of it, wait for auto-analysis to complete (important for more functions to be named!) and then go to Edit -> Plugins, click "Load Symbols From MAP File", choose a .MAP file, and the plugin will add comments next to all the functions it finds in the .MAP.

If you want it to name/create functions instead, hold down shift while clicking "Load Symbols From MAP File" from the plugins menu, then follow the UI prompts.

ida-pro-loadmap 1.42

12 Mar 01:47
Compare
Choose a tag to compare

Built for IDA Pro 7.2 (32 and 64bit)

ida-pro-loadmap modified to work with loader plugins (eg idaxex), and with small changes to allow IDA to mark more symbols as functions, and add suffixes to names that already exist.

1.41 also lets IDA know about any static functions, and any functions imported from an X360 library (marked in blue).
1.42 improved the code that marked these functions, greatly reducing the time it takes to load the .map.

To install extract the two DLLs into your IDA/plugins/ directory.

To make use of it, wait for auto-analysis to complete and then go to Edit -> Plugins, click "Load Symbols From MAP File", choose a .MAP file, and the plugin will add comments next to all the functions it finds in the .MAP.

If you want it to name/create functions instead, shift+click "Load Symbols From MAP File" from the plugins menu and then follow the UI prompts.

ida-pro-loadmap 1.41

12 Mar 01:07
Compare
Choose a tag to compare

Built for IDA Pro 7.2 (32 and 64bit)

ida-pro-loadmap modified to work with loader plugins (eg idaxex), and with small changes to allow IDA to mark more symbols as functions, and add suffixes to names that already exist.

1.41 also lets IDA know about any static functions, and any functions imported from an X360 library (unfortunately this can make .MAP loading take a lot longer, around ~2-5 minutes for larger maps, IMO it's worth it though, since now you can easily see what functions are actually from the game, not just imported from the SDK)
If this increased loading time is too much for you, you can use the 1.4 release instead which doesn't include this.

To install extract the two DLLs into your IDA/plugins/ directory.

To make use of it, wait for auto-analysis to complete and then go to Edit -> Plugins, click "Load Symbols From MAP File", choose a .MAP file, and the plugin will add comments next to all the functions it finds in the .MAP.

If you want it to name/create functions instead, shift+click "Load Symbols From MAP File" from the plugins menu and then follow the UI prompts.

ida-pro-loadmap 1.43a

19 Jul 17:59
Compare
Choose a tag to compare

Built for IDA Pro 7.2, 7.3 & 7.5 (32 and 64bit)

ida-pro-loadmap modified to work with loader plugins (eg idaxex), and with small changes to allow IDA to mark more symbols as functions, and add suffixes to names that already exist.

1.41 also lets IDA know about any static functions, and any functions imported from known X360 SDK libraries (marked in light blue).
1.42 improved the code that marked these functions, greatly reducing the time it takes to load the .map (it'll still take a minute or two though).
1.43 added support for detecting Xbox OG SDK libraries.
1.43a added builds for IDA 7.3 & 7.5, and added mefistotelis's "Allowed loading MAP file on plain binary" commit to this fork

To install extract the two DLLs into your IDA\plugins\ directory.

To make use of it, wait for auto-analysis to complete (important for more functions to be named!) and then go to Edit -> Plugins, click "Load Symbols From MAP File", choose a .MAP file, and the plugin will add comments next to all the functions it finds in the .MAP.

If you want it to name/create functions instead, hold down shift while clicking "Load Symbols From MAP File" from the plugins menu, then follow the UI prompts.

ida-pro-loadmap 1.4

11 Mar 19:11
Compare
Choose a tag to compare

Built for IDA Pro 7.2 (32 and 64bit)

ida-pro-loadmap modified to work with loader plugins (eg idaxex), and with small changes to allow IDA to mark more symbols as functions, and add suffixes to names that already exist.

To install extract the two DLLs into your IDA/plugins/ directory.

To use, wait for auto-analysis to complete and then go to Edit -> Plugins, click "Load Symbols From MAP File", choose a .MAP file, and the plugin will add comments next to all the functions it finds in the .MAP.

If you want it to name/create functions instead, shift+click "Load Symbols From MAP File" from the plugins menu and then follow the UI prompts.