Skip to content

Add support for memory reads #137

Description

@programdev218

Description

Please add support for memory reads, using gadgets such as

mov rax, [rax]
ret

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions