MCPcopy Create free account

hub / github.com/Octoberfest7/Inline-Execute-PE / functions

Functions28 in github.com/Octoberfest7/Inline-Execute-PE

↓ 2 callersFunctiongetNtHdrs
Inline-Execute-PE/peload.c:21
↓ 2 callersFunctionpeLoader
Inline-Execute-PE/peload.c:82
↓ 1 callersFunctionKillConhost
Inline-Execute-PE/peunload.c:47
↓ 1 callersFunctioncleanupModules
Inline-Execute-PE/peunload.c:21
↓ 1 callersFunctionfixIAT
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 callersFunctionfreeargvA
This array is created manually since CommandLineToArgvA doesn't exist, so manually freeing each item in array
Inline-Execute-PE/perun.c:153
↓ 1 callersFunctionfreeargvW
This array is returned from CommandLineToArgvW so using LocalFree as per MSDN
Inline-Execute-PE/perun.c:164
↓ 1 callersFunctiongetNtHdrs
Inline-Execute-PE/perun.c:205
↓ 1 callersFunctiongetPeDir
Inline-Execute-PE/peload.c:37
↓ 1 callersFunctiongetPeDir
Inline-Execute-PE/perun.c:221
↓ 1 callersFunctionmasqueradeCmdline
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 callersFunctionpeRun
Inline-Execute-PE/perun.c:350
↓ 1 callersFunctionpeUnload
Inline-Execute-PE/peunload.c:93
↓ 1 callersFunctionxorPE
Inline-Execute-PE/peload.c:55
↓ 1 callersFunctionxorPE
This function XOR's/un-XOR's PE in memory
Inline-Execute-PE/perun.c:175
Functiongo
Inline-Execute-PE/peload.c:210
Functiongo
Inline-Execute-PE/peunload.c:137
Functiongo
Inline-Execute-PE/perun.c:453
FunctionhookExitProcess
Inline-Execute-PE/perun.c:96
FunctionhookGetCommandLineA
Inline-Execute-PE/perun.c:33
FunctionhookGetCommandLineW
Inline-Execute-PE/perun.c:27
Functionhook__getmainargs
Inline-Execute-PE/perun.c:67
Functionhook__p___argc
Inline-Execute-PE/perun.c:52
Functionhook__p___argv
Inline-Execute-PE/perun.c:39
Functionhook__wgetmainargs
Inline-Execute-PE/perun.c:58
Functionhook_onexit
Inline-Execute-PE/perun.c:76
Functionhookatexit
Inline-Execute-PE/perun.c:82
Functionhookexit
Inline-Execute-PE/perun.c:88