Skip to content

Support native pointer type #15

@emesare

Description

@emesare

Currently POINTER class types (see ctypes doc) are not supported. To allow these to be supported we need the following:

  • A way to specify the "default" pointer width within the code (think: set_native_pointer_size(8)), this is very important as existing ctypes structures do not account for any specific pointer width and instead the pointer width of the system in which it is running in.
  • Accessible address value (see notice in py_from_bytes)
    todo!("Need to store address in an attribute to access later")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions