This package is for patching the Visual C++ libraries of the IDA 4.9 SDK to work with the free version.
The included patchlib program serves two purposes:
- Remap the export ordinals to match the free version of ida.wll.
- Ensure that names are not used when importing from the library.
To facilitate the remapping, patchlib needs two files, ida.wll.exports and ida.wll.names.
- ida.wll.exports contains a list of remapped ordinals and undecorated symbol names.
- ida.wll.names contains a list of decorated symbols.
With the patched library you can build loaders and plugins.
Processor modules are blocked by the free version.
Recommended Comments
Create an account or sign in to comment