modcallfind
Find all inter-modular calls.
参数
[arg1]
Address of/inside a memory page to find inter-modular calls in. When not specified EIP/RIP will be used.
[arg2]
The size of the data to search in.
结果
The $result
variable is set to the number of inter-modular calls found.
备注
引用视图的内容可以在脚本中用 ref.addr
表达式函数进行迭代。
i = 0 loop: addr = ref.addr(i) log "reference {d:i} = {p:addr}" i++ cmp i, ref.count() jne loop