-
Notifications
You must be signed in to change notification settings - Fork 231
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
module_entry: Caught error: invalid_read #239
Comments
can you share the source binary? otherwise, it will be difficult to triage why the emulator tried to read invalid data from address 0x140002fec. |
encryptdecrypthardcodedkey_release.zip Thank you for taking a look! |
Please tell us which version of Unicorn you are installing |
unicorn==1.0.2 |
update: I was using the -p arguement to pass command line arguments into the program being emulated. My main did not have any arguments though. So I hard-coded the option to encrypt and removed cin. Although, I get the same error: python -m speakeasy -o release.json -t release.exe
|
Update: It looks like the issue has to do with using std::cout. Is this a known issue? |
Hello,
Thank you for producing this tool. I get the following error when running this command:
python -m speakeasy -p 1 -o release.json -t release.exe
I don't an error when running the executable outside the emulator.
The text was updated successfully, but these errors were encountered: