Настенный считыватель смарт-карт  МГц; идентификаторы ISO 14443A, смартфоны на базе ОС Android с функцией NFC, устройства с Apple Pay

Readelf gcc

Readelf gcc. The compiler does not actually allow you to select any particular ABI version. proghead. --help. o since then there can be no mistaking which compilation the recorded options refer to. on the bin directory there should be: readelf. Available for bare-metal and Linux targets. 2-15) GCC: (GNU) 4. Feb 7, 2017 · objdump "GNU utility" is a tool to disassemble object, also executable, files using Linear Sweep approach. So in your case: $ objcopy -O binary --only-section=. 0. After that, you have (at least) two ways to dump the contents of . ABI-tag and . Symbol is one of the basic terms when talking about object files, linking, and so on. 04 I can build executable with "gcc -g test. In the linking process, object files are linked together and all the references to external symbols are resolved, final addresses are assigned to function calls, etc. Read command-line options from file. elffile … are the object files to be examined. dynsym' contains 3 global functions: Num: Name. Basically, you can implement your version of printf (). I am using gdb to debug this binary and I would like to set the flags for . Synonyms. 34, it was meant to start checking the more specialized DF_1_PIE ELF metadata, but due to a bug in the implementation it actually broke things and showed GCC PIE executables as shared objects. so in runtime? Runtime Search Path Apr 1, 2014 · If you have a very recent binutils (2. Furthermore, readelf says the following: $ readelf -a libcore. If file does not exist, or cannot be read, then the option will be treated literally, and not removed. 0-5ubuntu12) 6. 2,519 2 21 27. For debugging I have the gcc linaro 7. The GNU Binutils are a collection of binary tools. 5 mingw32 arm linux gnueabi toolchain, together with the included GDB. gold - a new, faster, ELF only linker. symtab) for example: $ readelf -s HelloWorld Jan 3, 2014 · 13. #compile gcc test. There are 28 section headers, starting at offset 0x102e48: Dec 22, 2021 · 4. GCC invokes the system linker, ld, to perform linkage. Obviously the "why" is to make it easier to understand what For dynamic linking only with direct dependencies you can use -Wl,--as-needed with adding the libs after -Wl,--as-needed: gcc main. Okay - so we know that main knows it depends on librandom. 32+), this is very simple. Later on, it became a valuable tool for debugging the linker as I added support for ELF. as - the GNU assembler. edited Jun 8, 2020 at 11:59. And looks like it's enabled by default since gcc 4. edu in pub/linux/packages/GCC/src or in pub/linux/BETA/ibcs2. According to gcc docs it'll put flags into dwarf debug info. readelf --debug-dump=decodedline test. GCC: (Debian 11. s. The ELF header is always at offset zero of the. Display the entries in symbol table section of the ELF file, if it has one: 4. 1. A reference to the address of a function from within a shared library will be satisfied by such a definition in the executable. If you do. The GNU binutils default linker scripts for ELF-based platforms normally define quite a number of different symbols which can be used to find the start and end of various sections. debug_info PROGBITS 0000000000000000 010096 0000af 00 0 0 1 [ 4] . Display the command-line options understood by readelf. comment: 0x00000000 00474343 3a202844 65626961 6e203131 . The two tables. Similarly, readelf is probably the best way to determine the default ABI used by a compiler. With my GCC, this program: #include <stdio. Jun 20, 2021 · 4. 0 [ 23] clang version 13. each segment one a single line, which is far more readable on terminals wider than 80 columns. The linker always uses a linker script. mit. 0 20161005 [ 2d] clang version 3. exe -s a. The main ones are: ld - the GNU linker. readelf -d CeeloPartyServer | grep ORIGIN You should get back the RPATH line you found above, but you should also see some entries about flags. symtab and . Occurrences of GCC's -L option, and its -l option, are passed through to Mar 9, 2014 · gcc with -v switch as in arm-linux-gnueabi-gcc -v should show you how it is built, which also tells you the overall default options it uses when compiling your source code. . There are plenty of things that will run that are not ELF files (such as shell scripts, Perl files, Python py source and pyc compiled files). 1: execve. exe is". 10 Practical Examples using readelf Command (1) To display the ELF file header of binary readelf -h <binary-file> (2) To display the program headers of binary readelf -l <binary Aug 30, 2012 · Another option is -grecord-gcc-swtiches (note, not -f but -g). property sections. $ readelf -d main | grep library. LLVM objdump also has a similar option ( --disassemble-symbols ). cold functions you see in the compiled binary are not actually defined in the source code as such, but rather produced by GCC automatically. -H--help Display the command line options understood by readelf. When using gcc to compile a C program and using readelf to check the section info, I can see the . GCC. One last thing, targeted assembly sequence you mentioned uses ATPCS register naming scheme (check objdump doc for information), it uses a1 instead of r0 for example. eh_frame and . 6. Explore GCC Linking Process Using LDD, Readelf, and Objdump byHimanshu AroraonOctober 17, 2011 Tweet Linking is the final stage of the gcc compilation process. answered Apr 1, 2015 at 16:14. For example, here is an executable made from two relocatable object files, one compiled with gcc and the other with clang: $ readelf -p . 8. Sep 17, 2016 · libgcc_s: The GCC (GNU Compiler Collection) runtime library. There are even things that will "run" without having an individual identifiable file at all (aliases or functions in your shell, bash built-ins and such). Overall, readelf can give greater detail on the contents of an ELF file. Jul 9, 2010 · The output from objdump is a little excessive for this purpose, and requires a good bit of parsing to find the actual imports. o -o prog. There are two common schemes for associating the program and debug info for that program -- name of the program, or its linker build-id. You should prefer readelf when possible since objdump simply does not show some sections like . 3 Or, on most distros, you can just ask the package manager. We would like to show you a description here but the site won’t allow us. 3. readelf --symbols KoreOS. a) 等包含ELF格式的文件。以下命令的使用是基于android编译出来的so文件上面去运行。 0x2、readelf常用命令 The main purpose of the linker script is to describe how the sections in the input files should be mapped into the output file and to control the memory layout of the output file. Out of these 12 utilities, as and ld are of the most important, they are the default backend of GNU Compiler Collection (gcc). This style get hex contents of that sections. You can examine the contents of the . Then I want to debug the program with gdb. Finally, the linker adds the environment variables, function definitions, and settings required to run the code, creating a very big executable file. bss, . 6] 0x0000000000000001 (NEEDED) Shared library: [libm. readelf -s can display the list's contents. You can also use it to get relocation and symbol information. 04. For example, here is the section info of binary program Perlbench. readelf Command Examples. 2 with GCC 5. table, or both. Jun 2, 2015 · readelf or objdump both can do this. Here is the output on my system: Owner Data size Description. dll) and not an emulation layer like that provided by Cygwin tools". readelf -x. If no file operands are specified, all files in archive shall be included in the order of the archive. Note this caveat in the manual. comment': [ 0] GCC: (Ubuntu 6. Apr 11, 2016 · Linuxでバイナリに設定されているRPATHを確認する方法まとめ事前準備適当なソースファイルを用意する。#include <iostream>int main(int argc, char… May 7, 2011 · But GCC outputs a warning about not being able to find the _start symbol, which is the entry point for executables, not shared objects. Both are provided by Cygwin. Binary analysis is the most underestimated skill in the computer industry. 6] Feb 19, 2024 · GNU Binutils. This program performs a similar function to objdump but it goes into more detail and I have to make ELF file to use absolute paths for libraries instead of searching in default paths (RPATH). 6 Software reverse engineering refers to a process of analyzing a software system in order to identify its components and their interrelationships and to create representations of the system in another form, typically at a higher level of abstraction. We can use the readelf command with the -s flag to view exported symbols: $ readelf -s lib. Mar 18, 2024 · 0x0000000000000001 (NEEDED) Shared library: [libc. The options control what particular information to display. Looks like dwarf info is compressed. gcc_except_table, . The options read are inserted in place of the original @ file option. 2. 6. strtab sections? Jan 2, 2019 · At the end of the process, when the ELF binary is generated, there are a couple of outputs: 1) executable code corresponding to exception or cleanup handlers ( . 注意,使用使用 brew update && brew install binutils 会有如下提示:. Linking. vers Note the v1 and v2 clauses corresponding to the versions we're using. Apr 27, 2012 · It's part of GCC so it's the same version as GCC, so unless you've screwed up your system by installing unmatched versions of g++ and libstdc++. However, serious limitation there are. Display the information contained in the ELF header at the start of the file: Jun 12, 2013 · What is symbol and symbol visibility. The job of the linker is largely to put information into an executable Jul 24, 2021 · 文章浏览阅读975次。1、介绍readelf从ELF 格式的目标文件显示信息。readelf和objdump提供的功能类似,但是它显示的信息更为具体,并且它不依赖BFD库(BFD库是一个GNU项目,它的目标就是希望通过一种统一的接口来处理不同的目标文件)2、ELF格式的文件ELF(Executable and Linking Format)是一个定义了目标文件 Display the command-line options understood by readelf. 2 20080704 (Red Hat 4. gnu. The GNU Arm Embedded Toolchain includes the GNU Compiler (GCC) and is available free of charge directly from Arm for Nov 14, 2023 · Disable RELRO using GCC: gcc -Wl,-z,norelro -o <program> <source_code> PIE. Display all the headers present in the ELF file: 3. eh_frame_hdr sections. Take symbol "main" in symbol table (. data section as Executable at a certain point. rodata hello_world. Oct 13, 2022 · Further, run the command by using the GCC compiler. An executable file using the ELF file format consists of an ELF. Jul 30, 2019 · 首先,mac系统下的文件格式是mach-o,并不支持objdump和readelf;. 3. debug_line section. Aug 21, 2013 · Yes. ld --verbose. dynsym). Listing Exported Symbols of a Shared Library. You can find linker build-id with readelf -n /usr/bin/cp. You can also use 'hexdump filename' to get a hexdump of the contents of a binary file (this is likely only useful if you like reading machine code or you are writing an assembler). 1-12ubuntu1 (tags/RELEASE_381/final) Feb 4, 2020 · The output of readelf -d shows us that the executable is missing a RPATH or RUNPATH to point to the desired libraries. RELRO can be turned on when compiling a program by using the following options: gcc -g -O0 -Wl,-z,relro,-z,now -o <binary_name> <source_code>. Plan ahead The fact that our file has all these sections suggests that the program was written in C, or similar language, and compiled with GCC (the GNU Compiler Collection). Jul 17, 2019 · Playing with LD_PRELOAD. comment <path>, it shows me multiple compilers in the comment section: String dump of section '. Jan 15, 2020 · I'm learning ELF file and using a C HelloWorld program built by GCC on x86_64 CentOS 7 as an example to investigate the executable. symtab' contains 6 entries: Num: Value Size Type Bind Vis Ndx Name 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND 1: 0000000000000000 0 SECTION LOCAL DEFAULT 1 2: 0000000000000000 0 SECTION LOCAL DEFAULT 2 3: 0000000000000000 0 SECTION LOCAL DEFAULT 3 4: 0000000000000000 Oct 4, 2019 · The GNU binutils are a collection of binary tools that are installed by default on all Linux distributions. With "readelf --debug-dump=info test" I can confirm it's using DWARF 4. 57: 00000000004004d7 21 FUNC GLOBAL DEFAULT 13 main from readelf, which matches up nicely with the compiled code as shown by gcc -S or objdump -d: Jan 7, 2022 · When I compile a binary with the clang compiler shipped in my distro, then read the ELF headers of said binary with readelf -p . cold, simplifying the internal logic of the functions. file. ELFはExecutable and Linkable Formatの略でコンパイラが生成するオブジェクトファイルや実行ファイルで利用されているファイル Sep 17, 2015 · Ok this question is old, but good old Google yields it if you are looking for readelf symboltable and NDX; Here is what I found out: The C code compiled with avr-gcc: int XYZ = 123; int ABC; when the generated elf file is analyzed using . int main() Apr 23, 2013 · In Linux environment? If you have GCC installed, you should have readelf executable. It may not actually be an ELF executable file. 2018. text section) and, 2) read-only information in . Jun 15, 2012 · Plus I don't know how to make a silent install of cygwin. Program Header Table (PHT). jclin. How readelf can know the absolute address before my programme is running or been loaded? Because by the time the linker has done its work, the address computed for your global variable is the address at which the program loader will have to place that variable at runtime. Watch tag. 1. -L. In theory, this should make it easier to reverse engineer than handcrafted Assembly code. Jan 10, 2017 · readelf – Display ELF File Info; These tools will help you to manipulate your binary, object and library files effectively. This will dump decoded line number Mar 18, 2024 · 4. As the libraries it is desired to link against are a custom version of glibc, it is probable (but not certain) that they will have the same API as the glibc that is actually being used for the link. Passing --disassemble=SYMBOL to objdump will disassemble only the specified function. So, what compiler option or any approach could be used? In fact, I feel that there MUST be a way to tell gcc to dump all the start and end addresses of the functions. If on Mac OS X, you would use xcrun dwarfdump -r0 binary_name. Aug 1, 2019 · gcc . Using the default linker script. readelf displays information about one or more ELF format object files. Jan 3, 2017 · 25. elf. The program header table and the section header table's. comment and . 1 20200408 (release)” the SW have problem locating the variables that are global variables that are declared extern in header file and definition I . comment section with e. strtab STRTAB 0000000000000000 00001630 00000000000001d7 0000000000000000 0 0 1 [28] . ar - A utility for creating, modifying and extracting from archives. symtab: Why does objdump not show . Add this to your makefile and be sure to always know when a program was compiled: You're already on an x86-64 ELF platform (Ubuntu GNU/Linux); the system ld is x86-64 ELF. 0-10) 11. Feb 24, 2021 · Here is the output of readelf -a test. c -o test". Before upgrade (Linux Mint 18. 退而求其次,使用 brew update && brew install binutils ,然后用 greadelf 和 gobjdump ;. Apr 9, 2021 · Compile with gcc -c foo. This option causes readelf to print each section header resp. 0: __stack_chk_fail. elffile are the object files to be examined. Each executable or shared library built with Red Hat Enterprise Linux Server 6 or later is assigned a unique identification 160-bit SHA-1 string, generated as a checksum of selected parts of the binary. g. May 1, 2020 · Symbol table '. -Wl,--as-needed -lB -lA. 0 [ 11] GCC: (GNU) 10. -H. We can see from the above results that for a shared library, the exported functions as well as the functions used by the library are dumped. So you can try this. Feb 11, 2015 · Do you use a recent version of binutils? On Ubuntu 14. text=out_objcopy_dumpsection main. Apr 10, 2018 · The size given by readelf is the size of the binary object; for main, that’s the sequence of machine instructions which implement your function. As a result I believe that what I need is GNU Utilities For Win32 as the link states those libraries are serverless. eh_frame_hdr sections inside. Note, strings program does not see them. The default linker script can be obtained by running. Dec 7, 2019 · 2. so you can get that from: $ g++ -dumpversion 4. Aug 23, 2017 · On gcc, use ar -t. gcc produces executable files in the ELF file format. build-id sections. Aug 25, 2018 · I inspected the output of the compilation using readelf and there is a difference. 2-55) GCC: (GNU) 4. ELF file compiled by gcc will add . Reading the /proc/<pid>/maps File. I don't know of a better way than readelf. objcopy copies the contents of an object file to another file. Note we will not need Cygwin or any program so deploying will be simple! Once we have that file execute in cmd: // cd "path where readelf. readelf --debug-dump=info binary_name | grep -A 2 'Compilation Unit @'. 2-55) What would cause there to be three GCC comments and two separate versions? NOTE: This file is found within a Dec 22, 2023 · Questions tagged [readelf] readelf displays information about ELF object files. so)或者静态库(*. 08. Is there an easy way to extract this information from the library file? I already tried out readelf, but all the switches I've used so far did not lead to a gcc version number. But there is no mapping at all for the line where the inlined function is called. offset in the file are defined in the ELF header. -Wl,--version-script,mylib. 4. so ELF Header: Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 Jun 30, 2020 · The GNU Arm Embedded Toolchain is a ready-to-use, open-source suite of tools for C, C++ and assembly programming. you can use readelf and objdump to read parts of an elf file. You can check it with hexdump -C prog | less and look for VERSION. More info here. . Another option to extract the . Dynamic section at offset 0xe28 contains 24 entries: Tag Type Name/Value. 3) the line changed to: Oct 10, 2014 · Test is on 32 bit x86 Linux with gcc 4. libc: The C library: the library which defines the ‘system calls’ and other basic facilities such as open, malloc, printf, exit, etc. 0 I'm assuming you are using gcc and binutils. But they also include: addr2line - Converts addresses into filenames and line numbers. For example, a C/C++ compiler may generate symbols in an . "executables do only depend on the Microsoft C-runtime (msvcrt. It’s also possible to compile with partial RELRO, which can be achieved by using the "- z,relro Jun 13, 2023 · I want to write a software for an ARM target system and debug it remotely. You can copy one section of the binary to a text file using the command objcopy from package binutils: $ objcopy -O binary --only-section=<section> <binary> <output>. On my system, I see. The end of the text section is usually referenced by a choice of three different symbols: etext, _etext or __etext; the start can be found as __executable_start. o Symbol table '. So in your case, those . Meaning that it parses the file linearly in static fashion and decode each instruction. The command readelf –program-headers <file> is used to parse the. c file. No need to pass the start address and the end address. text section of an ELF file is the objcopy utility. Options in file are separated by whitespace. Both could displayed by: objdump -sj . May 1, 1995 · For this, I will use the readelf utility which I wrote when I was first trying to understand the ELF format itself. The GNU Arm Embedded Toolchain targets the 32-bit Arm Cortex-A, Arm Cortex-M, and Arm Cortex-R processor families. So why can’t main find librandom. header, followed by a program header table or a section header. c -o test #run . This switch is only implemented on some targets and the exact format of the recording is target and binary file format dependent May 16, 2022 · GCC can split some_function (or even parent_function) into some_function and some_function. Objdump is not able to differentiate between code and data bytes within the code, for example there is not ideal Feb 23, 2022 · There is nothing weird about this name. text PROGBITS 0000000040000000 010000 00007c 00 AX 0 0 8 [ 2] . Jun 21, 2012 · Download linux commands that will be needing on windows from here. Using objcopy. rodata PROGBITS 0000000040000080 010080 000016 00 A 0 0 8 [ 3] . Jan 21, 2016 · readelf -x . Display all information about the ELF file: 2. readelf. I can understand how the name of a symbol is found for every symbol in the executable except two in dynamic symbol table (. The following is from a library that I built. binutils is keg-only, which means it was not symlinked into /usr/local, because Jul 12, 2019 · I assumed I would always only come across a single GCC version, however I got the following output. This allows two builds of the same program on the same host to always produce consistent build-ids and binary content. 2: shell. Apr 12, 2021 · But when producing the . @file Mar 13, 2016 · 2. shstratab, . It is mostly utilized by malware analysts, reverse engineers, and people. 0x00000010 2e322e30 2d313029 2031312e 322e3000 . Aug 4, 2018 · readelf - ELFファイルについての情報を表示する. comment': [ 0] GCC: (GNU) 7. 0x0000000000000001 (NEEDED) Shared library: [libc. For checking the direct dependencies you should use readelf instead of ldd because ldd also shows the indirect dependencies. I prefer readelf for this purpose:. readelfコマンドはELFファイルについての情報を表示するコマンドになります。. The sources to readelf should be on tsx-11. GCC: (GNU) 4. working on low-level software. Ignore tag. shstrtab STRTAB Even if you don't have access to your source anymore, you can link the object with this option: gcc -Wl,--defsym,VERSION_1_2_3=0 prog. @file. Jun 14, 2016 · readelf and objdump are both excellent utilities if you are on a Unix box. This practice makes the (for example) lookup_v2 symbol local in scope to your library, and not visible outside it. In fact, in C/C++ language, symbol is the corresponding entity of most user-defined variables, function names, mangled with namespace, class/struct/name, and so on. rodata': 0x00000000 48656c6c 6f20776f 726c6421 0a Hello world!. h>. Feb 23, 2018 · Assume that you have a static library built with gcc by another person and you want to find out the version number of gcc that was used for compiling. objdump and nm will yield the same symbols, just in different formats. You can check the format using Linux utility file. Arm GNU Toolchain releases consists of cross toolchains for the following host operating systems: GNU/Linux. Top users. This is result from readelf: readelf -d example. LD_PRELOAD is an environment variable that can be set to load ELF shared objects before all others. It means that, if your executable is dynamically linked, you can load a library to override (or replace) any functions or symbols preloaded from other libraries. Mar 18, 2024 · 3. comment hello String dump of section '. -t option of the gnu archiver (ar) writes a table of contents of archive to the standard output. o gives: Hex dump of section '. Unfortunately I use a x86 Windows on my host system. 32-bit and 64-bit ELF files are supported, as are archives containing ELF files. May 26, 2020 · $ readelf --string-dump=. debug_abbrev PROGBITS 0000000000000000 Nov 2, 2022 · Arm GNU Toolchain is a community supported pre-built GNU compiler toolchain for Arm based CPUs. Jun 22, 2021 · When running readelf -S I get: [27] . GCC will search your -I directories in the left-to-right order in which they appear in your commandline and it will search all your -I directories before the default #include directories. Symbol sizes: readelf -Ws foo. Fat binaries aren't common or standard for ELF, so the class does reliably indicate 32 vs 64 bit. In my tests with GCC, it appeared that functions are added if the linker sees at compile time that some of the shared libs have a function with that name too (independent of the code content), but not added if the function appears to be unique (because then it would not override anything). Anyways once I go to that link I don't Jan 28, 2019 · This technique is called RELRO and ensures that the GOT cannot be overwritten in vulnerable ELF binaries. binutils is keg-only, which means it was not symlinked into /usr/local, because i don't know how widespread the -p option to ldconfig(8), but the following sh/awk script, using the readelf(1) suggestion, and ldconfig's -p, might be of help if you want to avoid any security issues with ldd(1), but also see the path of the dynamic libraries. If the program is already running, we can also get the list of loaded shared libraries by reading the file /proc/<PID>/maps. elf file with gcc "GNU Arm Embedded Toolchain 9-2020-q3-update) 9. Here is the documentation. /test #check format file test. Section Headers: [Nr] Name Type Address Off Size ES Flg Lk Inf Al [ 0] NULL 0000000000000000 000000 000000 00 0 0 0 [ 1] . After that, you can simply code a C++ program that reads a binary file. ABI-tag ELFFILE objdump -sj . The latter is used by runtimes when deciding how to handle an exception event Sep 23, 2015 · This will result in symbol table entries with section index of SHN_UNDEF but a type of STT_FUNC and a non-zero st_value . Now, let’s learn how to view the exported symbols of a library with the help of the library created in the above example. eh_frame section and . By default readelf breaks section header and segment listing lines for 64-bit ELF files, so that they fit into 80 columns. answered Apr 29, 2013 at 6:44. I use gcc, which builds the program correctly. 4) the Dynamic section had this line: 0x000000000000000f (RPATH) Library rpath: [submod/lib] After the upgrade (Linux Mint 19 with GCC 7. We can use the –dump-section option for extracting and writing a section to a file: $ objcopy --dump-section . In 5. why gcc is adding the . user57368. out. Using readelf. readelf -d dynamic-buffer-test Dynamic section at offset 0x630a8 contains 23 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [libstdc++. so. We also use the local command to "hide" our internal names for the functions that implement older versions. command. If you want to do this as a one-off, the simplest approach may be to compile source to assembly, and modify section attributes there, then compile assembly into object file and link as usual. Only the files specified by the file operands shall be included in the written list. proghead elf-binary-file output. Available for x86_64 and AArch64 host architectures. Jan 20, 2012 · It looks to me like you've already found the one true way to identify what ABI a file uses. build-id ELFFILE Option "s" means display full contents, "j" for indicate section name. elf you get as output: We would like to show you a description here but the site won’t allow us. Position Independent Executable enabled an ELF file to be autonomously positioned in memory, and it works together with Oct 15, 2015 · 1. readelf will give you a good overview of the ELF header information, section headers. Oct 22, 2011 · I tried readelf to get the mapping between the source code lines and the binary codes addresses. Aug 10, 2018 · readelf命令,一般用于查看ELF格式的文件信息,常见的文件如在Linux上的可执行文件,动态库(*. readelf -S perlbench. But to figure out whether you're looking at 32-bit x86, ARM, MIPS, or whatever, you have to also inspect the Machine field right below the Type field. exe. 6] From the output above, we can see the shared libraries of vim. line file. I've found dwarfdump program to be useful to extract those cflags. note. Learn more…. alias x86_64-elf-ld=ld if you want to copy/paste build instructions that use that command. Two main components of software reverse engineering are re-documentation and design recovery. 2 20140120 (Red Hat 4. c -o main -I. qf ae wl jh on nm yv ac kq sm