![]()
I’ve been developing a programming a new application for the android os. Currently I’ve been working on a hex-editor that can run on the device, since I’m pretty tired of dump all the files onto my server, especially since I usually just examine the files on paper later in a notebook.
Saddly my laptop is acting up right now, looks like some type of Virtumondu-esk malware hitting it pretty hard.
Anyway - I have more of the behind the scenes stuff working for the hex-editor, however the hard part is making a good and functional ui. I guess soon enough we will see how this works out!
Also, on a little side note I was thinking of morphing .apk and .dex files… .apk files are meant to be read-only, however if you have a rooted phone this could be changed. While an .apk file is installed with the certain “permissions”, it might be possible to modify the .apk and create something that will use more permissions. Possibly opening the gate to malware or some other type things. Good or bad, it seems like it could be an interesting premise.
