Raphaël Rigo

Results 25 issues of Raphaël Rigo

``` gef➤ py-bt Traceback (most recent call first): File "/home/raph/.idapro/plugins/idabincat/hexview/hexview_auto.py", line 27, in setupUi QtCore.QMetaObject.connectSlotsByName(Form) File "/home/raph/.idapro/plugins/idabincat/hexview/hexview.py", line 612, in __init__ self.setupUi(self) File "/home/raph/.idapro/plugins/idabincat/gui.py", line 427, in OnCreate self.hexwidget =...

* `.ini` generation is very slow * Identify bottlenecks and fix them :) * Python's `ConfigParser` is slow as hell #45 should help.

enhancement
IDA plugin
engine

We need a way to (synchronously) ask the user what to do when the analyzer is "lost". It should be usable not only from the IDA plugin to allow for...

enhancement

It would be convenient for complex code to be able to create the initial state by dumping data from a stopped debugger: gdb, IDA, Windbg ? We could also use...

enhancement

Don't update flags when they are updated (set/undef) without being tested

enhancement
engine

From fred's challenge: https://twitter.com/FPerriot/status/1147177661879463936 the syscall instruction is not decoded. We should decode and skip ?

When `ldd` cannot find libgmp, it's because the user did not run `eval $(ocaml-env cygwin)`. Add a message.

Starting from this: ![01](https://user-images.githubusercontent.com/1587988/149123985-4c5c8887-89b1-4b65-9278-1e598529a5ef.png) After renaming a local variable, Yagi windows "jumps" out of the tabs: ![image](https://user-images.githubusercontent.com/1587988/149124131-5474702a-9c81-47ad-97cd-40bf8f2173cd.png)