Searched refs:capstone (Results 1 – 25 of 123) sorted by relevance
12345
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
4 import capstone, ctypes7 _diet = cc.cs_support(capstone.CS_SUPPORT_DIET)15 detail = ctypes.cast(raw_detail, ctypes.POINTER(capstone._cs_detail)).contents24 if arch == capstone.CS_ARCH_ARM:28 elif arch == capstone.CS_ARCH_ARM64:31 elif arch == capstone.CS_ARCH_X86:37 elif arch == capstone.CS_ARCH_MIPS:39 elif arch == capstone.CS_ARCH_PPC:42 elif arch == capstone.CS_ARCH_SPARC:44 elif arch == capstone.CS_ARCH_SYSZ:[all …]
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/compile.html29 http://capstone-engine.org/diet.html33 http://capstone-engine.org/embed.html37 http://capstone-engine.org/skipdata.html41 http://capstone-engine.org/iteration.html[all …]
4 LIB = capstone7 …m64.cmxa mips.cmxa ppc.cmxa x86.cmxa sparc.cmxa systemz.cmxa xcore.cmxa capstone.cmxa test_basic.c…8 ocamlopt -o test_basic -ccopt $(FLAGS) ocaml.o capstone.cmx test_basic.cmx -cclib -l$(LIB)9 ocamlopt -o test_detail -ccopt $(FLAGS) capstone.cmx ocaml.o test_detail.cmx -cclib -l$(LIB)10 …ocamlopt -o test_x86 -ccopt $(FLAGS) capstone.cmx ocaml.o x86.cmx x86_const.cmx test_x86.cmx -ccli…11 …ocamlopt -o test_arm -ccopt $(FLAGS) capstone.cmx ocaml.o arm.cmx arm_const.cmx test_arm.cmx -ccli…12 …ocamlopt -o test_arm64 -ccopt $(FLAGS) capstone.cmx ocaml.o arm64.cmx arm64_const.cmx test_arm64.c…13 …ocamlopt -o test_mips -ccopt $(FLAGS) capstone.cmx ocaml.o mips.cmx mips_const.cmx test_mips.cmx -…14 …ocamlopt -o test_ppc -ccopt $(FLAGS) capstone.cmx ocaml.o ppc.cmx ppc_const.cmx test_ppc.cmx -ccli…15 …ocamlopt -o test_sparc -ccopt $(FLAGS) capstone.cmx ocaml.o sparc.cmx sparc_const.cmx test_sparc.c…[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
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 *16 from capstone import _cs
16 https://github.com/radare/capstone-vala20 https://github.com/parasyte/node-capstone32 https://github.com/richo/capstone-rs46 - Emacs-capstone: Emacs (elisp) binding (by Bas Alberts)48 https://github.com/collarchoke/emacs-capstone52 https://github.com/mattifestation/capstone56 https://github.com/aquynh/capstone/tree/master/bindings/powershell60 https://github.com/firodj/php-capstone
29 all: gen_const capstone tests31 capstone: capstone_class target33 cd $(OBJDIR) && jar cf $(BLDIR)/capstone.jar capstone/*.class38 cd capstone && javac -d $(OBJDIR) -classpath $(JNA) $(CAPSTONE_JAVA)40 cd capstone && javac -classpath $(JNA) $(CAPSTONE_JAVA)56 rm -rf $(OBJDIR)/capstone/*.class
4 import capstone.Capstone;5 import capstone.Ppc;7 import static capstone.Ppc_const.*;
4 import capstone.Capstone;5 import capstone.Xcore;7 import static capstone.Xcore_const.*;
4 import capstone.Capstone;5 import capstone.Mips;7 import static capstone.Mips_const.*;
4 import capstone.Capstone;5 import capstone.Sparc;7 import static capstone.Sparc_const.*;
4 import capstone.Capstone;5 import capstone.Systemz;7 import static capstone.Sysz_const.*;
2 project(capstone) project56 include/capstone.h69 include/capstone.h307 add_library(capstone-static STATIC ${ALL_SOURCES} ${ALL_HEADERS})308 set_property(TARGET capstone-static PROPERTY OUTPUT_NAME capstone)309 set(default-target capstone-static)327 add_library(capstone-shared SHARED ${ALL_SOURCES} ${ALL_HEADERS})328 set_property(TARGET capstone-shared PROPERTY OUTPUT_NAME capstone)329 set_property(TARGET capstone-shared PROPERTY COMPILE_FLAGS -DCAPSTONE_SHARED)332 set_target_properties(capstone-shared PROPERTIES IMPORT_SUFFIX _dll.lib)[all …]
83 /usr/include/capstone/capstone.h84 /usr/include/capstone/x86.h85 /usr/include/capstone/arm.h86 /usr/include/capstone/arm64.h87 /usr/include/capstone/mips.h88 /usr/include/capstone/ppc.h89 /usr/include/capstone/sparc.h90 /usr/include/capstone/systemz.h91 /usr/include/capstone/xcore.h92 /usr/include/capstone/platform.h[all …]
1 :: Capstone disassembler engine (www.capstone-engine.org)2 :: Build Capstone libs (capstone.dll & capstone.lib) on Windows with CMake & Nmake
1 Name: capstone pkg4 URL: http://www.capstone-engine.org7 Cflags: -I@CMAKE_INSTALL_PREFIX@/include/capstone
1 name: "capstone"11 value: "https://github.com/aquynh/capstone"15 value: "https://github.com/aquynh/capstone"
25 bindings/python/capstone.egg-info/29 bindings/java/capstone.jar74 capstone.pc80 packages/freebsd/ports/devel/capstone/distinfo
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
1 To install Capstone, you should run `pip install capstone`.12 binary distribution from PyPI. Saying `pip install capstone` should14 open an issue at https://github.com/aquynh/capstone and tag @rhelmot - they51 Further information is available at http://www.capstone-engine.org
4 capstone/lib5 capstone/include
61 rm -rf capstone/lib capstone/include pyx/lib pyx/include63 for f in capstone/*.py; do rm -f pyx/$$(basename $$f)x; done