daldegam / snippets

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snippets

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

  • demo_dll - a small sample DLL with 2 exported functions
  • demoCalc_dll - a small sample DLL (in masm) deploying calc.exe on load
  • 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
  • neutrino_env_check.cpp - Set of defensive environment checks - against VM, sandbox, monitoring tools etc. Implementation based on Neutrino Bot Loader.

About

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


Languages

Language:C++ 58.3%Language:C 38.5%Language:CMake 2.0%Language:Assembly 1.3%Language:Batchfile 0.0%