登录
首页 » 其他项目 » DOS下逻辑锁 首先,大略介绍一下我的程序,我是用汇编写成,程序有2个文件:hdlock.exe hdlock.dat ,其中hdlock.dat是我写的用于装...

DOS下逻辑锁 首先,大略介绍一下我的程序,我是用汇编写成,程序有2个文件:hdlock.exe hdlock.dat ,其中hdlock.dat是我写的用于装...

于 2022-04-23 发布 文件大小:25.86 kB
0 213
下载积分: 2 下载次数: 1

代码说明:

DOS下逻辑锁 首先,大略介绍一下我的程序,我是用汇编写成,程序有2个文件:hdlock.exe hdlock.dat ,其中hdlock.dat是我写的用于装入硬盘0柱0道1扇的硬盘锁,hdlock.exe实现 (1)把hdlock.dat装入硬盘0柱0道1扇并设置硬盘锁的密码,(2)修改密码,(3)卸载 硬盘锁 在此,先介绍一下 hdlock.dat,因为硬盘锁本身受空间限制,必须严格控制在1bdH 字节内,(知道为什么吗?)所以是不能用masm先写原程序,再编译,我基本上是用debug 的A命令一次性写出来的,我把这些反汇编了出来,加上一些注释,给大家看看,互相学习 吗。 -DOS logic lock First, I briefly tell us about the procedure that I used the compilation of written procedures are two documents : hdlock.exe hdlock.dat, hdlock.dat yes, I wrote for the packed column drives 0 0 1 hard disk lock, hdlock.exe achieve ( 1) hdlock.dat loaded drive 0- 0 and set up a password lock drive, (2) to alter the code, (3) remove the hard disk lock, first tell us about hdlock.dat, since drive lock itself subject to space restrictions, must be strictly controlled within the 1bdH byte (wonder why?) So it is not used can write original program first and then build, basically, I used the debug A one-time write down orders, I put out a compilation of the anti-plus some notes, for every

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

发表评论

0 个回复

  • 基于可编程跨导运算放大器POTA低通有源滤波器设计。该文给出了基于可编程跨导运算放大器(POTA)的有源滤波器设计方法,能在一定范围内实现跨导值程控调节, 提高...
    基于可编程跨导运算放大器POTA低通有源滤波器设计。该文给出了基于可编程跨导运算放大器(POTA)的有源滤波器设计方法,能在一定范围内实现跨导值程控调节, 提高调节精度和准确度。并且利用Jacobi 法求解相似对角形矩阵,避免解高次方程的难题。所设计的有源滤波电路不易受分布电容的影响,稳定性好、灵敏度低。本文给出了设计实例,显示了该方法的优点。-Based on programmable transconductance operational amplifier POTA low-pass active filter design. In this paper, based on the programmable transconductance amplifier (POTA) of the active filter design method that can realize in a certain range transconductance value of program-controlled adjustment, improve precision and accuracy regulation. Jacobi method and use a similar matrix of angular, high-equation solution to avoid problems. Designed active filter circuit less susceptible to the effects of distributed capacitance, good stability, low sensitivity. In this paper, design examples, showing the advantages of the method.
    2022-10-29 13:30:03下载
    积分:1
  • Monte
    用蒙特卡洛法实现对排队等待问题的计算机模拟 -Monte-Carlo method to realize the problem of computer simulation of waiting
    2023-07-04 07:50:03下载
    积分:1
  • 基于AT89C51单片机的音乐盒
    基于AT89C51系列单片机的音乐盒,依据单片机的定时中断以及蜂鸣器的发声原理,通过KEIL编译程序,并将其通过烧写工具下载到单片机实验箱中,从而设计制作出一个八音盒。此程序使用C语言编写,实现对单片机的控制。
    2022-02-02 00:08:28下载
    积分:1
  • 一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.
    一个C#开发的类似PHOTOSHOP的软件,用到了很多图形算法.-A C# Developed similar PHOTOSHOP software, used a lot of graphics algorithms.
    2023-02-19 08:45:03下载
    积分:1
  • 模糊逻辑空调
    fuzzy logic air conditioner
    2023-03-16 21:35:04下载
    积分:1
  • 随着我国经济的快速发展,对石油的需求与日俱增。这对石油行业来说,既是机遇更是挑战。它要求石油人具备更强的专业知识和能力。因此它对石油专业的大学生提出了更高的要求...
    随着我国经济的快速发展,对石油的需求与日俱增。这对石油行业来说,既是机遇更是挑战。它要求石油人具备更强的专业知识和能力。因此它对石油专业的大学生提出了更高的要求。本次课程设计就是为了适应上述要求而开设的。它要求学生在熟练掌握理论知识的基础上,结合生产实践,自己独立完成一口井的采油设计。- Along with the our country economy fast development, grows day by day to the petroleum demand. This said to the petroleum profession that, since the opportunity is the challenge. It requests the petroleum person to have the stronger specialized knowledge and the ability. Therefore it set a higher request to the petroleum specialized university student. This curriculum designs is for adapt the above request to open. It requests the student skilled to grasp the theory knowledge in the foundation, in coor with progress of production practice, own independently complete a well the extraction design.
    2022-07-18 22:34:01下载
    积分:1
  • 用于解决2004年的数学建模A题的问题,原创
    用于解决2004年的数学建模A题的问题,原创-Used to solve mathematical modeling in 2004, entitled A question, original
    2023-01-04 11:00:03下载
    积分:1
  • 数根 数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的...
    数根 数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的根。 输入: 输入有多个案例。每一个案例为一行,每行只有一个整数N。当输入的N是-1时,输入结束。 输出: 每一个案例输出一行。每行只有一个数字,就是N对应的数根。 Sample input 39 -1 Sample output 3-Number of root number also has roots do? There is! The number of roots is to a number of different values on the digital sum until they have been a number of up to one. Please write a program to calculate an arbitrary number N (0 ≤ N ≤ 1000000000000) roots. Input: Enter a number of cases. Each case for the line, each line is only an integer N. When the input of N is-1, the input end. Output: the output line of each case. There is only one number per line, that is, N corresponds to the number of roots. Sample input 39-1 Sample output 3
    2023-09-05 21:25:03下载
    积分:1
  • matlap程序设计 刘卫国版 课后实验6
    matlap程序设计 刘卫国版 课后实验6-matlap Liu Weiguo version of Experiment 6
    2022-01-21 20:57:32下载
    积分:1
  • 这个是一个小型的学校数据库,可以统计老师信息,学生信息,研究生等的信息,用几个类实现,可以查询,删除等等!...
    这个是一个小型的学校数据库,可以统计老师信息,学生信息,研究生等的信息,用几个类实现,可以查询,删除等等!-This is a small database of schools, teachers statistical information, student information, such as the Graduate information for several categories of achievement, can find, delete, etc.!
    2022-04-22 02:50:10下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载