[Kong] API reference
Modules:
kong
- hooking - API front-end to hook_interface implementations.
- process - Query process layout and dynamic libraries.
kong.ELF
- ELF - ELF executable image parser.
kong.PE
- PE - PE executable image parser.
Core data structures:
kong.internal
- image_interface - Base class for PE & ELF.
- memory_region
- dynamic_object
- hook_interface
- mine - Used by ELF to record image data.
Hook backends:
kong.IA32
- IA32.hook_code? - x86 code overwrite hook.
kong.ELF
- ELF.hook_api? - Procedure linkage / Global Offset Table hook.
kong.PE
- PE.hook_api? - Import Address Table hook.
OS specific backends:
kong.linux
- DSO - Library loading and enumeration.
- memory_layout
- memory_protect
kong.win32
- DSO
- memory_layout
- memory_protect
Dependency chart:
- out of sync with the src code but conceptually its the same.


