-
分频器,用于时钟信号的分频及倍频,供专业人事学习研究使用...
分频器,用于时钟信号的分频及倍频,供专业人事学习研究使用-Prescaler for the clock signal frequency and octave, for study and research the use of professional personnel
- 2022-03-31 08:34:19下载
- 积分:1
-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1
-
max232资料
max232资料-max232
- 2022-05-06 04:29:14下载
- 积分:1
-
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E...
编写语法分析程序,实现对算术表达式的语法分析。要求所分析算数表达式由如下的文法产生:
E->E+T|E-T|T
T->T*F|T/F|F
F->id|(E)|num-Write parser to achieve parsing of arithmetic expressions. Requirements analysis arithmetic expressions generated by the following grammar: E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num
- 2022-05-14 08:22:03下载
- 积分:1
-
石器时代sa客户端修改辅助工具(可看图)
石器时代sa客户端修改辅助工具(可看图)-Stone Age sa client changes auxiliary instruments (see figure)
- 2022-03-06 12:45:56下载
- 积分:1
-
一种PPT格式。
a type of ppt format.
- 2022-07-14 04:56:25下载
- 积分:1
-
一个vc6.0编译boostregex图书馆下。使用简单方便,做…
一个在vc6.0下编译好的boostregex库。使用简单方便,不用编译-Under a vc6.0 compiled boostregex library. The use of simple and convenient, do not compile
- 2022-01-25 18:34:08下载
- 积分:1
-
OSCI组织最新lease出来的传输级建模指导实验,对初学者快速认识TLM中的一些基本概念很有用,本实验经作者修改并调试通过。...
OSCI组织最新lease出来的传输级建模指导实验,对初学者快速认识TLM中的一些基本概念很有用,本实验经作者修改并调试通过。-The tutorial2 of TLM-2.0 which is released from OSCI group currently!
- 2023-08-04 19:20:03下载
- 积分:1
-
JILRuntime A general purpose, register based virtual machine (VM) that supports...
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects and functions can be written in virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably not suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.
- 2022-07-13 14:23:15下载
- 积分:1
-
Alarm clock with PIC microcontroller
Alarm clock with PIC microcontroller
- 2022-03-17 23:11:45下载
- 积分:1