搜索资源列表
Crypto
- ASM 多种hash模块,汇编源码 MD2,4,5 SHA 等多种加密算法 还有其他赠送内容
Linux0.00-complately
- Linux0.00版的完全注释这是引导扇区代码,Linus也是使用Intel的汇编语法写的,这里使用了NASM的编译器, 所以遵循NASM的语法, 而且也努力把后面的 HEAD.ASM 代码也写成NASM的,而不象Linus那样用难懂的 AT&T语法! 重写这些代码仅仅是为了学习和自己动手调试,希望这里是个好开头!:)
asmcodebin
- 这是一只纯ASM编写的病毒,具备文件感染,入口代码变形,自身加密,EPO等功能,是一只无任何 特征码的病毒,设计目的是为对抗反病毒软件的特征码杀毒、行为杀毒和虚拟机杀毒,现有代码 未提供任何破坏功能,但会主动感染可执行文件,而且被感染过的文件很难再还原,这点请注意 另外这东西也提供了Ring0功能,主要用于感染运行中的可执行文件 这东西写完后放了很久,不太记得怎么用了,把代码放上来有兴趣的朋友拿去研究研究,汇编工 具为TASM,由于已经不确定会产生什么后果了,测试
asmvcring
- 这是一个汇编与VC结合的程序,在Ring3级获取Ring0级的操作,This is a compilation and VC combination of procedures, the Ring3 level access Ring0 class operation
MBR
- 这里主要是一个系统引导的MBR的一个汇编写的程序-Here is a system to guide the MBR of a compilation of written procedures
GNUPDF.tar
- GNU 开发工具手册,汇编器手册,编译工具手册。纯原版。-GNU development tools, manuals, manual assembler, compiler toolkit. Pure original.
md5_asm_32
- 汇编写的md5加密算法-Md5 encrypt algorithm written in ASM
test1
- bcb中实现调用汇编完成转换功能,学习如何进行此类调用的基础,注册机基础-a example to show how to invoke asm code in bcb
md5asm
- md5算法的代码,用汇编编写,速度很快的呀-md5 algorithm code, compiled with the preparation, fast
ASM-SEH-GAME-call
- win32汇编 SEH实现的远程调用call。在远程进程的键盘HOOK函数中创建新的线程-win32 compilation of SEH to achieve remote call call. HOOK on the remote keyboard function in the process create a new thread
des
- 利用汇编编写的des算法,有加密和解码的算法-And use the compilation prepared by the des algorithm, there are encryption and decoding algorithms
vbhuibian
- vb使用汇编,用函数修改来注入代码。ASM编译-vb using the assembly, using a function to modify to inject the code. ASM Compiler
asm.tar
- at&t汇编与c++混合编程的代码,描述了C++单独调用AT&T汇编-at & t assembly and c++ mixed programming code, describes the C++ compilation of a single call to AT & T
asm
- 最新的汇编ASM开发包,把网上常用的C,C++库包含在里面,不用再为开发环境愁了。收集了好久的资料给大家分享-ASM compilation of the latest development package, the online common C, C++ library included, no longer a worry for the development environment. Collection of information to share with you a long
!CH
- 汇编收集的加密库!其中有各种CIPHERS 加密,和 各种CHECKSUMS,HASH 等等!-Compilation of the encryption library collection! Including various CIPHERS encryption, and various CHECKSUMS, HASH and more!
Linux-inline-Asm.odt
- Linux 内联汇编的编程方法,环境为G-Linux inline Asm
gcc-asm
- linux下用汇编语言编写的代码具有两种不同的形式,第一种是完全汇编代码,第二种是内嵌汇编代码,各种编译器都做了扩充,linux平台下的GCC就是-the assembly language taken used in linux
UEFI-asm-sources
- 汇编代码实现的PCI,EC,CK505读写程序。在uEFI环境下可以实现相应的功能-the PCI, EC , CK505 read/write code using asm. It realize the related function in uEFI environent
asm-code
- asm是汇编语言源程序的扩展名。汇编语言的源程序需要编译和连接后才能在计算机上执行,对汇编语言源程序进行汇编时,汇编程序对.ASM文件进行扫描,若源程序中有错,则结束汇编后,指出源程序中的错误。这时,可通过屏幕上提供的信息修改源程序(回到EDIT编辑状态),再经过汇编,直到得到无错误的目标程序。经过汇编产生的目标程序并不是可执行的程序,必须经过连接才可以执行。-asm is the assembly language source extension. Assembly language sou
asm-lexer-and-paser
- 汇编语法语义分析器 lexer and paser-asm lexer and paser with lex