File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @reversense/interruptor" ,
3- "version" : " 1.0.10 " ,
3+ "version" : " 1.0.11 " ,
44 "description" : " A Frida-based library for hook system call (and interrupts) and produce strace-like output " ,
55 "main" : " index.js" ,
66 "type" : " module" ,
77 "files" : [
88 " src/**/*.d.ts" ,
99 " src/**/*.js" ,
1010 " *.d.ts" ,
11- " *.js"
11+ " *.js" ,
12+ " node_modules/@reversense/*.js" ,
13+ " node_modules/@reversense/*.ts"
1214 ],
1315 "scripts" : {
1416 "build" : " npx tsc" ,
3840 "homepage" : " https://github.com/FrenchYeti/interruptor#readme" ,
3941 "devDependencies" : {
4042 "@types/chai" : " ^4.3.4" ,
41- "@types/frida-gum" : " ^17.3.0" ,
4243 "@types/mocha" : " ^10.0.0" ,
4344 "@types/node" : " ^17.0.10" ,
4445 "chai" : " ^4.3.7" ,
4546 "mocha" : " ^10.1.0" ,
4647 "ts-node" : " ^10.9.1" ,
4748 "typescript" : " ^4.5.4"
4849 },
50+ "dependencies" : {
51+ "@types/frida-gum" : " ^17.3.0"
52+ },
4953 "directories" : {
5054 "example" : " examples"
5155 }
You can’t perform that action at this time.
0 commit comments