Skip to content

Commit

Permalink
(chore) revise import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Jun 11, 2024
1 parent 42e8373 commit 370b982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ npm install frida-extended-stack

```typescript

import { Stack } from 'frida-extended-stack'
import { Stack } from 'frida-stack'

function hook_exit() {
const _exitPtr = Module.findExportByName('libc.so', '_exit');
Expand Down

0 comments on commit 370b982

Please sign in to comment.