zoukankan      html  css  js  c++  java
  • 测试writer的日志

    现在使用windows live writer,编写一个日志作为测试。

    贴代码。

    text:004013C1 89 E5             mov     ebp, esp
    .text:004013C3 83 E4 F0          and     esp, 0FFFFFFF0h
    .text:004013C6 83 EC 20          sub     esp, 20h
    .text:004013C9 E8 62 06 00 00    call    sub_401A30
    .text:004013CE C7 44 24 18 01 00+mov     [esp+20h+var_8], 1
    .text:004013D6 C7 44 24 1C 02 00+mov     [esp+20h+var_4], 2
    .text:004013DE EB 11             jmp     short loc_4013F1
    .text:004013E0                   ; ---------------------------------------------------------------------------
    .text:004013E0
    .text:004013E0                   loc_4013E0:                   ; CODE XREF: sub_4013C0+36j
    .text:004013E0 8B 44 24 18       mov     eax, [esp+20h+var_8]
    .text:004013E4 0F AF 44 24 1C    imul    eax, [esp+20h+var_4]
    .text:004013E9 89 44 24 18       mov     [esp+20h+var_8], eax
    .text:004013ED FF 44 24 1C       inc     [esp+20h+var_4]

    着色:

    text:004013C1 89 E5             mov     ebp, esp
    .text:004013C3 83 E4 F0          and     esp, 0FFFFFFF0h
    .text:004013C6 83 EC 20          sub     esp, 20h
    .text:004013C9 E8 62 06 00 00    call    sub_401A30
    .text:004013CE C7 44 24 18 01 00+mov     [esp+20h+var_8], 1
    .text:004013D6 C7 44 24 1C 02 00+mov     [esp+20h+var_4], 2
    .text:004013DE EB 11             jmp     short loc_4013F1
    .text:004013E0                   ; ---------------------------------------------------------------------------
    .text:004013E0
    .text:004013E0                   loc_4013E0:                   ; CODE XREF: sub_4013C0+36j
    .text:004013E0 8B 44 24 18       mov     eax, [esp+20h+var_8]
    .text:004013E4 0F AF 44 24 1C    imul    eax, [esp+20h+var_4]
    .text:004013E9 89 44 24 18       mov     [esp+20h+var_8], eax
    .text:004013ED FF 44 24 1C       inc     [esp+20h+var_4]

    masm32_scrapter

    插入表格:

    1 2
    3 4
    5 6
       
  • 相关阅读:
    数据结构小练习
    【BZOJ 3652】大新闻 数位dp+期望概率dp
    【BZOJ 3326】[Scoi2013]数数 数位dp+矩阵乘法优化
    【Codeforces 506E】Mr.Kitayuta’s Gift&&【BZOJ 4214】黄昏下的礼物 dp转有限状态自动机+矩阵乘法优化
    【BZOJ 4455】 [Zjoi2016]小星星 容斥计数
    凸包小结
    Matrix-Tree定理题表
    PLAN OF HEOI(unfinished)
    (ex)BSGS题表
    exBSGS板子
  • 原文地址:https://www.cnblogs.com/keepfocus/p/2177005.html
Copyright © 2011-2022 走看看