kk_lee69 发表于 2013-7-7 00:30:47

求助-有沒有人可以交我怎麼用IDA的(因為跟AU3無關所以發在這)

我第一次用IDA不知道怎麼操作介面有沒有熟悉的朋友 能夠指導一下的.....



如何在上面那紅色的部份把上面的組合語言 增加
一直找不到方法 可以增加下面的 程式碼....
新增加的代码,注册的热键crtl+shift+r   ID为0101h
0x01006AE0:
      pushad
      pushfd
      push 01006A38h                     ; ASCII "USER32.dll"
      call dword ptr ds:       ; kernel32.GetModuleHandleA
      push 01006BCEh                     ; ASCII "RegisterHotKey"
      push eax
      call dword ptr ds:          ; kernel32.GetProcAddress
      push 052h         ;; VK_R
      push 6             ;;;crtl+shift
      push 0101h
      push dword ptr ss:
      call eax
      popfd
      popad
      lea eax,dword ptr ds:
      push eax
      push dword ptr ds:
      jmp @sethc_010029D5

gyc990326 发表于 2013-7-10 12:48:44

ida是著名的反编译器,先学学汇编吧

gyc990326 发表于 2013-7-10 12:48:54

ida是著名的反编译器,先学学汇编吧
页: [1]
查看完整版本: 求助-有沒有人可以交我怎麼用IDA的(因為跟AU3無關所以發在這)