x64dbg / x64dbgpy

Automating x64dbg using Python, Snapshots:
https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts
MIT License
1.47k stars 70 forks source link

script help #18

Open nihuai opened 6 years ago

nihuai commented 6 years ago

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)
yuanbi commented 4 years ago

Did you find help doc?