Skip to content

Commit

Permalink
(chore) clean up readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Jun 11, 2024
1 parent fdca497 commit 42e8373
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"/dist/**/*.d.ts"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/rednaga/frida-stack.git"
},
"author": "Tim Strazzere <[email protected]>",
"keywords": [
"frida",
"stacks",
"reverse-engineering"
],
"license": "Apache-2.0",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
Expand Down

0 comments on commit 42e8373

Please sign in to comment.