KRabbit
KRabbit Project
The KRabbit is a debugging tool that analyze PE File Format.
This tool that analyze PE format and hooks api belong to executable file running on windows.
-----------------------------------------------------------------------------------------------------------------------------
Purpose
To enhance our base knowledge for reverse engineering field.
-----------------------------------------------------------------------------------------------------------------------------
Specifications
analyzing PE format and making PE viewer.
disassembling code section.
extract function infomations that are START ADDRESS, RETURN ADDRESS and PARAMETERS.
making a function simmulator for hooking test.
-----------------------------------------------------------------------------------------------------------------------------