Is there a replacement for nm on Windows? -


I would like to check the object files on Windows similar to the Linux device nm . Is this possible?

You should try 'Dumpin'. You can see the details of this device and reference.

Additionally, a GUI is available.

Enter image details here

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -