If you want to browse the ELF file, you can do this with objdump if you want to browse the ELF file, but if you do this, if you use Objdump, you or have a virtual machine, or you have a problem with Linux Kernel on Windows, no matter which one is troubles. Here is a small tool for easy and practical browsing ELF files.
About Total Commander, simply, if you are suffering enough to bring your own resource browser, Total Commander is definitely the best alternative. For details, you can see how to make good use of Jia Soft,TC school
- The most easy-to-read Total Commander tutorial. Software official website addressHere. In addition, more, software is not paid, just a dialog is required every time the software is started.
Back to the topic, TC-based ELF file browsing is an open source plugin provided by a "good person"anyELF. Go to the page, download the plugin, is a zip file.
Double-click the ZIP file in TC to open the compressed package directly. At this time, TC checks this is a plugin, directly asks if the plugin is installed, select "Yes"

After that, the plugin is automatically installed, does not need to restart the TC, select the ELF file directly, press F3 to start the TC built-in file viewer, you can see the content of the ELF file, as shown

—END—
I. Introduction Before explaining the ELF file format, let ’s review that a high-level language program written in C is the basic process from writing to packaging, and then to compilation and e...
What is an ELF file ELF file header format In computer science, ELF is a format file for binary files, executable files, object code, shared libraries, and core dumps. It was developed and released as...
Some time ago, I analyzed the loading process of the ELF file in qemu. I personally feel that this analysis can not only deepen the understanding of the ELF file format, but also understand the workin...
1. ElfHeader The data structure defined by the file, the number of bytes occupied by the field name size Align purpose Elf32_Addr 4 4 Unsigned program address Elf32_Half 2 2 Integer in unsigned Elf32_...
Click above "Embedded hodgepodge", select "Put to Top Official Account" to view the embedded notes for the first time! Several common ELF files Under Linux, the executable file gen...
1. Basic concepts of elf files elf (Executable and Linkable Format) file is an object file format, which is usedbinary file、executable file、Object code, Shared libraries and core dump format files. &n...
Several common ELF files Under Linux, the executable file generated by gcc compiles belongs to ELF file: ELF is a type of file, not a file with a certain suffix. ELF (Executable and Linkable Fo...
1. First drag the Android 64-bit SO into 010 Editor You can see there are 4 structs, how these Struct goes, here we focus on Elf_Header, Program_Header_Table, Section_Header_Table ELF_HEADER is the he...
Browse, manage and maintain directories and files Use pwd and cd commands to determine and switch directories Use the ls command to list the contents of the directory Use the cp command to copy files ...
webView display pdf file In development, we can use webview to load the pdf file, this is just the absolute path of the file directly loaded. Use CoreGraphics to draw pdf content Call example...