mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
506 B
506 B
DbgMemFindBaseAddr
Returns the baseaddress and size of a specific module
duint DbgMemFindBaseAddr(
duint addr,
duint* size
);
Parameters
addr Virtual address which is in a specific module.
size Pointer, which will, on success, hold the module size.
Return Value
On success, returns the virtual address of a specific module.
On failure, it will return 0.
Example
Example code.