Min Detours代碼生成器是一款可以生成c++代碼的軟件,軟件使用起來(lái)也非常的簡(jiǎn)單,直接復(fù)制MSDN函數(shù)即可。
使用方法
1.直接復(fù)制MSDN函數(shù),例如:LONG GetWindowLong( HWND hWnd, // handle to windowint nIndex // offset of value to retrieve);
必須多行,如果只有一行: LONG GetWindowLong( HWND hWnd, // handle to window int nIndex // offset of value to retrieve);
另外不可以識(shí)別,報(bào)錯(cuò)
2.選擇生成MinHook或者Detours模式
3.可以同時(shí)生成多個(gè)函數(shù)
4.粘貼后雙擊自動(dòng)生成,代碼復(fù)制進(jìn)剪輯版,粘貼即可
更新說(shuō)明
1.修復(fù)已知bug
2.加入了生成detours代碼,自動(dòng)生成hookapi代碼
- PC官方版
- 安卓官方手機(jī)版
- IOS官方手機(jī)版