-
Notifications
You must be signed in to change notification settings - Fork 30
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
loader not working #16
Comments
You need lz4 installed correctly - I know that doesn't help, but that's the issue. One option is to modify the code and replace:
with the uncompress implementation from https://gist.github.com/weigon/43e217e69418875a55b31b1a5c89662d (either patched to remove the |
It worked with my IDA Pro 7.5 SP3 + Python 3.9 update on macOS. With I wish this could fix the symbols as all other loaders seems outdated and not working. |
@x43x61x69 what do you mean by "fix the symbols"? Feel free to open an issue explaining the issue if there's something that could be fixed |
@hthh ah, I was meant to say restore the function name. I've seen a DLL version by someone else which is now outdated that were able to resolve the function name (as shown in his screenshot). |
Fresh install of Windows 10 and IDAPR0 7.0
Installed python 2.7.18 (64bit) and
py -2 -m pip install lz4
Please help
The text was updated successfully, but these errors were encountered: