x64dbgpy
x64dbgpy copied to clipboard
script help
Some of the modules don't know how to use it. Are there any help documents. For example, find binary feature codes in memory. Find two suspicious functions, but I don't know how to use it.
def Find(data, pattern):
return _x64dbg.Find(data, pattern)
def FindMem(start, size, pattern):
return _x64dbg.FindMem(start, size, pattern)
Did you find help doc?