關於VB.NET的原創一些問題
本帖最後由 YYYpo 於 2016-7-19 13:33 編輯如圖這樣
Public Function WriteAoBByString(ByVal lpAddress As String, ByVal lpValae As Byte()) As Object
' Aob特徵碼寫法
lpAddress = "&H" & lpAddress
Dim nWrite As Byte() = {lpValae.Length}
Dim nRead As Int32() = New Int32(0) {}
WriteProcessMemory(hProcess, lpAddress.ToString(), nWrite(), nWrite.Length, 0)
ReadProcessMemory(hProcess, lpAddress.ToString(), nRead, nWrite.Length, 0)
Return nRead(0)
End Function這樣要修改哪些阿ww 什麼問題 已經修改成功了xDDD(:lol
頁:
[1]