frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
762 stars 248 forks source link

X86Writer instruction miss #563

Closed nblog closed 2 years ago

nblog commented 3 years ago

push, missed "push [reg+offset]".

leave, missed "enter" (don't need it, maybe).

nblog commented 3 years ago

"push [reg]", "pop [reg]" and push [reg+offset]