ScratchABit
ScratchABit copied to clipboard
Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
This essentially means that different functions share some basic blocks, and gives good hint how to deal with that - there should be multiple functions, but with overlapping ranges. SAB...
Hi, first of all, nice project! I'd like to be able to use the mouse wheel to scroll the viewport. As far as I can see, ScratchABit would have to:...
When I click on Help-->About, SAB only says `Unbound key: 'about'`. (This is of course only a very minor issue)
https://github.com/pfalcon/ida-xtensa2/issues/1 represents an issue with the current code traversal process of SAB: it tries to follow all code paths of the current function, before considering calls the current function makes....
TUI ignore terminal resizing Occured on gnome-terminal, xterm btw Is there "redraw screen" hotkey?
It's possible to have `mov [mem], offset mem`. Even more it may come with analyses and transformations on top of raw machine code. For example, I already saw it with...
This tickets tries to capture experience implementing new YAML-based "database" format, #3. Part of that would be migrating older format to new. But I personally don't run any "production" RE...
Please some more documentation, especially about the IDAAPI
Hello @pfalcon, I tried to find the routines for just the disassembly in your code but was somewhat lost. Could you give me a pointer? And also: How do you...