David Manouchehri
David Manouchehri
Same `BSLException` issue here on Ubuntu 17.10. Your workaround of just `board=facedancer21 goodfet.bsl -p goodfet.hex` worked though. =)
> > Is there any way to see what the official runners are installing? I mean, I guess I could write an action to tar everything up and send it...
> > Is there download links for Microsoft/GitHub's official tar files? > > > > tar files of images? > > Er sorry, meant to say VHD (or similar).
@carmaa I'm probably missing something, but can't PCIe devices be in a 64-bit MMIO now? > On real hardware, and under pHyp, the PCI host bridges on Power machines >...
@Konloch Is there anything already in place to check if the current decompiled code can actually be recompiled? If not, I should do that first.
One problem with using errors from javac is that in theory it could recompile to a function that behaves differently. I think the bytecode should probably be compared instead. There...
@afffsdd Shouldn't the bytecode be identical if the same compiler is used? I don't see the need for CFG here.
If the source code changes, then the code is no longer equivalent and the user should be warned (or offered a different decompiler if possible). That's intended.
Adding basic ProGuard support shouldn't be too difficult, I can probably do it. What do you think about using a diffing plugin?
Sounds good. I'll send PRs whenever I have something done.