ntapi icon indicating copy to clipboard operation
ntapi copied to clipboard

Add (more) x64 types

Open C0D3-M4513R opened this issue 4 years ago • 0 comments

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.

C0D3-M4513R avatar Aug 28 '21 20:08 C0D3-M4513R