We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(My English is not well, please forgive me) I tried to running uncorn_pe as "uncorn_pe.exe test.exe -disasm" under the DEBUG mode,but when I step to
ctx->MapImageToEngine(modInfo.name, (PVOID)modInfo.baseAddress, modInfo.size, modInfo.baseAddress, ((LDR_DATA_TABLE_ENTRY_BASE_T*)(modInfo.ldrPtr))->EntryPoint); (uncorn_pe.cpp ; line: 60)
ctx->MapImageToEngine(modInfo.name, (PVOID)modInfo.baseAddress, modInfo.size, modInfo.baseAddress, ((LDR_DATA_TABLE_ENTRY_BASE_T*)(modInfo.ldrPtr))->EntryPoint);
it crashed. I checked the "watches" and found that the error appeared in "ldrPtr",because it is a "nullptr".
Is my operation wrong and how could I fix it?
Looking forward to your reply, thanks.
The text was updated successfully, but these errors were encountered:
Should be fixed with latest commit e7526f9.
Sorry, something went wrong.
No branches or pull requests
(My English is not well, please forgive me)
I tried to running uncorn_pe as "uncorn_pe.exe test.exe -disasm" under the DEBUG mode,but when I step to
ctx->MapImageToEngine(modInfo.name, (PVOID)modInfo.baseAddress, modInfo.size, modInfo.baseAddress, ((LDR_DATA_TABLE_ENTRY_BASE_T*)(modInfo.ldrPtr))->EntryPoint);
(uncorn_pe.cpp ; line: 60)it crashed. I checked the "watches" and found that the error appeared in "ldrPtr",because it is a "nullptr".
Is my operation wrong and how could I fix it?
Looking forward to your reply, thanks.
The text was updated successfully, but these errors were encountered: