Replies: 1 comment 1 reply
-
Hi @et-ness, the source you provided is incomplete. Please update it if this is still the case on your end. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a test elf compiled for mips el, here the source:
source test.c
This is my test script:
source test.py
Here the output:
print in hook_testfun is executed before the print test message. Why?
I think the correct behaviout is print my test message and when the function testfun is called the hook should start with: replace, hook on enter, hook on exit.
Is wrong my code or is it an issue?
I tested with latest stable version 1.4.6 and with lastest dev commit.
Beta Was this translation helpful? Give feedback.
All reactions