Skip to content

invtero.net: Memory editing

ktwo/ShaneK2 edited this page Jul 23, 2017 · 1 revision

AntiAntiDebug.py demonstrates how to use the editing functionality to modify and write back memory snapshots

This works best in VMWare right now.

After you set "AllowWrite" any changes you make to the run-time native reflected python objects will write back to the underlying memory snapshot.

###
#
#  You have to set AllowWrite to enable write-back support for dynamic objects
#  This is a safety measure so nothing changes under the hood by mistake
#  Vtero.VerboseLevel 2+ will write detailed information when write's occur
#
###
Vtero.AllowWrite = True
`