Drone’s Encrypted Flight Logs
This blog post is to act as a basic guide on how to decompile APK’s to locate decryption keys. Specific focus will be on the Yuneec’s flight log data. Some of my research has been reduced to it’s key points, or stripped out entirely where it had lead to...
CSV – SQLite Extraction and Conversion
This is a follow-up post from Parsing CSV (siː ɛs viː) to show examples on how to write data with python into a CSV formatted file. There will be some references made to the previous post, so be sure to take a glance there first. Python and its CSV...
XNA Game Dev Blog #1
I started playing with XNA today. After looking at the layout of how the XNA framework works I decided to give a shot at making a small game using it. That game being a simple space ship shooter style game. I started off by drawing some basic sprites, which...