Sherab Giovannini

Results 14 comments of Sherab Giovannini

Well, I felt that it had a debug intention as well by looking at Registers comment. ``` Wrapper around IDA's debug registers. `````` Enables easy querying of the debug registers...

Hahaha, we found it! I think that we should extend the debug events class `DBG_Hooks` so user can have sark objects (sark.Line) instead of just "ea". Also a stackwalker/stackapi would...

Yes! As long as `GetRegValue` supports it, it will, and this actually works: `GetRegValue("al")`. The schema is built by `self._registers = [s[0].lower() for s in schema]` then any client can...

Hi, thanks for your fast answer =). Yes, I'm creating node-groups in the GraphViewer window. I guess that the problem (As I had similar problems before by using GraphViewer class)...

Haha, good one. At least in my case it is just selecting with CTRL + Mouse a group of nodes. ![nodes](https://cloud.githubusercontent.com/assets/247221/11975659/66a87156-a970-11e5-995a-785fc988e665.jpg) Then use the right button to select the "Group...

Not really, in my case I use it to just avoid those nodes that are not important and do a function summary. I'm moving my old code to Sark and...

Hi @tmr232! I didn't run more over this since there are many differences with new python API (6.8 > 7.0), as you may have seen they did a complete rewrite...

Hi all, I am having a similar problem as @ELLIOTTCABLE had. If I do `! echo $PATH` this is what I see: `/usr/bin:/bin:/usr/sbin:/sbin` And the vimr in OSX (unless I...

Btw, if I run `! /usr/local/bin/vimr` it works w/o problems :(

Damn I just realized it was working, never test by using `editor` alone...