interceptor #vimsnippet
This commit is contained in:
parent
d8583ccf28
commit
b984306ea3
13
README.md
13
README.md
@ -65,6 +65,19 @@
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
<details>
|
||||
<summary>Vim snippets</summary>
|
||||
|
||||
Add to `~/.vimrc`
|
||||
You write `fridaintercept` and expand with `<Space>`
|
||||
|
||||
```
|
||||
:iabbrev fridaintercept Interceptor.attach(ptr, {<CR><Tab>onEnter: function(args) {<CR><CR>},<CR>onLeave: function(retval) {<CR><CR>}<CR><BS>})
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user