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...
Parsing CSV (siː ɛs viː) and Avoiding Pitfalls
Comma Seperated Values (CSV) is a format used to store data within a file in the form of rows and columns for data exchange. This post is to show some of the nuances when dealing with CSV files. The principle is very simple, but let us define the components...