You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i iterate over all instruction, than i don't get the same addresses like in gdb and calculate offset or call a specified function in memory becomes impossible.
can someone help me?
Thanks :)
The text was updated successfully, but these errors were encountered:
Hi there.
The 7fff... addresses you see are typically ELF interpreter or loaded libc shared object, they are not part of your executable. Most of the times users will not be interested in debugging these. Because of that, Qiling attaches the debugger only after they run and when it is about to hit the primary binary entry point. If you have something specific on your mind, we can try and help you get there.
BTW - your hook has a bug: it compares between two operands with a single = instead of two: ==.
0x7fffb7e4c1b5
0x7fffb7e4c1b6
0x4014e5
0x4014ea
when i iterate over all instruction, than i don't get the same addresses like in gdb and calculate offset or call a specified function in memory becomes impossible.
can someone help me?
Thanks :)
The text was updated successfully, but these errors were encountered: