libWiiSharp with fixes and improvements!
Find a file
2021-02-07 00:03:26 -06:00
.gitignore Begin Formatting/Recommenting 2021-02-06 18:09:13 -06:00
AssemblyInfo.cs Finished reformatting; fixed name violations, other IDE Messages; Massive code cleanup 2021-02-06 22:53:40 -06:00
BNS.cs File Re-Organization/Compression 2021-02-06 23:41:04 -06:00
Brlan.cs License Header Updates 2021-02-06 23:24:10 -06:00
Brlyt.cs License Header Updates 2021-02-06 23:24:10 -06:00
CertificateChain.cs License Header Updates 2021-02-06 23:24:10 -06:00
CommonKey.cs License Header Updates 2021-02-06 23:24:10 -06:00
ContentIndices.cs License Header Updates 2021-02-06 23:24:10 -06:00
ContentType.cs Add decompiled and edited files 2020-12-28 22:28:44 -06:00
HbcTransmitter.cs License Header Updates 2021-02-06 23:24:10 -06:00
Headers.cs License Header Updates 2021-02-06 23:24:10 -06:00
HexView.cs License Header Updates 2021-02-06 23:24:10 -06:00
IosPatcher.cs License Header Updates 2021-02-06 23:24:10 -06:00
libWiiSharp.csproj File Re-Organization/Compression 2021-02-06 23:41:04 -06:00
libWiiSharp.csproj.user Readme Rewrite 2021-02-07 00:02:00 -06:00
libWiiSharp.pdb Add decompiled and edited files 2020-12-28 22:28:44 -06:00
libWiiSharp.sln Add decompiled and edited files 2020-12-28 22:28:44 -06:00
LICENSE File Cleanup 2021-02-06 18:12:11 -06:00
Lz77.cs License Header Updates 2021-02-06 23:24:10 -06:00
MessageEventArgs.cs License Header Updates 2021-02-06 23:24:10 -06:00
NusClient.cs License Header Updates 2021-02-06 23:24:10 -06:00
README.md Fix Readme again 2021-02-07 00:03:26 -06:00
Shared.cs License Header Updates 2021-02-06 23:24:10 -06:00
StoreType.cs License Header Updates 2021-02-06 23:24:10 -06:00
Ticket.cs License Header Updates 2021-02-06 23:24:10 -06:00
TMD.cs File Re-Organization/Compression 2021-02-06 23:41:04 -06:00
TPL.cs File Re-Organization/Compression 2021-02-06 23:41:04 -06:00
U8.cs File Re-Organization/Compression 2021-02-06 23:41:04 -06:00
WAD.cs License Header Updates 2021-02-06 23:24:10 -06:00
Wave.cs File Re-Organization/Compression 2021-02-06 23:41:04 -06:00

libWiiSharp

libWiiSharp is a Wii related .NET (2.0+) library. It can be used with any .NET language to easily develop Wii related applications.

It was originally created by Leathl, and the maintainer of this repo is TheShadowEevee.

All public functions are documented and most should be pretty self-explanatory.

If you want to contribute, you can do so at the github repo.

License

libWiiSharp is released under the terms of the GNU General Public License v3. See the LICENSE file for more info

Credits

From the original libWiiSharp: - Xuzz, SquidMan, megazig, Matt_P, Omega and The Lemon Man for Wii.py - megazig for his bns conversion code (bns.py) - SquidMan for Zetsubou - Arikado and Lunatik for Dop-Mii - Andre Perrot for gbalzss

From this repo's libWiiSharp: - Same as above - Leathl as the original creator of libWiiSharp