backtrace snippet #vim
This commit is contained in:
parent
94e0fd3b07
commit
ec018a5171
@ -74,7 +74,8 @@ Expand by writing `fridaintercept` and `<Space>`
|
|||||||
* Add to `~/.vimrc`
|
* Add to `~/.vimrc`
|
||||||
|
|
||||||
```
|
```
|
||||||
:iabbrev fridaintercept Interceptor.attach(ptr, {<CR><Tab>onEnter: function(args) {<CR><CR>},<CR>onLeave: function(retval) {<CR><CR>}<CR><BS>})
|
iabbrev fridaintercept Interceptor.attach(ptr, {<CR><Tab>onEnter: function(args) {<CR><CR>},<CR>onLeave: function(retval) {<CR><CR>}<CR><BS>})
|
||||||
|
iabbrev fridabacktrace console.warn(Thread.backtrace(this.context, Backtracer.ACCURATE).map(DebugSymbol.fromAddress).join('\n'));<ESC>F(4;
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user