What's a good way to disassemble Phobos?

Dukc ajieskola at gmail.com
Sat Apr 30 19:19:00 UTC 2022


On Saturday, 30 April 2022 at 18:49:27 UTC, Adam D Ruppe wrote:
> On Saturday, 30 April 2022 at 18:18:02 UTC, Dukc wrote:
>> I'm looking for something where I could search for the call to 
>> the DRuntime functions in question, from an already combined 
>> .o or .a. What do you suggest? I'm on Linux.
>
> objdump -d works on .o files

Indeed, this seems workable output. Thanks.


More information about the Digitalmars-d-learn mailing list