🍀 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.
winhook.h
, single header file for dynamic hook functions, such as IAT hook, inline hookwinpe.h
, single header file for parsing windows PE structure, adjust RELOC, ADDRS, or IATwindyn.h
, single header file for dynamic binding windows system api without IAT.winloader.c
, start a exe with adll
injected, see Release