MCPcopy Create free account

hub / github.com/clinicallyinane/shellcode_launcher / functions

Functions14 in github.com/clinicallyinane/shellcode_launcher

↓ 9 callersFunctionisStrEqual
Returns TRUE (1) if string s1 is equal to string s2
sc_launcher.cpp:132
↓ 5 callersFunctioncheckExtraArgument
Validates that there is an additional argument by examining argc & the current argv index. If it is missing, prints a message using the given argFlag
sc_launcher.cpp:139
↓ 4 callersFunctionusage
sc_launcher.cpp:116
↓ 2 callersFunctionisRegisterCommand
For the given source string, checks if it starts with the desired '+' or '-' character given in plusMinus. If so, normalizes the case and then compare
sc_launcher.cpp:152
↓ 1 callersFunctioncreateShellcodeBuffer
allocates the fills the buffer with dat returns -1 on failure, else 0 on success allocated outBuffer
sc_launcher.cpp:253
↓ 1 callersFunctiondoCreateFiles
sc_launcher.cpp:196
↓ 1 callersFunctiondoLoadLibraries
Returns -1 on error, else 0 on success
sc_launcher.cpp:181
↓ 1 callersFunctiondoSetBp
set the specified register to a value at the end of the shellcode
sc_launcher.cpp:349
↓ 1 callersFunctiondoSetRegEnd
set the specified register to a value at the end of the shellcode
sc_launcher.cpp:326
↓ 1 callersFunctiondoSetRegStart
set the specified register to a value just prior to the shellcode
sc_launcher.cpp:301
↓ 1 callersFunctiondoSetupShellcodeJump
return -1 on error, else #of bytes written
sc_launcher.cpp:234
↓ 1 callersFunctionfillPreambleBuffer
returns -1 on failure, else 0 on success
sc_launcher.cpp:357
↓ 1 callersFunctionparseCommandLineArgs
Fills in the provided ConfigurationData config struct from the provided command line parameters. Returns -1 on error, else success
sc_launcher.cpp:405
Functionmain
sc_launcher.cpp:504