Skip to content

Platform dependent integer (size_t) #134

@markushauge

Description

@markushauge

I'm working on reversing a program which has a 64-bit and a 32-bit version. The two versions are essentially identical, just compiled for different targets. Having an integer node with the size dependent on the current platform would reduce the amount of work. The current workaround is to use a void pointer, but it does not show the correct purpose of the node. Code generation should also be able to generate a size_t rather than void*.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions