A .NET framework library for connect your Wii U to your PC.
Patch note of the update V1.4 :
- Re organisation of the entire library
- Removed the old functions "pokeLong" and "poke64"
- Added a new "poke64" function (which finally works)
- Added the "pokeHexString" and the "makeAssembly" functions
- Added the "pokeStringUTF8" and the "pokeStringUTF16" functions
- Renamed and optimized the "copyValueToString" in "peekHexString"
- Fixed a bug with the "peekStringUTF8" and the "peekStringUTF16" functions which only converted the value and did not take it into the Wii U
- Added the "peekIP" function
- Added the "cmd_rpc" constant
- Added call functions commands (thanks to GeckoU)
- Removed all the "mix" functions that were unnecessary to create the "changeValue" function (which is practically the same as the "mix" function) and the "customChangeValue" function (which does everything the old "mix..." functions did)
- Removed the "clearString" function
- Renamed the "clearString2" function in "clearMemory"
- Added the "convertToHexString" function
- Fixed some littles orthers bugs