This project hasn't been fully tested; there may be bugs. PRs welcome.
這並沒有做完全的測試 可能還有 Bug 歡迎 PR
然後這東西其實我二月多就做好了,只是一直懶的整理,所以不確定 code 穩不穩定,但要報 DH 所以放上來 嘻嘻
This project is a merged version of an alt-syscall hook, access, and a ReadWriteDriver.
這個專案是將 alt-syscall hook、access 與 ReadWriteDriver 合併的版本。
The DLL is injected into Cheat Engine. After injection, it hooks system calls in Cheat Engine and redirects them to other System Service Numbers. When an alt-syscall is intercepted, the driver executes the requested operations (e.g., read/write memory), acting as an alternative to DBK.sys.
這個專案主要會用 dll 去注入 Cheat Engine,注入之後會去 Hook CE 當中的 system call 並把它導向其他的 System Service Number,同時當 alt-syscall 接獲時會用驅動去運行想要的操作,例如 Read/Write memory,等於是一個 DBK.sys 的替代版。
In theory, this is a proof-of-concept that replaces .dataptr-based communication and demonstrates that alt-syscall hooks can be applied to calls using different SSNs.
理論上來說,他只能算是一個 POC,代替以往外掛使用 .dataptr 進行通信的方式,同時也驗證了 alt-syscall hook 可應用於不同 SSN 的呼叫。
Load the driver with KDU and then inject the DLL into Cheat Engine.
用 KDU 載入 driver 然後 inject dll 到 Cheat Engine 上即可
