https://github.com/nodef/extra-objdump
Gets statistics of x86 instructions in ELF file.
https://github.com/nodef/extra-objdump
Last synced: 4 months ago
JSON representation
Gets statistics of x86 instructions in ELF file.
- Host: GitHub
- URL: https://github.com/nodef/extra-objdump
- Owner: nodef
- License: mit
- Created: 2020-02-20T19:19:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T17:14:09.000Z (about 1 year ago)
- Last Synced: 2025-10-23T04:51:29.179Z (8 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extra-objdump
Gets statistics of x86 instructions in ELF file.
// https://stackoverflow.com/questions/60326190/which-processor-instructions-are-used-most-commonly
// https://unix.stackexchange.com/questions/343013/how-objdump-disassemble-elf-binary
// https://stackoverflow.com/questions/17208960/what-are-the-functions-of-the-assembly-x86-edi-sil-and-dl-registers
// https://stackoverflow.com/questions/20086849/how-to-read-from-stdin-line-by-line-in-node
// https://stackoverflow.com/questions/11054534/how-to-use-install-gnu-binutils-objdump
// https://www.tutorialspoint.com/assembly_programming/assembly_scas_instruction.htm
// https://stackoverflow.com/questions/31158902/is-it-possible-to-sort-a-es6-map-object
// https://stackoverflow.com/questions/12755997/how-to-create-streams-from-string-in-node-js
// https://www.strchr.com/x86_machine_code_statistics
// https://en.wikipedia.org/wiki/X86_instruction_listings
