Skip to content

Various code snippets and small PoCs, to be used for tests or as ready-made skeletons.

Notifications You must be signed in to change notification settings

UnforeseenOcean/snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snippets

Various code snippets and small PoCs, to be used for tests or as ready-made skeletons.

  • demo_dll - a small sample of DLL with 2 exported functions
  • drop_and_run - an EXE dropping and loading a DLL (stored in resources)
  • inject1 - injecton demo - patches Entry Point of calc.exe
  • inject2 - injection demo - adds a thread with shellcode to calc.exe
  • inject3 - injection demo - injects shellcode to calc.exe using NtQueueApcThread
  • inject4 - injection demo - injects full image self (as a new section), applies relocations and deploys a function

About

Various code snippets and small PoCs, to be used for tests or as ready-made skeletons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.5%
  • C 44.2%
  • CMake 2.2%
  • Batchfile 0.1%