pfalcon / ScratchABit

Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
GNU General Public License v3.0
393 stars 47 forks source link

[Feature Request] Cygwin/MinGW Support? #15

Open ghost opened 7 years ago

ghost commented 7 years ago

Can this program be ported to Windows using Cygwin or MinGW?

pfalcon commented 7 years ago

Maybe it can be. Otherwise, see the FAQ in README.

ghost commented 7 years ago

I meant like, would you be willing to implement MinGW and/or Cygwin to write a port of this program to Windows.

neuschaefer commented 7 years ago

@TheClockworker, have you tried running ScratchABit on Cygwin/MinGW? Possibly it works already.

wgaylord commented 7 years ago

Only thing it seems that make this not work on windows is the strange usage of picotui over a real gui.