Skip to content

Utilizing Alternative Shellcode Execution Via Callbacks

Notifications You must be signed in to change notification settings

0xflagplz/_x64_Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

_x64_Loader

Utilizing Alternative Shellcode Execution Via Callbacks

Shellcode Generation

  1. Run shellcode script
  2. Insert Output in main.cpp:
    char encryptedShellcode[] = "CHANGEME";
    char key[] = "CHANGEME";
    char cipherType[] = "CHANGEME";
  1. Build with Visual Studio

Sandbox check / XORorAES / EnumUILanguagesW & InitOnceExecuteOnce

https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-initonceexecuteonce
https://docs.microsoft.com/en-us/windows/win32/api/winnls/nf-winnls-enumuilanguagesw

About

Utilizing Alternative Shellcode Execution Via Callbacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages