-
Notifications
You must be signed in to change notification settings - Fork 5
1. Prerequisites
Razvan edited this page May 8, 2017
·
2 revisions
- Understanding of how a native mod actually works
- Basic understanding of the C programming language, Including: pointers, addresses, basic data types and structs.
- Understanding of at least these C++ features: object structure and virtual function tables
- IDA Demo: https://www.hex-rays.com/products/ida/support/download_demo.shtml
- A basic code editor(like Notepad++)