[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#843445: O: distorm64 -- ultimate disassembler library for x86 code - header files



Package: wnpp
Severity: normal

The current maintainer of distorm64, David Martínez Moreno <ender@debian.org>,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: distorm64
Binary: libdistorm64-dev, libdistorm64-1
Version: 1.7.30-1
Maintainer: David Martínez Moreno <ender@debian.org>
Build-Depends: debhelper (>= 8.0.0), python-dev (>> 2.7)
Architecture: any
Standards-Version: 3.9.2
Format: 3.0 (quilt)
Files:
 bafdfc9c0fdfe3749e0c3a885c29fdb5 1170 distorm64_1.7.30-1.dsc
 05408ea8eee82eb3ce691c63268c933a 115605 distorm64_1.7.30.orig.tar.gz
 0168e7e0757220864792faa1d68dde7b 4142 distorm64_1.7.30-1.debian.tar.gz
Checksums-Sha1:
 dc206162fe78b113e880f365e6cd40c7fc95c86e 1170 distorm64_1.7.30-1.dsc
 420b0750ab23775bf3e4ff0ccd4b9a4ebb498787 115605 distorm64_1.7.30.orig.tar.gz
 4cc25733a63732175ffc58616e30246bd0bcd157 4142 distorm64_1.7.30-1.debian.tar.gz
Checksums-Sha256:
 d851915065907014ec470cdc3cf9ba627e088aaf2b0362dc10234196d0978a0a 1170 distorm64_1.7.30-1.dsc
 98b218e5a436226c5fb30d3b27fcc435128b4e28557c44257ed2ba66bb1a9cf1 115605 distorm64_1.7.30.orig.tar.gz
 5c40d7bc71e52c5a32ab989994046bb9548ccdeef01ba3519a3b0325af2cc470 4142 distorm64_1.7.30-1.debian.tar.gz
Homepage: http://ragestorm.net/distorm/
Package-List: 
 libdistorm64-1 deb libs extra
 libdistorm64-dev deb libdevel extra
Directory: pool/main/d/distorm64
Priority: source
Section: libs

Package: distorm64
Binary: libdistorm64-dev, libdistorm64-1
Version: 1.7.30-1
Maintainer: David Martínez Moreno <ender@debian.org>
Build-Depends: debhelper (>= 8.0.0), python-dev (>> 2.7)
Architecture: any
Standards-Version: 3.9.2
Format: 3.0 (quilt)
Files:
 bafdfc9c0fdfe3749e0c3a885c29fdb5 1170 distorm64_1.7.30-1.dsc
 05408ea8eee82eb3ce691c63268c933a 115605 distorm64_1.7.30.orig.tar.gz
 0168e7e0757220864792faa1d68dde7b 4142 distorm64_1.7.30-1.debian.tar.gz
Checksums-Sha256:
 d851915065907014ec470cdc3cf9ba627e088aaf2b0362dc10234196d0978a0a 1170 distorm64_1.7.30-1.dsc
 98b218e5a436226c5fb30d3b27fcc435128b4e28557c44257ed2ba66bb1a9cf1 115605 distorm64_1.7.30.orig.tar.gz
 5c40d7bc71e52c5a32ab989994046bb9548ccdeef01ba3519a3b0325af2cc470 4142 distorm64_1.7.30-1.debian.tar.gz
Homepage: http://ragestorm.net/distorm/
Package-List: 
 libdistorm64-1 deb libs extra
 libdistorm64-dev deb libdevel extra
Directory: pool/main/d/distorm64
Priority: source
Section: libs

Package: libdistorm64-dev
Source: distorm64
Version: 1.7.30-1
Installed-Size: 365
Maintainer: David Martínez Moreno <ender@debian.org>
Architecture: amd64
Depends: libdistorm64-1 (= 1.7.30-1)
Description-en: ultimate disassembler library for x86 code - header files
 Distorm64 is a fast disassembler library for the x86-64 instruction set.  These
 are the header files. For more information, see the libdistorm64-1 package
 description.
Description-md5: ef49aea825bf805bc44701eeefe05a39
Homepage: http://ragestorm.net/distorm/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: extra
Filename: pool/main/d/distorm64/libdistorm64-dev_1.7.30-1_amd64.deb
Size: 103656
MD5sum: 1cf8bafe8d4b206febfada5e9b16e946
SHA1: 7c723d27887e57af46d985526a539011dc239994
SHA256: ec7800907e0cc9e7c9f6ec77a8851124453baa09701807337c80e4546b19e37b

Package: libdistorm64-1
Source: distorm64
Version: 1.7.30-1
Installed-Size: 212
Maintainer: David Martínez Moreno <ender@debian.org>
Architecture: amd64
Depends: libc6 (>= 2.2.5)
Description-en: ultimate disassembler library for x86 code
 Distorm64 is a fast disassembler library for the x86-64 instruction set.  Main
 features are:
  - It's really fast.
  - It supports multi-threading.
  - It supports AMD64, and all other 80x86 instruction sets.
  - It supports up to date instruction sets, such as VMX and SSE4.
  - It handles instruction prefixes in a serious manner.
  - Unused/extra prefixes are dropped (output as DB'ed).
  - Lock prefix works only on lockable instructions if the first operand is in
 the form of memory indirection.
  - REPn/z prefix works only on repeatable string instructions as well as I/O
 instructions.
  - Segment Override prefixes are possible where memory indirection address is
 being used (and specially treated with string and I/O instructions).
  - Some SSE2 instructions support pseudo opcodes (CMP family).
  - "Native" instructions, those which have the same mnemonic in different
 decoding modes, unless there's an operand size prefix, which then a suffix
 letter is concatenated to the mnemonic in order to indicate the operation size
 (instructions like: PUSHA, IRET, etc.).
  - XLAT instruction is treated specially when prefixed.
  - Drops invalid instructions when their operands are invalid.
  - Won't decode instructions which are longer than 15 bytes.
  - CR8 register is now accessible using the Lock prefix in 32 bits decoding
 mode.
  - In 64-bit decoding mode the Segment Override prefixes CS, DS, ES and SS are
 ignored.
Description-md5: b6d648f99b06dae79c6959bbdde04013
Homepage: http://ragestorm.net/distorm/
Tag: role::shared-lib
Section: libs
Priority: extra
Filename: pool/main/d/distorm64/libdistorm64-1_1.7.30-1_amd64.deb
Size: 62508
MD5sum: e80b2e9b2f90b095f436f8d73058ebd8
SHA1: 989c4b6a160e3e1b7f1a7468c7142565dda16282
SHA256: b5ecc316e40fe65bbb25b0890b83c51192f822241b4734779d7d11479b780802

Package: libdistorm64-dev
Source: distorm64
Version: 1.7.30-1
Installed-Size: 365
Maintainer: David Martínez Moreno <ender@debian.org>
Architecture: amd64
Depends: libdistorm64-1 (= 1.7.30-1)
Description-en: ultimate disassembler library for x86 code - header files
 Distorm64 is a fast disassembler library for the x86-64 instruction set.  These
 are the header files. For more information, see the libdistorm64-1 package
 description.
Description-md5: ef49aea825bf805bc44701eeefe05a39
Homepage: http://ragestorm.net/distorm/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: extra
Filename: pool/main/d/distorm64/libdistorm64-dev_1.7.30-1_amd64.deb
Size: 103656
MD5sum: 1cf8bafe8d4b206febfada5e9b16e946
SHA1: 7c723d27887e57af46d985526a539011dc239994
SHA256: ec7800907e0cc9e7c9f6ec77a8851124453baa09701807337c80e4546b19e37b

Package: libdistorm64-1
Source: distorm64
Version: 1.7.30-1
Installed-Size: 212
Maintainer: David Martínez Moreno <ender@debian.org>
Architecture: amd64
Depends: libc6 (>= 2.2.5)
Description-en: ultimate disassembler library for x86 code
 Distorm64 is a fast disassembler library for the x86-64 instruction set.  Main
 features are:
  - It's really fast.
  - It supports multi-threading.
  - It supports AMD64, and all other 80x86 instruction sets.
  - It supports up to date instruction sets, such as VMX and SSE4.
  - It handles instruction prefixes in a serious manner.
  - Unused/extra prefixes are dropped (output as DB'ed).
  - Lock prefix works only on lockable instructions if the first operand is in
 the form of memory indirection.
  - REPn/z prefix works only on repeatable string instructions as well as I/O
 instructions.
  - Segment Override prefixes are possible where memory indirection address is
 being used (and specially treated with string and I/O instructions).
  - Some SSE2 instructions support pseudo opcodes (CMP family).
  - "Native" instructions, those which have the same mnemonic in different
 decoding modes, unless there's an operand size prefix, which then a suffix
 letter is concatenated to the mnemonic in order to indicate the operation size
 (instructions like: PUSHA, IRET, etc.).
  - XLAT instruction is treated specially when prefixed.
  - Drops invalid instructions when their operands are invalid.
  - Won't decode instructions which are longer than 15 bytes.
  - CR8 register is now accessible using the Lock prefix in 32 bits decoding
 mode.
  - In 64-bit decoding mode the Segment Override prefixes CS, DS, ES and SS are
 ignored.
Description-md5: b6d648f99b06dae79c6959bbdde04013
Homepage: http://ragestorm.net/distorm/
Tag: role::shared-lib
Section: libs
Priority: extra
Filename: pool/main/d/distorm64/libdistorm64-1_1.7.30-1_amd64.deb
Size: 62508
MD5sum: e80b2e9b2f90b095f436f8d73058ebd8
SHA1: 989c4b6a160e3e1b7f1a7468c7142565dda16282
SHA256: b5ecc316e40fe65bbb25b0890b83c51192f822241b4734779d7d11479b780802

Attachment: signature.asc
Description: PGP signature


Reply to: