登录
首页 » 操作系统 » 这个文件最初在一个m

这个文件最初在一个m

于 2022-03-22 发布 文件大小:20.41 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

这个文件最初在一个m-ix86pm的UCOS For 386包中, 但是没有源代码,原名叫ExeToImg.EXE 用于将PE结构的EXE文件转换为内存映像文件, 可用于在WIN平台上开发基于x86的操作系统 这个源代码编译后效果跟原版差不多,是我用OllyDBG反编译写成C的. 对于学习PE文件及操作系统有一定作用, 毕竟我的大部分的操作是在window下, 机器差得要得,不想用虚拟机在linux下编译入门的操作系统. 像中的Tinux -This document was originally in a m-ix86pm the UCOS For 386 package, but no source code, the original name used to ExeToImg.EXE structure of PE files into memory EXE image file that can be used in the WIN platform x86-based operating system of the source code compiled with the original effect is almost that I wrote with OllyDBG decompile C

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用vc++编写的虚拟机仿真。可以模拟真实的一些功能。...
    用vc++编写的虚拟机仿真系统。可以模拟真实操作系统的一些功能。-with vc prepared by the virtual machine simulation system. Can simulate the real operating system features.
    2022-03-30 19:59:52下载
    积分:1
  • 一个缓冲区管理类, 一个缓冲区管理类。
    一个缓冲区管理类, 一个缓冲区管理类。-A buffer zone management, a buffer zone management.
    2022-05-16 04:48:55下载
    积分:1
  • RAM中文资料,面向A R M 微处理器构架的嵌 入式的使用量将在今后五 年持续增长,在各种嵌入式 中,Linux是获得支持最多的第...
    RAM中文资料,面向A R M 微处理器构架的嵌 入式操作系统的使用量将在今后五 年持续增长,在各种嵌入式操作系 统中,Linux是获得支持最多的第三 大力量。-RAM Chinese data, M A R-oriented architecture microprocessor embedded operating system used in the next five years will be continued growth Embedded in the various operating systems, Linux is supported by most third-largest force.
    2022-07-04 23:43:16下载
    积分:1
  • FREE_RTOS一个FREE的小型.
    FREE_RTOS一个FREE的小型操作系统.-FREE_RTOS a FREE small operating system.
    2022-02-20 12:04:02下载
    积分:1
  • dfasdfs风光背后的风格和分公司东风公司大法官
    dfasdfs风光背后的风格和分公司东风公司大法官-时代发生大幅杀跌afsdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdfsadf
    2022-08-09 02:40:17下载
    积分:1
  • C prepared by the bank ATM system. Function well, not the incidental detail writ...
    采用C++编写的银行ATM系统。功能不错,不详细介绍了 附带我们自己写的课程设计报告-C prepared by the bank ATM system. Function well, not the incidental detail write our own curriculum design report
    2022-04-20 16:37:34下载
    积分:1
  • 页面置换算法 先进先出、最近最久未使用、最佳页面置换算法...
    页面置换算法 先进先出、最近最久未使用、最佳页面置换算法-FIFO page replacement algorithms, the recent use of the most long-lost, the best page replacement algorithm for
    2023-06-21 10:20:03下载
    积分:1
  • 模拟的存储过程
    模拟操作系统的存储过程-simulation of the operating system stored procedure
    2022-06-17 10:55:22下载
    积分:1
  • 课程设计中的内存管理源代码
    操作系统课程设计中的内存管理源代码和可执行文件,可用于操作系统课程设计,操作系统实验, 有助于进一步学习操作系统和理解操作系统。 操作系统中存储管理的功能: 1、地址映射(逻辑地址——>主存物理地址)     由操作系统中的装入程序loader来完成(静态或动态)。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-05-15 17:49:33下载
    积分:1
  • 1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的,{...
    1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anquan1()判断当前系统是否安全。GetAll()取得所有进程的的各个资源数据。详细说明请参见附录中的程序的文档说明。-1. The experiment : Simulation Algorithm bankers, bankers algorithm with the allocation of resources. 2. Experiment : Design 5 (process P0, P1, P2, P3, P4) (resource sharing three categories A, B, C), (A, B, C) amount of resources to 10,5,7. Dynamic process could apply to the resources and the release of resources, according to the system processes the application to dynamically allocate resources. Procedures required to display and print the process of a moment of the distribution of resources and safety sequence; Display and print the process followed for seeking resources, as well as a process of distribution of resources in the resource data. 3. Program design and description : F
    2022-04-07 18:24:35下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载