Guide agents through the binutils toolset for binary manipulation: static libraries, stripping, address-to-source mapping, and symbol demangling.
For LTO archives: use gcc-ar/gcc-ranlib or llvm-ar instead of plain ar.
Requires the binary to have debug info (compiled with -g). For stripped binaries, use the unstripped version or a .debug file.
바이너리 조작 및 분석을 위한 GNU binutils 기술입니다. 정적 라이브러리용 ar, 바이너리 처리용 Strip 또는 objcopy, 주소를 소스 위치로 변환용 addr2line, 텍스트 추출용 문자열 또는 C++ 이름 디맹글링용 c++filt를 사용할 때 사용합니다. ar, Strip, objcopy, addr2line, strings, c++filt, ranlib 또는 바이너리 후처리 작업에 대한 쿼리에서 활성화됩니다. 출처: mohitmishra786/low-level-dev-skills.