BeaEngine v2.3 by Beatrix2004

来源:互联网 发布:网络投资平台最多的 编辑:程序博客网 时间:2024/05/29 12:04
引用:
BeaEngine.lib is a library coded in asm and compiled with masm32. It contains actually one function called "Disasm" which allows to disassemble any instruction from the intel instructions set for processors 32 bits and 64 bits. You can use this lib in C programs or asm ones. You can use it in ring3 or ring0 because it doesn't use the windows API. Th package you can dowload here contains the lib, the source code under X11 license and examples including headers for C programmers, masm, nasm, fasm or GoAsm ones.
代码:
http://binary-reverser.org/tools/BeaEngine/index1.php