HN user

kennedn

332 karma
Posts7
Comments8
View on HN

They worked amazingly out of the box, thanks Tim! The command I used in the end was just a subset of the example given in your repository:

frida -U \

    -l ./config.js \

    -l ./android/android-proxy-override.js \

    -l ./android/android-system-certificate-injection.js \

    -l ./android/android-certificate-unpinning.js \
-f com.tplink.iot

Groceries and cleaning come to mind. To be honest it is a very minor inconvenience but I have been looking for an excuse to get my hands dirty with reverse engineering a circuit. The problem was just annoying enough to act as a motivator.

I installed the fridge freezer myself a few years back, its inside an integrated unit and fairly complicated to remove. I would need to gut the fridge freezer of items, detach and remove the front unit doors from the fridge, detach the fridge from the side panels and the wall, remove the skirting to get under to remove the wall plug and then physically and delicately lift the fridge freezer to be able to slide it out. This is all without the guarantee that there is even a convenient way to gain access the main board.

My website / blog is at https://kennedn.com/. The website portion is a bit of a weirdo. I deliberately wrote it from scratch to try and learn the basics of web design / JavaScript and evidence of that can be seen in the wacky ways I am achieving state management (sessionStorage) or the fact that the CSS is balanced on a hairpin. I made it just extensible enough that I've not had a need to refactor it to date though.