More actions
(Created page with "{{Infobox Vita Homebrews |title=Python White Fin |image=pythonwhitefin.png |description=Makes cobra blackfin work on 3.60 and above. |author=Li |lastupdated=2024/01/14 |type=Plugins |version=1.0 |license=Mixed |download=https://dlhb.gamebrew.org/vitahomebrews/pythonwhitefin.7z |website=https://www.reddit.com/r/vitahacks/comments/196dzzz/release_python_white_fin_makes_cobra_blackfin/ |source=https://silica.codes/Li/PythonWhiteFin |donation= }} {{#seo: |title=Vita Homebrew...") |
No edit summary |
||
Line 19: | Line 19: | ||
|image_alt=Python White Fin | |image_alt=Python White Fin | ||
}} | }} | ||
Python White Fin is a | Python White Fin is a plugin that enables Cobra Blackfin compatibility on firmware versions 3.60 and above. | ||
==Some Technical Info Dump From The Author== | ==Some Technical Info Dump From The Author== |
Revision as of 03:46, 10 March 2024
Python White Fin | |
---|---|
File:Pythonwhitefin.png | |
General | |
Author | Li |
Type | Plugins |
Version | 1.0 |
License | Mixed |
Last Updated | 2024/01/14 |
Links | |
Download | |
Website | |
Source | |
Python White Fin is a plugin that enables Cobra Blackfin compatibility on firmware versions 3.60 and above.
Some Technical Info Dump From The Author
While working on a packet logger for CMD56 (used in GameCube authentication), I encountered an interesting situation. Initially, my packet logger worked as expected, but unexpectedly, it caused issues with game cartridges’ authentication.
Here’s what happened: The Vita IO (input/output) system operates at a sluggish pace, and the Cobra Blackfin patch was designed to check if authentication took longer than 50,000 microseconds. If it did, authentication would fail. This was particularly relevant because the Blackfin component connects to the internet for game cartridge authentication, which inherently involves delays due to network communication.
Now, the twist: My custom packet logger code unintentionally slowed down the authentication process to the point where it triggered the same failure condition. To address this, I decided to revert Sony’s patch for Cobra Blackfin, allowing me to log the packets accurately.
The whole situation was too amusing to ignore, so I turned it into an actual plugin. Sometimes, even in the world of programming, humor finds its way!"
Media
PSVita Cobra Black Fin Dongle (YUOTUBE)
Changelog
v1.0
- First Release.