Skip to content

reverserb/Simple_PE_Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple_PE_Loader

⚙️ Default PE loader on C++. Only x86 Native is supported. It's not hard to redo for x64, whoever needs it will do it. Copies the table of imports, sections, and relocations. !!! For the loader to work, the payload must have a .reloc section

I do not advise you to be a script-kiddy, who does not understand - study :)

How to use

  1. Put the contents of your file in Payload.h (you can use HxD Editor)
  2. Compile the program and rejoice

Example

Example

Releases

No releases published

Packages

No packages published