findguid/guidfind
Find references to GUID. The referenced GUID must be registered in the system, otherwise it will not be found.
参数
[arg1]
The base of the memory range. If not specified, RIP
或 EIP
will be used.
[arg2]
The size of the memory range.
[arg3]
The region to search.0
is current region (specified with arg1 and arg2).1
is current module (the module specified with arg1). 2
is all modules.
结果
Set $result
to1
if any GUID is found,0
otherwise.