Tamir Bahar
Tamir Bahar
I cloned the repo, built it, and run the tests - and it looks ok. But When I use it - it never enters the loop. Looking at the tests,...
I think it would be neat to install packages directly from github (or other git repos).
It would be nice to be able to search for text inside a document.
It would be nice if we could scroll past the end of the document.
Would be nice to have hotkeys for things like **bold** and _italics_. Naturally I am thinking of Ctrl+b for Adding `**` on both sides of the selection (or the cursor,...
I started working on a Hebrew translation. I already translated all the strings to Hebrew (see https://github.com/tmr232/Moeditor/tree/hebrew), but it is far from enough. Since Hebrew is a RTL language, everything...
With IDA 7.4, the 6.95 backwards compatibility layer is off by default. This will likely cause the plugin to break. Additionally, IDA 7.4 can use Python 3, and it would...
The `phrase` update to Sark broke support for ARM instructions, as ARM phrases are not properly parsed, and raise an exception. This should be resolved ASAP. Even if only to...
See http://reverseengineering.stackexchange.com/questions/12791/how-to-get-cross-references-to-a-struct-type-in-ida-by-idapython-and-add-comment/12799#12799
In an attempt to remove jumps from the `xrefs_from` property, I accidentally ended up removing recursion altogether (by removing all xrefs that are internal to a function). This is not...