⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cisc.h

📁 将exe等可执行文件转化成c程序的反编译程序,先到汇编再到c
💻 H
字号:
// Copyright(C) 1999-2005 LiuTaoTao,bookaa@rorsoft.com

#include "windows.h"
//#include <afxtempl.h>
#include    <assert.h>

#include	<stdio.h>
#include	"dasm.h"
#include	"mylist.h"
#include	"standard.h"
#include	"enum.h"
#include	"CApiManage.h"
#include	"fileload.h"

#include	"EXPR.h"
#include	"INSTR.h"
#include	"ComplexInstr.h"
#include	"CFunc.h"
#include	"CCodeList.h"
#include	"CExprManage.h"
#include	"CNameID.h"

#include	"proto.h"


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -