Professional Software Engineer by day. Hobby developer, Modder by night.

Android Reversing Part 5 But With Frida

Why Frida? Becase it can be many things, know more. Its is, easy, sure learning curve takes some time, but it pays off spectacularly. efficient, a rough estimate for the modification took 30 min in frida vs 2 hours in traditional methods, its way more flexible. elegant when compared to traditional ways. you get creative new ideas and implement them easily (implementating manually takes way longer). My setup Genymotion, but why?

Android Reversing Part 5

Contents Why & Motivation Decompiling Finding where to patch Patching, recompiling and installing it on device App’s premium features does not work fully Finding integrity checks, digging deeper for final patch. End Why & Motivation I wanted to monitor my mobile network traffic after I found some wierd dns logs in my custom dns server, I could not figure out which app made that request thus I found out this app in playstore called ‘No Root Firewall, Internet Data Blocker Protection’.

Frontend Updates & Rinku Project Upgrade

Hi!, Like I mentioned in my last update, I took a break from everything ( a month and 3 weeks), the reason behind me missing my post on past month(april). I still had to do office work though, but its’ alright because it was fun. The time off that I took was the best decision in a while, It helped me rethink priorities. Like I said in march post 2021, I’ll be posting with new Time management in mind.

Firebase-RealtimeDatabase & Self-assesment

Hi!, its been a wild month, jumping all over the places, future me reading!, keep your composure. Coming to other things, I’ve been doing work from home for the past year, but recently (the past 3 months) I was asked to come office atleast a week or two. Although some of my friends are still doing WFM, I had to go chennai, Which I felt was bad, but this is not a major consern.

Express Api Server

After a hectic past two months, hope I get some free time in the upcomming months. What is this? This is a backend, written for one of my projects. This was originally developed to be a private repository, I made it public this month. And this was my first time using typescript 100 percent for backend, my experience with it is pretty cool. Stack express server mongodb nginx pm manager Framework model view controller Folder structure Name Description src Source files of the server src/public Static files to be used on client side src/models Storing and retrieving datails from different schema, not using mongoose models src/controllers Controllers define functions that respond to various http requests src/server.