Skip to content

Use pointers instead of int to support 64bit address #32

Description

@shahakMorag

Pointers fixes

In the read function you can use ctypes.c_void_p() to support 64bit.
In the readString use ReadProcessMemory use ctypes.c_void_p(lp_base_address) instead lp_base_address.

Improve API

In readByte remove the hex in order to allow to convert it into bytes easier.

Release Pypi of the fixes

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions