Orhun Parmaksız
Orhun Parmaksız
That's awesome! I fell a bit behind on integrating BugStalker (and overall maintenance of this project) but that's something that I want to have as a functionality in the future!...
Thanks for the suggestion! As of now, I'm not sure how to achieve this with [`elf`](https://docs.rs/elf), which is the library that I'm using to parse the ELF format. I guess...
LIEF seems like to have the most straightforward approach to it, so I gave it a try: ```diff diff --git a/src/elf/relocations.rs b/src/elf/relocations.rs index 8bfaed2..052c1ae 100644 --- a/src/elf/relocations.rs +++ b/src/elf/relocations.rs @@...
I'd be okay to change this as suggested, the breakage seems relatively low-risk.
@Muhammad-Owais-Warsi great to hear, I'm happy to help :) You can start of by reading the Ratatui documentation/templates to get an idea how the project is structured: ([templates](https://github.com/ratatui/templates)) Then taking...
It depends on which constrains you are changing. Those seems to be the Table constraints, I think you need to look into `lib.rs` for the layout constraints.
Yes, we want to change the constraints and also the order of the layouts. If you play around with the tool a bit, you might realize that sometimes the text...
Hello! Thanks for the idea, I usually implement this for my TUI projects (e.g. [`gpg-tui`](https://github.com/orhun/gpg-tui/blob/master/COMMANDS.md)) but didn't think it would be useful for `binsider`. But I guess we should make...
Damn it's been 5 years :D
Haha thanks :D Jilu was definitely inspiring while I was building it, so thanks! > but with two kids running around (who weren't here 5 years ago, haha), I rather...