Aug. 2, 2019
4:09 p.m.
Hi everybody, Iâve been playing around with machine code simulation this last week and Iâve made bindings for the unicorn library and the llvm disassembler: https://github.com/guillep/pharo-unicorn <https://github.com/guillep/pharo-unicorn> https://github.com/guillep/pharo-llvmDisassembler <https://github.com/guillep/pharo-llvmDisassembler> Funny thing: both support lots of platforms (x86 and arm both 32 and 64 bits and moreâ¦). So out of the box we can simulate and disassemble lots of platforms. And in one afternoon Iâve played with them to do a native debugger with Spec2 just for fun. Hope this evolves a bit more soon, and that it helps somebody. Guille