资 源 简 介
HLA was created for the sole purpose of teaching new python users the fundamentals of the windows kernel32 functions. This includes Windows Hooks, WriteProcessMemory, ReadProcessMemory, VirtualAlloc, and others. This project is open source and is under the GNU General Public License v3.
ORDER OF OPERATIONS:
TARGET Application Name
READ OR WRITE
READ OR WRITE SOME MORE, OR ALERT USER WITH MSGBOXES.
EXIT CODE
Example: (hello_world.thl - saved using THL - IDLE.py)
TARGET "Untitled - Notepad";
READ qword 0x04000000
WRITE x90x90 0x40000000
MSGBOX Success!, You win!
Further documentation available in the right-click menu system of THL - IDLE.py