Replies: 1 comment
-
Edit - my bad, I somehow had 2 traces going (?), and it appears the injection was being applied to the other ? not sure exactly how that happens since the breakpoint itself was working as intended. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up the emulator to skip some DLL calls (until I figure out how to map those DLLs and trace inside them). I followed what I thought were simple enough steps :
emu_skip_decoded();
emu_12345678();
just to see if I can trigger some kind of error : no change.Am I missing a crucial step ? I doubt such an obvious bug would be present...
This is on ghidra 11.3 and JDK 21.0.4.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions