Pinned Repositories
ADMMutate
Classic code from 1999+ I am fairly sure this is the first public polymorphic shellcode ever (best IMHO and others http://ids.cs.columbia.edu/sites/default/files/ccs07poly.pdf :) If I ever port this to 64 or implement a few other suggestions (sorry I lost ppc code version contributed) it will be orders of magnitude more difficult to spot, so I hope nobody uses signatures for anything (virus / malware scanners included).
ADVobfuscator
Obfuscation library based on C++11/14 and metaprogramming
Ark-tools
Windows Ark 工具的工程和一些demo
ArkProtect
An Ark tool project,run on Win7 x86/x64
atom-bombing
Brand New Code Injection for Windows
carpvm
A small stack-based virtual machine.
cerberus
win32下的虚拟机保护壳
chromium-sandbox
CLRS
CLRS in C++
Computer-Virus
计算机病毒以及相应的专杀工具的研发
nNum's Repositories
nNum/ADVobfuscator
Obfuscation library based on C++11/14 and metaprogramming
nNum/carpvm
A small stack-based virtual machine.
nNum/Computer-Virus
计算机病毒以及相应的专杀工具的研发
nNum/Cpp_Primer_Answers
《C++ Primer》第五版中文版习题答案
nNum/CVE-2023-28229
nNum/Exploits
My Exploits
nNum/exploits-1
Miscellaneous exploit code
nNum/IAT-Hooking-Revisited
Import address table (IAT) hooking is a well documented technique for intercepting calls to imported functions.
nNum/ida
nNum/injection
Windows process injection methods
nNum/LinuxTQ
《Linux提权方法论》
nNum/makin
makin - reveal anti-debugging and anti-VM tricks [This project is not maintained anymore]
nNum/MemJect
Simple Dll injector loading from memory. Supports PE header and entry point erasure. Written in C99.
nNum/MemoryModule
Library to load a DLL from memory.
nNum/metame
metame is a metamorphic code engine for arbitrary executables
nNum/movfuscator
The single instruction C compiler
nNum/MS17-010
MS17-010
nNum/NoTruth
nNum/pafish
Pafish is a demonstration tool that employs several techniques to detect sandboxes and analysis environments in the same way as malware families do.
nNum/Protectors
🛡️ Obfuscator, Encryption, Junkcode, Anti-Debug, PE protection/modification
nNum/python-registry
Read access to Windows Registry files.
nNum/Quake-III-Arena
Quake III Arena GPL Source Release
nNum/sicp-py-zh
:book:【译】UCB CS61a SICP Python
nNum/USB_protector
Simple program that "protects" an USB from an attacker (i.e a virus). Read README.mb for more information and the purpose of this creation.
nNum/UsoDllLoader
Windows - Weaponizing privileged file writes with the Update Session Orchestrator service
nNum/Vx-Engines
Collection of source code for Polymorphic, Metamorphic, and Permutation Engines used in Malware
nNum/WinCustomDesktop
自绘桌面框架,用你的代码绘制桌面
nNum/xbyak
a JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 by C++ header
nNum/xv6-chinese
中文版的 MIT xv6 文档
nNum/xv6-public
xv6 OS