lvc / abi-dumper

Dump ABI of an ELF object containing DWARF debug info
GNU Lesser General Public License v2.1
177 stars 33 forks source link

Custom vtable dumper path #2

Closed alexandernst closed 9 years ago

alexandernst commented 9 years ago

Allow setting a custom path for the vtable dumper binary. --vtable-dumper-path= maybe?

lvc commented 9 years ago

Could you please describe why you need this option?

alexandernst commented 9 years ago

I'm really don't like installing (not even in /opt) tools for such a specific job. I rather keep them in my ~/git-projects folder and use them from that path (which is not in my PATH).

lvc commented 9 years ago

Fixed in 0.99.10 release. Added option:

-vt-dumper PATH
    Path to the vtable-dumper executable if it is installed
    to non-default location (not in PATH).

Also the RAM memory usage has been greatly reduced when executing on large objects like Linux kernel (up to 80%).

Please update.