Actions
Bug #6066
closeddis: support for System/370, System/390, and z/Architecture ELF bins
Start date:
2015-07-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Since libdisasm and dis(1) already support cross-disassembly, we can add new architecture backends rather painlessly. Add IBM System/370, System/390, and z/Architecture (aka. s390x) backend. Since these three architectures are very similar, they can share a lot of code.
Updated by Electric Monk almost 8 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 0472e113e9ad4a95dbf46a1d97075472136a1e7c
commit 0472e113e9ad4a95dbf46a1d97075472136a1e7c Author: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Date: 2015-11-09T21:56:32.000Z 6066 dis: support for System/370, System/390, and z/Architecture ELF bins Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions