Name: | libdasm |
---|---|
Version: | 1.6 |
Release: | 21.el10_0 |
Architecture: | x86_64 |
Group: | Applications/System |
Size: | 200629 |
License: | LicenseRef-Callaway-BSD |
RPM: | libdasm-1.6-21.el10_0.x86_64.rpm |
Source RPM: | libdasm-1.6-21.el10_0.src.rpm |
Build Date: | Wed Dec 18 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/jtpereyda/libdasm |
Summary: | Simple x86 disassembly library |
Description: | libdasm is a C-library that tries to provide simple and convenient way to disassemble Intel x86 raw op-code bytes (machine code). It can parse and print out op-codes in AT&T and Intel syntax. The op-codes are based on IA-32 Intel Architecture Software Developers Manual Volume 2: Instruction Set Reference, order number 243667, year 2004. Non-Intel instructions are not supported at the moment (also, non-Intel but Intel-compatible CPU extensions, like AMD 3DNow! are not supported). |