zoukankan      html  css  js  c++  java
  • audio patch(10.9.3) [2.6.1]

                                           ; Basic Block Input Regs: rax -  Killed Regs: <nothing>
    0000000000048353 3D8419D411                      cmp        eax, 0x11d41984      <==
    0000000000048358 7531                            jne        0x4838b

                                           ; Basic Block Input Regs: <nothing> -  Killed Regs: rax
    000000000004835a 488D058F6D0300                  lea        rax, qword [ds:__ZN27AppleHDAFunctionGroupAD19849metaClassE]
    0000000000048361 EB5A                            jmp        0x483bd


                                           ; Basic Block Input Regs: rax -  Killed Regs: <nothing>
    0000000000048264 3D0600DE10                      cmp        eax, 0x10de0006       <==        ; XREF=0x48198
    0000000000048269 7713                            jnbe       0x4827e
                                           ; Basic Block Input Regs: rax -  Killed Regs: <nothing>
    000000000004826b 3D06421310                      cmp        eax, 0x10134206
    0000000000048270 7559                            jne        0x482cb
                                           ; Basic Block Input Regs: <nothing> -  Killed Regs: rax
    0000000000048272 488D05079C0300                  lea        rax, qword [ds:__ZN27AppleHDAFunctionGroupCS42069metaClassE]
    0000000000048279 E93F010000                      jmp        0x483bd
                                           ; Basic Block Input Regs: rax -  Killed Regs: <nothing>
    000000000004827e 3D6102EC10                      cmp        eax, 0x10ec0261               ; XREF=0x48269
    0000000000048283 775D                            jnbe       0x482e2
                                           ; Basic Block Input Regs: rax -  Killed Regs: <nothing>
    0000000000048285 3D3F00DE10                      cmp        eax, 0x10de003f
    000000000004828a 0F87AF000000                    ja         0x4833f
                                           ; Basic Block Input Regs: <nothing> -  Killed Regs: rcx
    0000000000048290 8D88F9FF21EF                    lea        ecx, dword [ds:rax+0xffffffffef21fff9] 0xffffffffef21fff9 + 0x10de0007 = 0
    0000000000048296 83F915                          cmp        ecx, 0x15
    0000000000048299 0F87FC000000                    ja         0x4839b
                                           ; Basic Block Input Regs: rcx -  Killed Regs: rcx rdx
    000000000004829f 488D15EE010000                  lea        rdx, qword [ds:0x48494]

               0x11d41984           ==>  0x14f15051
               0x10de0006           ==>  0x10de0002        (0x10de0003 - 1)
               0xffffffffef21fff9   ==>  FFFFFFFFEF21FFFD  (0xffffffffef21fff9 + 4) [4 = 0x10de0006 - 0x10de0002]

  • 相关阅读:
    thinkphp3.1.3验证码优化
    php导出数据为CSV文件DEMO
    python学习笔记十七:base64及md5编码
    linux运维笔记
    [转]如何像Python高手(Pythonista)一样编程
    用gulp清除、移动、压缩、合并、替换代码
    [蓝桥杯][2017年第八届真题]小计算器(模拟)
    [蓝桥杯][2017年第八届真题]发现环(基环树输出环)
    [蓝桥杯][2017年第八届真题]合根植物(并查集)
    省赛训练5-3(四个签到题)
  • 原文地址:https://www.cnblogs.com/eaglexmw/p/3849195.html
Copyright © 2011-2022 走看看