webapp?
I found this:
https://developer.chrome.com/docs/devtools/remote-debugging/
But that's as far as I got to inspect an app just now.
What do you mean inspect?
In example I can inspect the facebook webapp. I just wanted to inspect the android and iOS apps. Bc I'm currious about the development. So you say, if an app have their own renderer, I'm not able to inspect them? Is there any other possibility to get some more information about the app I'm looking for?
So you want to inspect the layout
If they have their own renderer, there is no layout
I think there is nothing to inspect an android application like Web pages. Am not sure about that . But I think, if you want to see the code of a particular app, for that i think we should decompile apk. I think there is some tools are available for decompiling APK's
"decompiling apk's" sounds interesting. Do you have some examples, what is good to know about "decompiling apk's"? I was also reading about reverse-engeneering. What Do you think about that in this kind of project?
I'd take a guess and say those might be obfuscated
Actually , I don't know much about that. I just heared about it somewhere , Maybe somebody in this group can help you .
code intentionally made complex to prevent someone from understanding it
Yea . There will be something like that.
How do you know?)
Just a guess from my common sence 😂
@O72391 @waldamy http://java-decompiler.github.io/ https://github.com/sensepost/objection https://github.com/Konloch/bytecode-viewer I found some decompiler, but they doesnt work on protected apks. The dynamic decompiler doesn't work also. Any advice how to bypass the protection?
Обсуждают сегодня