PrithiPal Singh’s Reviews > Practical Binary Analysis: Build Your Own Linux Tools for Binary Instrumentation, Analysis, and Disassembly > Status Update
PrithiPal Singh
is on page 360 of 456
Chapter 1 contians general introduction, types of files : elf, PE, normal compilation process : preprocessing(importing the files and copy-paste the source-code) , compile (analyze the tokens and produce the assembly) , assembler (outputs the object file usually relocatable) - an object file contains the empty references the the external libraries which are filled at linker stage - outputs exectuable file,
— Apr 20, 2020 12:53AM
Like flag
