登录
首页 » Process-Thread » Asm win32 多线程开发,在win32 asm 下创建线程和线程的调用。

Asm win32 多线程开发,在win32 asm 下创建线程和线程的调用。

于 2022-03-04 发布 文件大小:5.08 kB
0 131
下载积分: 2 下载次数: 1

代码说明:

Asm win32 多线程开发,在win32 asm 下创建线程和线程的调用。-Asm win32 multi-threaded development, in the win32 asm create threads and thread call.

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

发表评论

0 个回复

  • July v2.11 进程查看器July的最新版本,附带源代码
    July v2.11 进程查看器July的最新版本,附带源代码-July v2.11 process viewer July the latest version of the source code fringe
    2022-07-26 18:58:40下载
    积分:1
  • The process of hiding the code. Very easy to use. You can try. Hehe
    进程隐藏代码.十分好用.大家可以试试.-The process of hiding the code. Very easy to use. You can try. Hehe
    2022-11-22 17:40:04下载
    积分:1
  • program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize =...
    program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned(VmAddress) then begin WriteLn( 保留虚拟内存失败! ) ExitProcess(0) end else WriteLn(Format( 保留虚拟内存成功, 基址为:[%8.8x]! , [Longint(VmAddress)])) //提交第二页虚拟内存 CommitAddress := Pointer(Longint(VmAddress) + PageSize) CommitAddress := VirtualAlloc(CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne-program VirtualMemory ($ APPTYPE CONSOLE) uses SysUtils, Windows const PageSize = 4096// definition pages size var VmAddress, CommitAddress : Pointer// virtual memory-based storage site Text : Pchar begin// reservations two virtual memory VmAddress : = VirtualAlloc (nil. PageSize* 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned (VmAddress) then begin WriteLn (reservations virtual memory failure!) ExitProcess (0) end else WriteLn (Format
    2022-10-06 15:35:03下载
    积分:1
  • task simulation program. The first window must show a series of incremental numb
    建立了一个包含四个窗口的多任务仿真程序。第一个窗口必须显示一系列递增的数字,第二个窗口必须显示一系列递增的素数,第三个窗口必须显示斐波那契数列(斐波那契数列0和1从每个数字的第一个开始是前两个和几个-即0、1、1、2、3、5、8等)。图中的三扇窗户立在窗户底部或滚动,或自行清除窗户内的物品。第四个窗口必须显示任意半径的圆,并且该过程必须按Escape键终止。
    2022-02-16 02:25:49下载
    积分:1
  • 任务管理器模拟,希望喜欢
    任务管理器模拟,希望喜欢-task management simulation, like
    2022-02-13 20:14:37下载
    积分:1
  • 多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。...
    多线程编程系列。使用事件进行线程间的通讯。一个不错的实例代码。-series of multi-threaded programming. The use of the incident to communications between the threads. A good example code.
    2022-05-22 21:44:43下载
    积分:1
  • 反的过程
    the process of anti-ki-the process of anti-kill
    2023-02-16 19:55:03下载
    积分:1
  • 直接调用该头文件中的 YHideProcess()就可以实现该进程在系统中的隐藏!而且此方法不是通过传统的线程注射方法,而是更改系统内存,经过在2K XP下的调...
    直接调用该头文件中的 YHideProcess()就可以实现该进程在系统中的隐藏!而且此方法不是通过传统的线程注射方法,而是更改系统内存,经过在2K XP下的调试:)-called directly to the head of the paper YHideProcess () can be achieved in the process of hidden system! But this method is not through the traditional method of injection threads, but changes in system memory, after 2K XP Debugging :)
    2022-02-12 08:19:08下载
    积分:1
  • 获得系统进程,个人的小程序。
    获得系统进程,个人的小程序。-was systematic process, the individual"s small programs.
    2022-02-10 09:44:54下载
    积分:1
  • 此为操作系统实验报告:处理器调度 内含:程序流程图 设计目的与思路 主要源码等. 简介:在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态...
    此为操作系统实验报告:处理器调度 内含:程序流程图 设计目的与思路 主要源码等. 简介:在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度,帮助学生加深了解处理器调度的工作。-experimental operating system for this report : Processor Scheduling consisting of : flowchart designed and ideas such as major source. Introduction : the introduction of multi-channel programming system, often there are a number of processes at the same time readiness. When the readiness of the process is greater than the number when the number of processors, it must, in accordance with a strategy to determine which process priority processor. Experimental simulation of the processor in a single processor scheduling circumstances, to help students better understand processor scheduling work.
    2023-03-20 12:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载