Re: dbeaengine - D binding for the BeaEngine disassembler

2015-06-26 Thread Idle Reef Fly via Digitalmars-d-announce
On Monday, 16 February 2015 at 23:10:07 UTC, Baz wrote: dbeaengine[1] is a simple BeaEngine[2] interface for the D programming language. The BeaEngine is an X86 and X86_64 library which can be used to disassemble X86 and X86_64 byte-code. added library code to disasm in a single call: http:/

dbeaengine - D binding for the BeaEngine disassembler

2015-02-16 Thread Baz via Digitalmars-d-announce
dbeaengine[1] is a simple BeaEngine[2] interface for the D programming language. The BeaEngine is an X86 and X86_64 library which can be used to disassemble X86 and X86_64 byte-code. The programming interface is simple and outrageously easy to use (a single function named `disassemble()` ).