mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-03-03 03:55:38 +00:00
Remove bindings/cython/capstone.egg-info
This commit is contained in:
parent
adfcba3c92
commit
fd91c20c64
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,6 +25,7 @@
|
||||
# python
|
||||
bindings/python/build/
|
||||
bindings/python/capstone.egg-info/
|
||||
bindings/cython/capstone.egg-info/
|
||||
*.pyc
|
||||
|
||||
# java
|
||||
|
@ -1,12 +0,0 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: capstone
|
||||
Version: 5.0.0.post1
|
||||
Summary: Capstone disassembly engine
|
||||
Home-page: https://www.capstone-engine.org
|
||||
Author: Nguyen Anh Quynh
|
||||
Author-email: aquynh@gmail.com
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Provides: capstone
|
@ -1,102 +0,0 @@
|
||||
pyproject.toml
|
||||
setup.py
|
||||
capstone.egg-info/PKG-INFO
|
||||
capstone.egg-info/SOURCES.txt
|
||||
capstone.egg-info/dependency_links.txt
|
||||
capstone.egg-info/top_level.txt
|
||||
pyx/__init__.py
|
||||
pyx/aarch64.pyx
|
||||
pyx/aarch64_const.pyx
|
||||
pyx/alpha.pyx
|
||||
pyx/alpha_const.pyx
|
||||
pyx/arm.pyx
|
||||
pyx/arm_const.pyx
|
||||
pyx/bpf.pyx
|
||||
pyx/bpf_const.pyx
|
||||
pyx/ccapstone.pyx
|
||||
pyx/evm.pyx
|
||||
pyx/evm_const.pyx
|
||||
pyx/hppa.pyx
|
||||
pyx/hppa_const.pyx
|
||||
pyx/m680x.pyx
|
||||
pyx/m680x_const.pyx
|
||||
pyx/m68k.pyx
|
||||
pyx/m68k_const.pyx
|
||||
pyx/mips.pyx
|
||||
pyx/mips_const.pyx
|
||||
pyx/mos65xx.pyx
|
||||
pyx/mos65xx_const.pyx
|
||||
pyx/ppc.pyx
|
||||
pyx/ppc_const.pyx
|
||||
pyx/riscv.pyx
|
||||
pyx/riscv_const.pyx
|
||||
pyx/sh.pyx
|
||||
pyx/sh_const.pyx
|
||||
pyx/sparc.pyx
|
||||
pyx/sparc_const.pyx
|
||||
pyx/systemz.pyx
|
||||
pyx/sysz_const.pyx
|
||||
pyx/tms320c64x.pyx
|
||||
pyx/tms320c64x_const.pyx
|
||||
pyx/tricore.pyx
|
||||
pyx/tricore_const.pyx
|
||||
pyx/wasm.pyx
|
||||
pyx/wasm_const.pyx
|
||||
pyx/x86.pyx
|
||||
pyx/x86_const.pyx
|
||||
pyx/xcore.pyx
|
||||
pyx/xcore_const.pyx
|
||||
pyx/include/capstone/aarch64.h
|
||||
pyx/include/capstone/alpha.h
|
||||
pyx/include/capstone/arm.h
|
||||
pyx/include/capstone/arm64.h
|
||||
pyx/include/capstone/bpf.h
|
||||
pyx/include/capstone/capstone.h
|
||||
pyx/include/capstone/cs_operand.h
|
||||
pyx/include/capstone/evm.h
|
||||
pyx/include/capstone/hppa.h
|
||||
pyx/include/capstone/loongarch.h
|
||||
pyx/include/capstone/m680x.h
|
||||
pyx/include/capstone/m68k.h
|
||||
pyx/include/capstone/mips.h
|
||||
pyx/include/capstone/mos65xx.h
|
||||
pyx/include/capstone/platform.h
|
||||
pyx/include/capstone/ppc.h
|
||||
pyx/include/capstone/riscv.h
|
||||
pyx/include/capstone/sh.h
|
||||
pyx/include/capstone/sparc.h
|
||||
pyx/include/capstone/systemz.h
|
||||
pyx/include/capstone/tms320c64x.h
|
||||
pyx/include/capstone/tricore.h
|
||||
pyx/include/capstone/wasm.h
|
||||
pyx/include/capstone/x86.h
|
||||
pyx/include/capstone/xcore.h
|
||||
pyx/lib/libcapstone.a
|
||||
pyx/lib/libcapstone.dylib
|
||||
tests/test_aarch64.py
|
||||
tests/test_all.py
|
||||
tests/test_alpha.py
|
||||
tests/test_arm.py
|
||||
tests/test_basic.py
|
||||
tests/test_bpf.py
|
||||
tests/test_customized_mnem.py
|
||||
tests/test_detail.py
|
||||
tests/test_evm.py
|
||||
tests/test_hppa.py
|
||||
tests/test_iter.py
|
||||
tests/test_lite.py
|
||||
tests/test_m680x.py
|
||||
tests/test_m68k.py
|
||||
tests/test_mips.py
|
||||
tests/test_mos65xx.py
|
||||
tests/test_ppc.py
|
||||
tests/test_riscv.py
|
||||
tests/test_sh.py
|
||||
tests/test_skipdata.py
|
||||
tests/test_sparc.py
|
||||
tests/test_systemz.py
|
||||
tests/test_tms320c64x.py
|
||||
tests/test_tricore.py
|
||||
tests/test_wasm.py
|
||||
tests/test_x86.py
|
||||
tests/test_xcore.py
|
@ -1 +0,0 @@
|
||||
|
@ -1 +0,0 @@
|
||||
capstone
|
Loading…
x
Reference in New Issue
Block a user