< Home - < Back

libdasm


Information about the package, libdasm, which is shipped with common Linux distributions. The libdasm package is designed for, Simple x86 disassembly library.


Package Name:

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 Developer's 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).

Architecture:

x86_64

Version:

1.6

Release:

1.el6

Size:

31 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for libdasm


Control the libdasm package with the following handy commands outlined below.


Command

Description of Command

yum install libdasm

This command will install libdasm on the server.

yum remove libdasm

This command will un-install libdasm on the server. When you run this command, you will be asked if you are sure that you want to remove libdasm, so you have to manually confirm that you want to do this.

yum -y remove libdasm

This command will un-install libdasm on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libdasm when using the -y flag.

yum update libdasm

This command will update libdasm to the latest version. When you run this command, you will be asked if you are sure that you want to remove libdasm, so you have to manually confirm that you want to do this.

yum -y update libdasm

This command will update libdasm to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libdasm when using the -y flag.

yum info libdasm

This command will show you core information about the libdasm package.

yum deplist libdasm

This command will show you the dependencies for libdasm. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libdasm

This command will check if there is an update waiting on libdasm. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.