imKota / ReverseTool

This repo contains some libraries for my reverse projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReverseTool

GitHub tag (latest by date)GitHub Workflow Status

This repo contains some libraries for my reverse projects.
The building example is in project, support for Makefile for tcc, gcc and clang.

Scripts for localization are moved to LocalizationTool.

Projects based on this repo:

Windows scripts and libraries

  • winhook.h, single file for dynamic hook functions, such as IAT hook, inline hook
  • winpe.h, single file for parsing windows PE structure, adjust RELOC, ADDRS, or IAT
  • windllin.py , pre inject dll to a exe
  • wincoff.py, some method for generating shellcode, such as parsing coff object file

Windows Useful tools

  • winloader.c, a tool to start a exe with a dll injected, see Release

About

This repo contains some libraries for my reverse projects


Languages

Language:C 66.0%Language:Python 29.4%Language:Makefile 4.2%Language:Batchfile 0.4%