当前位置:网站首页>Xctf mobile--app3 problem solving
Xctf mobile--app3 problem solving
2022-07-03 12:39:00 【Passers by. Hello】
1. Download it and find that .ab file ..ab The file is an Android backup file , May be encrypted , No encryption here
download android-backup-extractor
Execute... In folder
java -jar abe.jar unpack app3.ab app3.tar
obtain bask.apk,.db file , take apk Drag the file into jadx in
2.
3. Yes a() Function to analyze
Loaded the database , And then I created one a The object of , So you can check this class

Follow up the algorithm step by step

4. The code comes to idea, newly build java, Modify and run . obtain ”ae56f99“
5. Use SQLite Open database ( There are pits here. )

Be sure to choose 3 , Because the version is given in the code

Open the data

It looks a bit like base64 encryption

summary : The topic is not difficult, but it involves a lot of things , The code is tedious . During decompilation ,jadx Some of the code did not decompile successfully ,jeb Sure .
边栏推荐
- Idea packages the web project into a war package and deploys it to the server to run
- Slf4j log facade
- adb push apk
- The solution to change the USB flash disk into a space of only 2m
- elastic_ L01_ summary
- 2020-11_ Technical experience set
- Wechat applet pages always report errors when sending values to the background. It turned out to be this pit!
- RedHat5 安装Socket5代理服务器
- 20. Valid brackets
- 剑指Offer10- I. 斐波那契数列
猜你喜欢

阿里 & 蚂蚁自研 IDE

Summary of error prone knowledge points: Calculation of define s (x) 3*x*x+1.
![[ArcGIS user defined script tool] vector file generates expanded rectangular face elements](/img/39/0b31290798077cb8c355fbd058e4d3.png)
[ArcGIS user defined script tool] vector file generates expanded rectangular face elements

The future of cloud computing cloud native

If you can't learn, you have to learn. Jetpack compose writes an im app (I)

Eureka self protection

With pictures and texts, summarize the basic review of C language in detail, so that all kinds of knowledge points are clear at a glance?

剑指Offer03. 数组中重复的数字【简单】

低代码平台国际化多语言(i18n)技术方案

Alibaba is bigger than sending SMS (user microservice - message microservice)
随机推荐
232. Implement queue with stack
Sword finger offer03 Repeated numbers in the array [simple]
Xctf mobile--rememberother problem solving
剑指Offer03. 数组中重复的数字【简单】
225. Implement stack with queue
[ArcGIS user defined script tool] vector file generates expanded rectangular face elements
Introduction to concurrent programming (I)
JVM memory model
2.9 overview of databinding knowledge points
[download attached] password acquisition tool lazagne installation and use
Write a simple nodejs script
Enter the length of three sides of the triangle through the user, and calculate the area of the triangle, where the length is a real number
elastic_ L02_ install
145. Post order traversal of binary tree
GCN thinking - word2vec directly calculates text classification
Use of atomicinteger
Ten workplace rules
2.7 overview of livedata knowledge points
十条职场规则
Self made pop-up input box, input text, and click to complete the event.