List Question
20 TechQA 2024-02-21T17:30:31.257000g++ -c vs. g++ -shared difference and when to use which?
29 views
Asked by jabru
Visual Studio 2022 - how to link an .obj file residing somewhere else on the system?
52 views
Asked by coderodde
How to assemble / link two Assembly files that each reference the same function (for bootloader)
29 views
Asked by wjcblair
How to specify symbol name when creating objects from raw binary files using objcopy?
151 views
Asked by jiandingzhe
relocatable object file, data section
86 views
Asked by chiheb
Why compiler point to global variable using [rip+0x00]
68 views
Asked by kunquan
Why the Class definition does compile one way and not the other?
74 views
Asked by George Kourtis
Extract object files from the archive that is generated by the Go compiler
106 views
Asked by Frixos Kallenos
Reverse engineering C object files
667 views
Asked by Said Hamed
Inline assembly not produced when linking with main() file clang
74 views
Asked by Gandinator
XCode on Apple M1 shows "linking in object file built for iOS" or "ld: warning: directory not found for option" or "'Framework not found"
1.3k views
Asked by Dario Fumagalli
How to visualise .obj files in colab?
1k views
Asked by Rexcirus
COFF x86_64 relocation types
433 views
Asked by Mohamed Atef
Undefined reference to .o files in subdir when compiling
171 views
Asked by Clément
How to convert a .c or a .o or a .exe file to a .obj file?
466 views
Asked by Clay Tsunami
Is there a way to see what's inside a ".rodata+(memory location)" in an object file?
1.2k views
Asked by Troutt025
What is the format of .o Object Files?
633 views
Asked by Abraham
How do I mangle C++ names (for GCC-compiled objects on Linux)?
361 views
Asked by einpoklum