Is it possible to create a new ELF executable using assembly? I want to create an "empty" executable file and populate its code section after.
Here's an interesting article that you find useful: A tutorial on creating virtuoso programs for creating ready-made ELF executables for Linux
It starts by analyzing the size of a tiny C executable, and then tries to make it as small as possible, using assembler instead. He gets it from 3998 bytes to 45 bytes with a series of increasingly active analyzes and tricks.
, , ELF, , , !
Source: https://habr.com/ru/post/1777172/More articles:MATLAB: collapse code cells in MATLAB editor - matlabJava Drag image and show thumbnail of image while dragging - javaConnect stand-alone script to joomla DB using framework - databaseMySQL LIMIT 1 on second table with INNER JOIN - inner-joinWill iPad icons be displayed even if the application is designed for iPhone only? - iphoneSubclass of UITableViewCell with content loaded from nib - uitableviewСортировка прямоугольных массивов С# - stringКак найти больницу недалеко от моего местоположения? - androidexample of loose coupling - loose-couplingflexunit client event processing and Async.asyncHandler () - flexAll Articles