Closed Hypnootika closed 7 months ago
thank you
result.base = getModule(result, result.name).base
for the base address of the process# Winonly
comments in the cheatsheet - we didn't do that on other windows functions alsoprocessWrite
necessary or / and could it be simplified?archMatch
necessary? Could it be simplified with reusing is64bit
?thank you
- please use
result.base = getModule(result, result.name).base
for the base address of the process- remove the
# Winonly
comments in the cheatsheet - we didn't do that on other windows functions also- is
processWrite
necessary or / and could it be simplified?- is
archMatch
necessary? Could it be simplified with reusingis64bit
?
Added and tested above functions. inject_module and get_proc_address are 100% working. create_remote_thread is destroying my brain at the moment. I THINK it is working correctly.