Skip to content

Add (more) x64 types #6

@C0D3-M4513R

Description

@C0D3-M4513R

By types, I mean mostly these:

  • LDR_DATA_TABLE_ENTRY
  • PEB_LDR_DATA
  • PEB
  • PROCESS_BASIC_INFORMATION

Right now, there are Platform independent x86 types and Platform dependent types, but no Platform independent x64 types.

For the time being, I just copied the existing definitions, and modified them slightly.
I copied the Macros, that cannot be imported, for the time being.

I need those types, because I am building a dll injector, that will support injecting into a x64 process, from a x86 injector.
I am reading the PEB, to get the base address, of kernel32.dll.

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