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
       
  • 相关阅读:
    如何在image加载的图片上再加载一个透明PNG水印图片
    Sublime3在windows下安装
    Redash中文版安装问题大全
    Ubuntu20.04和Docker环境下安装Redash中文版
    ubuntu 设置sudo 免密码
    ubuntu开启sshd
    secureCRT登录ubuntu 报错:`No compatible key-exchange method. The server supports these methods: diffie-hellman`
    监控elasticsearch
    修改因python是3版本导致的yum问题
    elk使用微信ElartAlert企业微信告警,自定义告警内容
  • 原文地址:https://www.cnblogs.com/keepfocus/p/2177005.html
Copyright © 2011-2022 走看看