User talk:Isaac356

From WiiBrew
Jump to navigation Jump to search

menu patcher

it looks like some guy took your menu patcher renamed it and released without source. [1] Crediar 16:10, 6 April 2009 (UTC)

Wow, it looks like you're right. That's definitely based off of my code. The source was bundled in the download, though; but the license was not. Anyways, I'm not too worried about it since I've pretty much abandoned that for a graphical version that reads XML's (I'm working on it now, but it's taking a loooong time). --Isaac356 22:51, 6 September 2009 (UTC)

Wii Signer

I'm writing a PyQt4 based gui for your awesome Wii Signer ;)

I've done some minor changes in wii.py in order to make it more import-friendly, and I would like to know Wii Signer's license (the gui will be GPLv3, and I would like to distribute with it my modified copy of wii.py).

I also would like to show you the diff between your original wii.py and my slightly modified version, and it would be wonderful if some of those little changes got merged "upstream" :)

Here's the diff: http://pastebin.com/m15b6ad73

My e-mail is ssorgatem "at" esdebian "dot" org —Preceding unsigned comment added by Ssorgatem (talkcontribs) 22:16, 18 July 2009 (UTC)

EDIT: Well, in fact, that patch broke the interactiveness of Wii Signer...
BTW, i've found some portability issues in Wii Signer's code, as for example the location where it looks for the common key, as it's unix-specific, and is very easily replaced by a Os-independent path with os.path.expanduser('~') + "/.wii/common-key".
Wii Signer also doesn't run on windows, when unpacking it always complains about a bad lenght of a string argument to pack and when packing it simply doesn't like to write the packed wad at all... —Preceding unsigned comment added by Ssorgatem (talkcontribs) 10:31, 20 July 2009 (UTC)