Tagged articles
1 articles
Page 1 of 1
UCloud Tech
UCloud Tech
Mar 9, 2018 · Backend Development

Automatically Generating Binary Hot Patches for Linux Applications

This article explains a technique to automatically generate hot patches for any function in a Linux ELF application by comparing original and patched object files, extracting changed sections, resolving symbols, and validating the patch with tools like objdump and gdb.

ELFautomatic patch generationbinary diff
0 likes · 12 min read
Automatically Generating Binary Hot Patches for Linux Applications