🍀 Libraries (mostly use single header file) for my reverse projects.
Scripts for localization are moved to Toolkit Localization.
Projects based on this repo:
windllin.py
, staticly injectdll
to aexe
wincoff.py
, method for parsingcoff
object file
In project
, Makefile
for gcc
(llvm-mingw or mingw-w64), tcc
(not support inline) and sln
for msvc
. All of them are compatible for win xp
and above.
windyn.h
, single header file for windows dynamic binding system api without IATwinhook.h
, single header file for windows dynamic hook and memory util functionswinpe.h
, single header file for windows pe structure, adjusting realoc addrs, or iatwinversion.h
, single header file for windowsversion.dll
proxy to patch.dll, see Releasewinloader.c
, start a exe with adll
injected, see Release