diff --git a/README.md b/README.md index 000e8ed..79fd007 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,19 @@ + +
+Vim snippets + +Add to `~/.vimrc` +You write `fridaintercept` and expand with `` + +``` +:iabbrev fridaintercept Interceptor.attach(ptr, {onEnter: function(args) {},onLeave: function(retval) {}}) +``` + +
+