查看全部信息

日志(2)

  • 对于动态代码的情况,用来Dump出来处理过的代码(update)

    想得太美 发表于 2008-08-14 17:15:55

    有些程序pack了一些代码,这些代码是在程序运行的时候重新组合出来的。为了更好的分析他们,最好是直接dump出来。下面就是IDC的代码,用来dump debug运行出来的代码。此时会弹出三个窗口,第一个询问目的文件名,...

  • 一段处理汇编的代码

    想得太美 发表于 2008-08-14 08:30:40

    // asmkey.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include struct aa { char name[16]; char val[8]; struct aa *next; }; int main(int argc,...

TAG信息

代码

相关TAG

  • 暂无相关TAG