diff --git a/README.md b/README.md index 674280e..87315be 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ Expand by writing `fridaintercept` and `` * Add to `~/.vimrc` ``` -:iabbrev fridaintercept Interceptor.attach(ptr, {onEnter: function(args) {},onLeave: function(retval) {}}) +iabbrev fridaintercept Interceptor.attach(ptr, {onEnter: function(args) {},onLeave: function(retval) {}}) +iabbrev fridabacktrace console.warn(Thread.backtrace(this.context, Backtracer.ACCURATE).map(DebugSymbol.fromAddress).join('\n'));F(4; ```