Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Octoberfest7/Inline-Execute-PE
/ functions
Functions
28 in github.com/Octoberfest7/Inline-Execute-PE
⨍
Functions
28
◇
Types & classes
7
↓ 2 callers
Function
getNtHdrs
Inline-Execute-PE/peload.c:21
↓ 2 callers
Function
peLoader
Inline-Execute-PE/peload.c:82
↓ 1 callers
Function
KillConhost
Inline-Execute-PE/peunload.c:47
↓ 1 callers
Function
cleanupModules
Inline-Execute-PE/peunload.c:21
↓ 1 callers
Function
fixIAT
Fix IAT in manually mapped PE. This is where we hook certain API's and redirect calls to them to our above defined functions.
Inline-Execute-PE/perun.c:240
↓ 1 callers
Function
freeargvA
This array is created manually since CommandLineToArgvA doesn't exist, so manually freeing each item in array
Inline-Execute-PE/perun.c:153
↓ 1 callers
Function
freeargvW
This array is returned from CommandLineToArgvW so using LocalFree as per MSDN
Inline-Execute-PE/perun.c:164
↓ 1 callers
Function
getNtHdrs
Inline-Execute-PE/perun.c:205
↓ 1 callers
Function
getPeDir
Inline-Execute-PE/peload.c:37
↓ 1 callers
Function
getPeDir
Inline-Execute-PE/perun.c:221
↓ 1 callers
Function
masqueradeCmdline
This function handles transforming the basic Ansi cmdline string from CS into all of the different formats that might be required by a PE
Inline-Execute-PE/perun.c:115
↓ 1 callers
Function
peRun
Inline-Execute-PE/perun.c:350
↓ 1 callers
Function
peUnload
Inline-Execute-PE/peunload.c:93
↓ 1 callers
Function
xorPE
Inline-Execute-PE/peload.c:55
↓ 1 callers
Function
xorPE
This function XOR's/un-XOR's PE in memory
Inline-Execute-PE/perun.c:175
Function
go
Inline-Execute-PE/peload.c:210
Function
go
Inline-Execute-PE/peunload.c:137
Function
go
Inline-Execute-PE/perun.c:453
Function
hookExitProcess
Inline-Execute-PE/perun.c:96
Function
hookGetCommandLineA
Inline-Execute-PE/perun.c:33
Function
hookGetCommandLineW
Inline-Execute-PE/perun.c:27
Function
hook__getmainargs
Inline-Execute-PE/perun.c:67
Function
hook__p___argc
Inline-Execute-PE/perun.c:52
Function
hook__p___argv
Inline-Execute-PE/perun.c:39
Function
hook__wgetmainargs
Inline-Execute-PE/perun.c:58
Function
hook_onexit
Inline-Execute-PE/perun.c:76
Function
hookatexit
Inline-Execute-PE/perun.c:82
Function
hookexit
Inline-Execute-PE/perun.c:88