-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install LX loader to Ghidra 9.2 #6
Comments
Thank you for reporting the issue. |
Thanks, the new plugin got installed without problem but when I tried to load a VXD file in I got the following error: Unsupported fixup type Build Date: 2020-Nov-13 1112 EST |
Yes unfortunately the loader doesn't support everything in LX format because, at least for me the documentation is not very clear. |
Yes, I also didn't find any well documentation of VXD/LE. All my effort is to understand the meaning of 3 Bytes at offset 144-146h from the beginning of VXD file. It starts with MZ header and standard DOS stub, LE header statrts at offset 80h. The LE headrer ends before 144h so I cannot figure what this bytes belongs. I need to understand it if it is ncessary to change it fort porting a patch of the NV driver from one version to another and when I don't know what this bytes do I don't know how to modify the counterpart VXD file... |
Hi,
I wanted to use this plugin (latest ver. 9.1.2) but Ghidra 9.2 refuses it to install (it's showed in the extension list for install but checkbox cannot be selected). Other plugin e.g. gas that came with Ghidra installs OK. Doest it perform some version checking? Could you update the plugin or can I bypass version check some way?
The text was updated successfully, but these errors were encountered: