Home
last modified time | relevance | path

Searched refs:capstone (Results 1 – 25 of 160) sorted by relevance

1234567

/external/capstone/packages/freebsd/ports/devel/capstone/
Dpkg-plist1 include/capstone/arm.h
2 include/capstone/arm64.h
3 include/capstone/capstone.h
4 include/capstone/mips.h
5 include/capstone/ppc.h
6 include/capstone/sparc.h
7 include/capstone/systemz.h
8 include/capstone/x86.h
9 include/capstone/xcore.h
10 include/capstone/platform.h
[all …]
DMakefile3 PORTNAME= capstone
6 MASTER_SITES= http://capstone-engine.org/download/${PORTVERSION}/
21 …PLACE_CMD} -e '/libdir/s|\(libdir=\)\(.*\)\(devel/capstone/work/stage\)|\1|g' ${WRKSRC}/capstone.pc
/external/capstone/docs/
DREADME5 http://capstone-engine.org/version_2.1_API.html
9 http://capstone-engine.org/documentation.html
13 http://capstone-engine.org/lang_c.html
17 http://capstone-engine.org/lang_python.html
21 http://capstone-engine.org/lang_java.html
25 http://capstone-engine.org/mnemonic.html
29 http://capstone-engine.org/op_access.html
33 http://capstone-engine.org/compile.html
37 http://capstone-engine.org/diet.html
41 http://capstone-engine.org/embed.html
[all …]
/external/capstone/bindings/
DREADME20 https://github.com/radare/capstone-vala
24 https://github.com/parasyte/node-capstone
36 https://github.com/capstone-rust/capstone-rs
52 https://github.com/GrammaTech/cl-capstone
54 - Emacs-capstone: Emacs (elisp) binding (by Bas Alberts)
56 https://github.com/collarchoke/emacs-capstone
60 https://github.com/mattifestation/capstone
64 https://github.com/aquynh/capstone/tree/master/bindings/powershell
68 https://github.com/firodj/php-capstone
70 - capstone-d: D binding (by Dimitri Bohlender)
[all …]
/external/capstone/bindings/vb6/
DREADME.txt8 This is a sample for using the capstone disassembly engine with VB6.
10 All of the capstone API are implemented, so this lib supports basic
11 disassembly of all of the processor architectures that capstone implements.
16 This sample was built against Capstone 3.0 rc4. Note that if the capstone
20 It is a small shim to give VB6 access to a stdcall API to access capstone.
21 You could also modify capstone itself so its exports were stdcall.
24 for <capstone.h>. This is for the /capstone/bindings/vb6/ directory structure
/external/capstone/bindings/ocaml/
DMakefile4 LIB = capstone
8 …80x.cmxa mips.cmxa ppc.cmxa x86.cmxa sparc.cmxa systemz.cmxa xcore.cmxa capstone.cmxa test_basic.c…
9 ocamlopt -o test_basic -ccopt $(FLAGS) ocaml.o capstone.cmx test_basic.cmx -cclib -l$(LIB)
10 ocamlopt -o test_detail -ccopt $(FLAGS) capstone.cmx ocaml.o test_detail.cmx -cclib -l$(LIB)
11 …ocamlopt -o test_x86 -ccopt $(FLAGS) capstone.cmx ocaml.o x86.cmx x86_const.cmx test_x86.cmx -ccli…
12 …ocamlopt -o test_arm -ccopt $(FLAGS) capstone.cmx ocaml.o arm.cmx arm_const.cmx test_arm.cmx -ccli…
13 …ocamlopt -o test_arm64 -ccopt $(FLAGS) capstone.cmx ocaml.o arm64.cmx arm64_const.cmx test_arm64.c…
14 …ocamlopt -o test_mips -ccopt $(FLAGS) capstone.cmx ocaml.o mips.cmx mips_const.cmx test_mips.cmx -…
15 …ocamlopt -o test_ppc -ccopt $(FLAGS) capstone.cmx ocaml.o ppc.cmx ppc_const.cmx test_ppc.cmx -ccli…
16 …ocamlopt -o test_sparc -ccopt $(FLAGS) capstone.cmx ocaml.o sparc.cmx sparc_const.cmx test_sparc.c…
[all …]
/external/capstone/suite/
Dtest_group_name.py3 from capstone import *
4 from capstone.arm import *
5 from capstone.arm64 import *
6 from capstone.mips import *
7 from capstone.ppc import *
8 from capstone.sparc import *
9 from capstone.systemz import *
10 from capstone.x86 import *
11 from capstone.xcore import *
/external/capstone/bindings/java/
DMakefile31 all: gen_const capstone tests
33 capstone: capstone_class target
35 cd $(OBJDIR) && jar cf $(BLDIR)/capstone.jar capstone/*.class
40 cd capstone && javac -d $(OBJDIR) -classpath $(JNA) $(CAPSTONE_JAVA)
42 cd capstone && javac -classpath $(JNA) $(CAPSTONE_JAVA)
58 rm -rf $(OBJDIR)/capstone/*.class
DTestX86.java4 import capstone.Capstone;
5 import static capstone.Capstone.CS_AC_READ;
6 import static capstone.Capstone.CS_AC_WRITE;
7 import capstone.Capstone.CsRegsAccess;
8 import capstone.X86;
10 import static capstone.X86_const.*;
/external/capstone/
DCOMPILE.TXT85 /usr/include/capstone/arm.h
86 /usr/include/capstone/arm64.h
87 /usr/include/capstone/capstone.h
88 /usr/include/capstone/evm.h
89 /usr/include/capstone/m680x.h
90 /usr/include/capstone/m68k.h
91 /usr/include/capstone/mips.h
92 /usr/include/capstone/mos65xx.h
93 /usr/include/capstone/platform.h
94 /usr/include/capstone/ppc.h
[all …]
DCMakeLists.txt2 project(capstone) project
16 # set VERSION using project(capstone VERSION 4.0.0).
104 include/capstone/arm64.h
105 include/capstone/arm.h
106 include/capstone/capstone.h
107 include/capstone/evm.h
108 include/capstone/mips.h
109 include/capstone/ppc.h
110 include/capstone/x86.h
111 include/capstone/sparc.h
[all …]
DREADME.md4 …Build Status](https://travis-ci.org/aquynh/capstone.svg?branch=master)](https://travis-ci.org/aquy…
5 …n89wu3pinas/branch/master?svg=true)](https://ci.appveyor.com/project/aquynh/capstone/branch/master)
6 [![pypi package](https://badge.fury.io/py/capstone.svg)](https://pypi.python.org/pypi/capstone)
7 [![pypi downloads](https://pepy.tech/badge/capstone)](https://pepy.tech/project/capstone)
42 Further information is available at http://www.capstone-engine.org
Dcapstone.pc.in4 includedir=${prefix}/include/capstone
6 Name: capstone pkg
9 URL: http://www.capstone-engine.org
DMETADATA1 name: "capstone"
6 value: "https://github.com/aquynh/capstone"
10 value: "https://github.com/aquynh/capstone"
D.gitignore27 bindings/python/capstone.egg-info/
31 bindings/java/capstone.jar
80 capstone.pc
86 packages/freebsd/ports/devel/capstone/distinfo
DHACK.TXT73 - include/capstone/capstone.h
74 - include/capstone/newarch.h: create this file to export all specifics about the new architecture
93 - bindings/python/capstone/__init__.py
94 - bindings/python/capstone/newarch.py: define the python structures
95 - bindings/python/capstone/newarch_const.py: generate this file
Dnmake.bat1 :: Capstone disassembler engine (www.capstone-engine.org)
2 :: Build Capstone libs (capstone.dll & capstone.lib) on Windows with CMake & Nmake
/external/oss-fuzz/projects/capstone/
Dbuild.sh21 cd capstone$branch
30 cd $SRC/capstone$branch/bindings/python
32 sed -i -e 's/#print/print/' capstone/__init__.py
38 cd $SRC/capstone$branch/suite
/external/capstone/packages/rpm/
Dcapstone.spec1 Name: capstone
7 URL: http://www.capstone-engine.org/
8 Source0: http://www.capstone-engine.org/download/%{version}/%{name}-%{version}.tar.gz
72 sed -i 's;%{buildroot};;' capstone.pc
73 grep -v archive capstone.pc > capstone.pc.tmp
74 mv capstone.pc.tmp capstone.pc
/external/capstone/cstool/
DMakefile7 LIBNAME = capstone
20 LIBCAPSTONE = capstone.lib
24 LIBCAPSTONE = capstone.lib
/external/capstone/bindings/python/
DMakefile64 rm -rf capstone/lib capstone/include pyx/lib pyx/include
66 for f in capstone/*.py; do rm -f pyx/$$(basename $$f)x; done
68 rm -f *.pyc capstone/*.pyc
D.gitignore4 capstone/lib
5 capstone/include
DREADME.txt1 To install Capstone, you should run `pip install capstone`.
12 the capstone native core. If this is undesirable for whatever reason, for
20 binary distribution from PyPI. Saying `pip install capstone` should
22 open an issue at https://github.com/aquynh/capstone and tag @rhelmot - she
59 Further information is available at http://www.capstone-engine.org
Dtest_customized_mnem.py6 from capstone import *
7 from capstone.x86 import *
/external/capstone/xcode/CapstoneFramework/
Dmodule.modulemap1 module capstone {
2 header "Headers/capstone.h"

1234567