Searched refs:capstone (Results 1 – 25 of 160) sorted by relevance
1234567
1 include/capstone/arm.h2 include/capstone/arm64.h3 include/capstone/capstone.h4 include/capstone/mips.h5 include/capstone/ppc.h6 include/capstone/sparc.h7 include/capstone/systemz.h8 include/capstone/x86.h9 include/capstone/xcore.h10 include/capstone/platform.h[all …]
3 PORTNAME= capstone6 MASTER_SITES= http://capstone-engine.org/download/${PORTVERSION}/21 …PLACE_CMD} -e '/libdir/s|\(libdir=\)\(.*\)\(devel/capstone/work/stage\)|\1|g' ${WRKSRC}/capstone.pc
5 http://capstone-engine.org/version_2.1_API.html9 http://capstone-engine.org/documentation.html13 http://capstone-engine.org/lang_c.html17 http://capstone-engine.org/lang_python.html21 http://capstone-engine.org/lang_java.html25 http://capstone-engine.org/mnemonic.html29 http://capstone-engine.org/op_access.html33 http://capstone-engine.org/compile.html37 http://capstone-engine.org/diet.html41 http://capstone-engine.org/embed.html[all …]
20 https://github.com/radare/capstone-vala24 https://github.com/parasyte/node-capstone36 https://github.com/capstone-rust/capstone-rs52 https://github.com/GrammaTech/cl-capstone54 - Emacs-capstone: Emacs (elisp) binding (by Bas Alberts)56 https://github.com/collarchoke/emacs-capstone60 https://github.com/mattifestation/capstone64 https://github.com/aquynh/capstone/tree/master/bindings/powershell68 https://github.com/firodj/php-capstone70 - capstone-d: D binding (by Dimitri Bohlender)[all …]
8 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 capstone20 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
4 LIB = capstone8 …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 …]
3 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 *
31 all: gen_const capstone tests33 capstone: capstone_class target35 cd $(OBJDIR) && jar cf $(BLDIR)/capstone.jar capstone/*.class40 cd capstone && javac -d $(OBJDIR) -classpath $(JNA) $(CAPSTONE_JAVA)42 cd capstone && javac -classpath $(JNA) $(CAPSTONE_JAVA)58 rm -rf $(OBJDIR)/capstone/*.class
4 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.*;
85 /usr/include/capstone/arm.h86 /usr/include/capstone/arm64.h87 /usr/include/capstone/capstone.h88 /usr/include/capstone/evm.h89 /usr/include/capstone/m680x.h90 /usr/include/capstone/m68k.h91 /usr/include/capstone/mips.h92 /usr/include/capstone/mos65xx.h93 /usr/include/capstone/platform.h94 /usr/include/capstone/ppc.h[all …]
2 project(capstone) project16 # set VERSION using project(capstone VERSION 4.0.0).104 include/capstone/arm64.h105 include/capstone/arm.h106 include/capstone/capstone.h107 include/capstone/evm.h108 include/capstone/mips.h109 include/capstone/ppc.h110 include/capstone/x86.h111 include/capstone/sparc.h[all …]
4 …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
4 includedir=${prefix}/include/capstone6 Name: capstone pkg9 URL: http://www.capstone-engine.org
1 name: "capstone"6 value: "https://github.com/aquynh/capstone"10 value: "https://github.com/aquynh/capstone"
27 bindings/python/capstone.egg-info/31 bindings/java/capstone.jar80 capstone.pc86 packages/freebsd/ports/devel/capstone/distinfo
73 - include/capstone/capstone.h74 - include/capstone/newarch.h: create this file to export all specifics about the new architecture93 - bindings/python/capstone/__init__.py94 - bindings/python/capstone/newarch.py: define the python structures95 - bindings/python/capstone/newarch_const.py: generate this file
1 :: Capstone disassembler engine (www.capstone-engine.org)2 :: Build Capstone libs (capstone.dll & capstone.lib) on Windows with CMake & Nmake
21 cd capstone$branch30 cd $SRC/capstone$branch/bindings/python32 sed -i -e 's/#print/print/' capstone/__init__.py38 cd $SRC/capstone$branch/suite
1 Name: capstone7 URL: http://www.capstone-engine.org/8 Source0: http://www.capstone-engine.org/download/%{version}/%{name}-%{version}.tar.gz72 sed -i 's;%{buildroot};;' capstone.pc73 grep -v archive capstone.pc > capstone.pc.tmp74 mv capstone.pc.tmp capstone.pc
7 LIBNAME = capstone20 LIBCAPSTONE = capstone.lib24 LIBCAPSTONE = capstone.lib
64 rm -rf capstone/lib capstone/include pyx/lib pyx/include66 for f in capstone/*.py; do rm -f pyx/$$(basename $$f)x; done68 rm -f *.pyc capstone/*.pyc
4 capstone/lib5 capstone/include
1 To install Capstone, you should run `pip install capstone`.12 the capstone native core. If this is undesirable for whatever reason, for20 binary distribution from PyPI. Saying `pip install capstone` should22 open an issue at https://github.com/aquynh/capstone and tag @rhelmot - she59 Further information is available at http://www.capstone-engine.org
6 from capstone import *7 from capstone.x86 import *
1 module capstone {2 header "Headers/capstone.h"