- Notifications
You must be signed in to change notification settings - Fork107
Open
Description
Language:python 3.11
Code:
proc=find_process("notepad++.exe")new_me=alloc_memory_ex(proc,1024,PROT_XRW)set_memory_ex(proc,new_me ,b"\x00",10)//ERROR 👇set_memory_ex(proc,new_me ,b"\x00",10)TypeError:functiontakesexactly3arguments (4given)
I'm not sure why this error occurs. Theset_memory_ex
function should have passed in 4 parameters.
Metadata
Metadata
Assignees
Labels
No labels