Kai Michaelis

Results 61 comments of Kai Michaelis
trafficstars

The logo on top is a PNG so that's probably why it's so blurry. The icons are SVG, though. May be a problem with the alias settings. I don't have...

What we definitely need is better error handling. I used `error-chain` for some mocking project and found it nice and rather painless to use. This does not mean I rule...

I had the idea of including some kind of REPL into Panopticon once #103 is done. This could double as a calculator. Until then, a simple calculator that opens up...

The scripting support isn't something I think we get in 2017. A simple calculator still makes sense at least until then. How about we add a Quake console like widget...

I've been thinking about how to implement a birds-eye view of the mapping of a file for some time now. This could also include moving mappings around and adding new...

Why not load all of them? A `Project` can contain multiple `Program` instances.

Well, for there is no PPC disassembler anyway. Starting with x86 is the best we can do for now.

Thanks for the debugging! I guess we have to come up with a way to encode RREIL in a more space saving manner.

Good idea. As long as Statements allows iteration, removal and insertion it should be easy to replace all uses of Vec.

Hey @jeandudey, I had a look at cretonne, but it says "This is a work in progress that is not yet functional.". That's not really confidence-inducing. Also, I'm mostly concerned...