ObjectDumper, a small GUI for objdump

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

Re: ObjectDumper, a small GUI for objdump

Post by Roman »

show the "Find callers" window?
This is indeed an interesting idea, but I was talking about being able to control the program with keyboard, including pressing the "Enter" (aka "Return") key to "click" on the call on the currently selected (with e.g. arrow keys) line.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: ObjectDumper, a small GUI for objdump

Post by Octacone »

Great job max! =D>
This is really handy tool for debugging. Thanks for making it. Now I see the importance of Java, it can run on any OS.
I also found one small bug, opening a file that has spaces in its name causes an error.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

Re: ObjectDumper, a small GUI for objdump

Post by Roman »

Portability is not exclusive to Java these days anymore.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
sernico
Posts: 15
Joined: Tue Jun 14, 2016 1:39 pm
Libera.chat IRC: sernico

Re: ObjectDumper, a small GUI for objdump

Post by sernico »

Nice job, Max!
Thanks for your work on this :)
Post Reply