x64dbg/docs/developers/functions/debug/DbgMemFindBaseAddr.md
2025-07-04 01:32:42 +02:00

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.