mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Add some functions + utility to create a console into injected process
This commit is contained in:
@@ -260,7 +260,6 @@ def generate_stub_64(callback):
|
||||
code += Mov_RAX_X(save_r9)
|
||||
code += Mov_R9_DRAX()
|
||||
# Call python code
|
||||
code += Int3()
|
||||
code += Mov_RAX_X(c_callback)
|
||||
code += Reserve_space_for_call
|
||||
code += Call_RAX() # no need for stack alignement here as we poped the return addr
|
||||
|
||||
Reference in New Issue
Block a user