France
Comment by ~taiite on ~taiite/protodump
gdb seems to just take the first definition it finds, so I guess we can do that. We'd have to lookup the type by its name somehow.
RESOLVED CLOSED
REPORTEDComment by ~taiite on ~taiite/protodump
REPORTED
RESOLVED CLOSEDComment by ~taiite on ~taiite/protodump
REPORTED
RESOLVED CLOSEDTicket created by ~taiite on ~taiite/protodump
On top of
protodump -d libfcft.so.4.0.0 libfcft.so.4.1.0
allow
protodump -D libfcft.so.4.0.0 foot
which would diff fcft's exported symbols against foot's imported symbols.
Ticket created by ~taiite on ~taiite/protodump
- Missing type alignment (only byte size and encoding)
- Cannot diff types across compilation units? #24
Comment by ~taiite on ~taiite/protodump
Formatter::fill
can be used for thishttps://doc.rust-lang.org/std/fmt/struct.Formatter.html#method.fill
Ticket created by ~taiite on ~taiite/protodump
It's a pain but types can also be incomplete