UNPKG

ts-capstone

Version:

This module provides bindings for the Capstone disassembly framework.

64 lines (63 loc) 1.11 kB
{ "name": "ts-capstone", "author": "n0thhhing", "version": "0.1.6", "module": "src/capstone.ts", "main": "src/capstone.ts", "dependencies": { "typescript": "^5.0.0" }, "devDependencies": { "@types/bun": "^1.1.15", "@types/emscripten": "^1.39.10", "@types/node": "^22.10.5", "bun-types": "^1.0.36" }, "files": [ "bin", "src", "LICENSE", "README.md" ], "type": "module", "types": "./src/capstone.d.ts", "typings": "./src/capstone.d.ts", "homepage": "https://github.com/n0thhhing/ts-capstone", "repository": { "type": "git", "url": "https://github.com/n0thhhing/ts-capstone" }, "keywords": [ "capstone", "disassembler", "disassembly", "ASM", "asm", "ARM", "arm", "thumb", "ARM64", "arm64", "aarch64", "PowerPC", "powerpc", "PPC", "ppc", "x86", "x86_64", "i386", "MIPS", "mips", "Sparc", "sparc", "SystemZ", "systemz", "typescript", "assembly", "emscripten", "bindings", "port", "emcc" ], "license": "MIT" }