Description
Please add support for memory reads, using gadgets such as
This would be a great improvement!
Alternatives
I wanted to call a function that was not in the import table of the binary. My current workaround is to use add_to_mem to modify the address of an existing import, and then call the same import
Additional context
The use case for this is reading from the GOT/IAT to obtain addresses in shared libraries or DLLs.
Description
Please add support for memory reads, using gadgets such as
This would be a great improvement!
Alternatives
I wanted to call a function that was not in the import table of the binary. My current workaround is to use
add_to_memto modify the address of an existing import, and then call the same importAdditional context
The use case for this is reading from the GOT/IAT to obtain addresses in shared libraries or DLLs.