pyfasm:FASM 的 Python 包装器

时间:2024-06-24 05:47:13
【文件属性】:

文件名称:pyfasm:FASM 的 Python 包装器

文件大小:61KB

文件格式:ZIP

更新时间:2024-06-24 05:47:13

Python

pyfasm FASM 的 Python 包装器 这个包装器只适用于 python x86作为为 x86 编译的 fasm.dll。 如果您需要 x64 支持,请随意贡献。 使用 pyfasm import pyfasm # some inline asm which does nothing just to show how the library works # __asm as to be bytes. __asm = b""" pushfd pushad popad popfd """ bytecode = pyfasm . assemble ( __asm ) print ( bytecode ) > b'f \x9c f`faf \x9d '


【文件预览】:
pyfasm-master
----license.txt(2KB)
----setup.py(658B)
----.gitignore(697B)
----pyfasm()
--------constants.py(2KB)
--------__init__.py(1KB)
--------ressources()
----README.md(438B)
----.gitattributes(378B)
----config.cfg(39B)

网友评论