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

Is there an API to retrieve a list of intermodular calls? #56

Open m155p1nk opened 3 years ago

m155p1nk commented 3 years ago

Hi,

is there a possibility to retrieve a list of all the intermodular calls? I just found the x64dbg command named "modcallfind", but unfortunately, this command only gets me the number of calls found, not the values itself as they will be listed in the x64 GUI via Search for > Current Region > Intermodular Calls.