Skip to content

Jaime Rios

  • About
  • Github
  • LinkedIn
  • X

dump symbols

Pinching an inch off of code-bloat

March 21, 2012 by jaimerios

Here is a tool that looks quite interesting: SymbolSort

Categories Coding Tags C++, dump symbols, visual studio Leave a comment

Dumping symbols from a library

September 4, 2008 by jaimerios

When you need to dump symbols from a dylib on Mac OS or a DLL on Windows, you can use the following commands to do so: Mac OS nm -m mySpecialLibrary.dylib Windows dumpbin /exports mySpecialLibrary.dll Now sometimes, you have have a lot of symbols in one library, or you may want to find one particular symbol. … Read more

Categories Coding Tags dll, dump symbols, dylib, visual studio, Xcode Leave a comment

Recent Posts

  • Package management with CMake’s CPM
  • Automate Evernote using AppleScript
  • Unit Tests and CMake
  • clang static analyzer
  • C++ std::erase and rbegin/rend

Recent Comments

  1. Connecting with C++ – Jaime Rios on Working with REST
  2. Connecting with C++ – Jaime Rios on Making a connection using Swift
  3. Jaime on Xcode 3.1, Perforce and Scripts
  4. jaimerios.com » Blog Archive » Haversine formula now on GitHub on Calculating distance between 2 points on Earth using the Haversine formula
  5. iPhone 3G: How to show locations around a fixed point? | Questions on Calculating distance between 2 points on Earth using the Haversine formula
© 2025 Jaime Rios • Built with GeneratePress