diff --git a/README.md b/README.md index c8989ee..487e4e7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Small frida module for ensuring you get the stack information you wanted. ## What? -Often when using (Frida)[https://github.com/frida/frida], I would run into issues +Often when using [Frida](https://github.com/frida/frida), I would run into issues with wanting specific stack traces. Then I realized I didn't have a specific context window, or the stack traces didn't contain the correct shared libraries in them. This resulted in me re-writing the same functions all the time. diff --git a/package.json b/package.json index bef5354..96f2fbc 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,17 @@ "/dist/**/*.d.ts" ], "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/rednaga/frida-stack.git" + }, + "author": "Tim Strazzere ", + "keywords": [ + "frida", + "stacks", + "reverse-engineering" + ], + "license": "Apache-2.0", "scripts": { "prepare": "npm run build", "build": "tsc",