About This File
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
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now