https://bugzilla.redhat.com/show_bug.cgi?id=1098965 Michal Ambroz <rebus@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |563471 (FE-SECLAB) --- Comment #13 from Michal Ambroz <rebus@xxxxxxxxx> --- Updated SPEC tested on FC21 - works fine - thanks. Looking forward to see it in Fedora repository. Testcase: $ ipython In [1]: from capstone import * In [2]: CODE = b"\x55\x48\x8b\x05\xb8\x13\x00\x00" In [3]: md = Cs(CS_ARCH_X86, CS_MODE_64) In [4]: for i in md.disasm(CODE, 0x1000): ...: print("0x%x:\t%s\t%s" %(i.address, i.mnemonic, i.op_str)) ...: 0x1000: push rbp 0x1001: mov rax, qword ptr [rip + 0x13b8] Referenced Bugs: https://bugzilla.redhat.com/show_bug.cgi?id=563471 [Bug 563471] Tracker: Review Requests for Fedora Security Lab related packages -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review