CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 汇编

搜索资源列表

  1. ESFENC

    0下载:
  2. 本人对房管局和银行接口中房管局的合作公司提供的动态连接库中反汇编,并分析后重现的加密算法源程序,很不科学。只是为了再现公司原来动态库中的代码。对初学编程和初学加密的朋友很有用。-The bank interface provided by partner companies! this codes are got from a dynamic link library disassembly and analysis, very scientific. Just in order to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:13020
    • 提供者:李朝英
  1. led

    0下载:
  2. arm中用汇编,用C,用linux驱动和相应的文件操作来点亮led灯。由浅入深的学习驱动程序。-arm using assembly with C, the linux driver and the corresponding file operations to light led lights. Deep learning driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:19057
    • 提供者:孙魁
  1. aniti-VC

    0下载:
  2. Vc++ 反调试程序! 有效的防治Od与其他一些反汇编工具 的加载 !-Vc++ anti-debugger! Effective prevention Od with some other disassembler tool loaded!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:237708
    • 提供者:duckpc
  1. borg227s

    0下载:
  2. 一个反汇编器源代码 反汇编引擎十分高效 在其基础上可直接进行其他相关开发-A disassembler source code disassembly engine is very efficient on its basis can be directly related to development of other
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:138379
    • 提供者:zc123
  1. PDFTear1.1

    1下载:
  2. 恶意PDF文档检测工具PDFTear v1.1 功能: 1、恶意PDF文档检测 2、Javascr ipt解压缩 3、简单异或工具 4、shellcode反汇编 5、PDF关键字段数量提取-Malicious PDF document detection tool PDFTear v1.1 Features: A malicious PDF document detection 2, Javascr ipt decompression 3, a
  3. 所属分类:Scanner

    • 发布日期:2017-03-26
    • 文件大小:534043
    • 提供者:余波
  1. liiushuideng

    0下载:
  2. 汇编实现流水灯,熟练使用汇编言语和流水灯的原理-Compilation to achieve water lights, skilled use of assembly language and the principles of light water
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:39483
    • 提供者:zhongmengqing
  1. exeBind

    1下载:
  2. 本程序是一个文件捆绑器, 是用高级语言实现的。而不是直接使用底层汇编代码,适合的人群是底层只是不是很好但是想完成底层操作的人钻研-This program is bundled with a document, is a high-level language. Rather than directly using the underlying assembly code for the underlying population is just not very good but want t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-01
    • 文件大小:14147140
    • 提供者:小强
  1. UEFI-asm-sources

    0下载:
  2. 汇编代码实现的PCI,EC,CK505读写程序。在uEFI环境下可以实现相应的功能-the PCI, EC , CK505 read/write code using asm. It realize the related function in uEFI environent
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:34040
    • 提供者:嗷嗷嗷
  1. eknr

    0下载:
  2. 易核心库的汇编版本! 大部分为汇编代码!-Easy assembly core library version! Majority of assembly code!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:28546
    • 提供者:宋玉
  1. MPU

    0下载:
  2. 汇编原理的一些,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7519944
    • 提供者:曹天
  1. MD5_Asm

    0下载:
  2. md5的汇编实现例程,具体包括实现源程序,测试源程序-md5 assembler routines to achieve, specifically including the realization of the source, test source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:21456
    • 提供者:zqh
  1. asm-code

    0下载:
  2. asm是汇编语言源程序的扩展名。汇编语言的源程序需要编译和连接后才能在计算机上执行,对汇编语言源程序进行汇编时,汇编程序对.ASM文件进行扫描,若源程序中有错,则结束汇编后,指出源程序中的错误。这时,可通过屏幕上提供的信息修改源程序(回到EDIT编辑状态),再经过汇编,直到得到无错误的目标程序。经过汇编产生的目标程序并不是可执行的程序,必须经过连接才可以执行。-asm is the assembly language source extension. Assembly language sou
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:8721
    • 提供者:Ryan
  1. dis51.tar

    3下载:
  2. 51单片机 反汇编 原码 Unix Linux 适用-disasmble 51 for 8051 series source code in Unix Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:16354
    • 提供者:
  1. diy-os-by-youself

    0下载:
  2. 详细讲解了操作系统原理及实现方式,通过实例一步步引导读者用汇编语言和c语言编写操作系统框架-Detailed account of the operating system theory and implementation, guiding the reader step by step through examples written in the framework of the operating system in assembly language and c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-13
    • 文件大小:20890624
    • 提供者:jade
  1. IOS_rootkits

    0下载:
  2. cisco iso 文件 静态反汇编技巧!-Killing the myth of Cisco IOS diversity: recent advances in reliable shellcode design
  3. 所属分类:Exploit

    • 发布日期:2017-04-02
    • 文件大小:151563
    • 提供者:zzaaqqss
  1. disassembler-pe-

    0下载:
  2. 一个c语言写的反汇编pe文件的源程序.Visual C++源代码。-A c language disassembler pe file source.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:153953
    • 提供者:
  1. disasm

    0下载:
  2. 只有400行的反汇编引擎 只有400行的反汇编引擎 只有400行的反汇编引擎 只有400行的反汇编引擎-assembly engine which has only four handred codesassembly engine which has only four handred codesassembly engine which has only four handred codesassembly engine which has only four handred codes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:12141
    • 提供者:tianguo
  1. 16-TEA

    0下载:
  2. 16轮TEA加解密汇编版 16轮TEA加解密汇编版-16 TEA encryption and decryption compilation edition
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:15598
    • 提供者:ji
  1. 12342123

    0下载:
  2. 通过OD反汇编出来的汇编码,比较乱,没有什么参考价值。如果想研究MD5的可以看看。-md5 algorithm code, compiled with the preparation
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:4313
    • 提供者:张华
  1. Compiler-of-c--

    0下载:
  2. 一个C--编译器,前端是类C语言,后端是WIN32汇编-a compiler of c--
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2254591
    • 提供者:蔡科
« 1 2 ... 10 11 12 13 14 1516 17 18 »
搜珍网 www.dssz.com