Search code examples
Converting an ELF binary into an .o file...


cexecutableelfobject-filesobjcopy

Read More
Is there a way to see what's inside a ".rodata+(memory location)" in an object file?...


c++assemblygdbreverse-engineeringobject-files

Read More
What's an object file in C?...


ccompilationlinkerobject-files

Read More
combine two GCC compiled .o object files into a third .o file...


gcclinkerldobject-files

Read More
Why are there symbols in my object file with `[abi:de180100]` appended?...


macosclang++abidebug-symbolsobject-files

Read More
How to compile a set of C files with a set of object files in C...


gccmakefilelinkerobject-files

Read More
Knowing the size of a C function in the compiled objectfile...


ccompiler-optimizationelfobject-files

Read More
Does the behavior of these two function differ in any way that justifies GHC compiling them down to ...


haskellcompiler-optimizationghcobject-files

Read More
How to use a function from an object file...


cobject-files

Read More
Typedefs, (binary) Code duplication and Object File...


c++classtypedefobject-files

Read More
memory sharing in .o file...


cmemorylinkerobject-files

Read More
Can I link object files made by one compile to those made by another one?...


c++linkerobject-files

Read More
On what does the size of an C++ object file depend?...


c++object-files

Read More
16-bit obj files VC++...


visual-c++compilationbootloader16-bitobject-files

Read More
C programming basics: Why can't I see the .o file after I compile my .c file with gcc...


cgccobject-files

Read More
PIC (Position Independedent Code)...


cgcclinkerobject-filesfpic

Read More
is header file path reference in .c file included in object file (.o)...


clinkerobject-files

Read More
MWE among object file compiled with and without `-fPIC`...


gccexecutableobject-files

Read More
How to check if a macro exists in an object file in C?...


cobject-files

Read More
Convert binutils `size` output from "sysv" format (`size --format=sysv my_executable`) to ...


sizebinutilsobject-filessysv

Read More
g++ -c vs. g++ -shared difference and when to use which?...


gccg++shared-librariesobject-files

Read More
unresolved external symbol in class...


c++staticlinkerobject-files

Read More
Read integers from .obj file in c++...


c++fileobject-files

Read More
When Visual Studio generates 32bit .obj file and 64bit .obj file?...


c++qtobject-files

Read More
include .obj file to project in Visual Studio by #pragma in C++...


c++visual-studiopragmaobject-files

Read More
c++ error LNK2019: unresolved external symbol .obj...


c++lnk2019unresolved-externalobject-files

Read More
Disassemble and use a .obj file...


assemblyvisual-studio-2008disassemblyidaobject-files

Read More
How to modify existing assembly code generated from C...


cassemblyoptimizationx86object-files

Read More
Compiling all .c files in .obj files using GNU make and Microsoft Visual Studio compiler...


cvisual-studiocompilationgnu-makeobject-files

Read More
How to use Crtl in a Delphi unit in a C++Builder project? (or link to C++Builder C runtime library)...


cdelphic++builderobject-files

Read More
BackNext