Cedric Halbronn

Results 76 issues of Cedric Halbronn

When in presenter mode (hotkey P), and using the double-view with slides on the left and notes on the right, it is already possible to change the size of the...

feature

See https://github.com/NationalSecurityAgency/ghidra/releases and https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.1.4_build/ghidra_10.1.4_PUBLIC_20220519.zip

A minor change is required: ``` File "C:\Users/User/AppData/Roaming/Hex-Rays/IDA Pro/plugins\HexRaysPyTools\callbacks\scanners.py", line 130, in update if ctx.form_type == idaapi.BWN_FUNCS: Please use "widget_type" instead of "form_type" ("form_type" is kept for backward-compatibility, and will...

There is a conflicting shortcut with IDA 7.6 ``` Conflicting shortcut: Shift+N; Candidate actions: hx:QuickRename (Quick rename...) HexRaysPyTools:RenameInside (Rename inside argument) Executing action: hx:QuickRename (Quick rename...) ```

I have noticed sometimes (not sure why) when I run IDA and load and an IDB, I can't start the Structure Builder as it does not appear with the RIGHT...

bug

One idea that may not be hard to implement since what HexraysPyTools does is already more complicated would be to add support for recasting/renaming simple assignments: So something similar to...

enhancement
help wanted

Consistently if we "open from server" without first closing the IDB (already opened remotely using IDArling), then IDA will crash

As discussed on IRC, I personally found the naming of project/databases confusing at first. so I propose instead: * Project: maybe using "File" is better? Dunno, but it corresponds to...

I had this error with IDA 7.3 when loading any idb, as long as IDArling plugin is in the plugins folder even if I don't use IDArling. ![image](https://user-images.githubusercontent.com/387346/62784981-8c788180-bab7-11e9-8b44-82bd6c8768eb.png) I commented...

Friend-issue of https://github.com/IDArlingTeam/IDArling/issues/88 Would be nice to be able to delete a project or database when we think we don't need it to avoid "noise" in the listing. It could...