x64dbgpy icon indicating copy to clipboard operation
x64dbgpy copied to clipboard

script help

Open nihuai opened this issue 7 years ago • 1 comments

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)

nihuai avatar Oct 14 '17 09:10 nihuai

Did you find help doc?

yuanbi avatar Nov 08 '19 03:11 yuanbi