fix
This commit is contained in:
parent
f9c0c66817
commit
7830a5fa93
|
@ -5,9 +5,9 @@ slug: playing-with-snu-application
|
|||
description: "Playing with SNU Application"
|
||||
---
|
||||
|
||||
At the beginning I was going to play with our school's official mobile app. I wanted to make Telegram Bot for Mobile ID QR code, so I needed to know how App retrieves QR information. I disassembled app with JADX and tried to analyze the functions, then I got lazy so it was delayed until now.
|
||||
At first I was going to play with our school's official mobile app. I wanted to make Telegram Bot for Mobile ID QR code, so I needed to know how App retrieves QR information. I disassembled app with JADX and tried to analyze the functions, then I got lazy...
|
||||
|
||||
Spring semester started, and few of my class uses electronic attendance system. It's also called beacon-based attendance. A lot of school uses beacon-based digital attendance system. But thinking about how it will work, it seemed relatively hackable. So I pulled application again and decided to dig deep what's going on there, and fully understand every kind of logic used in attendance system until I can take an attendace without official app.
|
||||
Spring semester has started, and few of my class uses electronic attendance system. It's also called beacon-based attendance. A lot of school uses beacon-based digital attendance system. But thinking about how it will work, it seemed relatively hackable. So I pulled application again and decided to dig deep what's going on there, and fully understand every kind of logic used in attendance system until I can take an attendace without official app.
|
||||
|
||||
### 1. APK JADX analyzing
|
||||
|
||||
|
|
Loading…
Reference in New Issue