diff --git a/README.md b/README.md new file mode 100644 index 0000000..f525a1e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +SONY VAIO Analyzer +================== + +Reads the BIOS settings from the EEPROM located at SMBus address 0x57 from +Sony VAIO notebooks and displays them. + +The SMBus devices it's compatible with are defined in `SMBus.pas`. You could +try to add your own if it's missing. + +This application uses ZLPortIO by Alexander Zloba. + + +[More info about SVA.](http://wiki.mbirth.de/know-how/hacking/bios-password/sony-vaio.html) + +![](sva.png) diff --git a/sva.png b/sva.png new file mode 100644 index 0000000..679c34f Binary files /dev/null and b/sva.png differ