0
Can anyone give me a list of programs that really help get an application's sourcecode? Reverse engineering?
3 Answers
+ 3
https://www.quora.com/How-do-I-get-the-source-code-of-any-Android-app
Hopefully that helps đ
+ 2
use IDA
but you have to understand assembly and various header from different compiler. when you reverse engineered app from turbo c++ and visual studio, there will be some significant difference.
+ 1
I forgot to tell you that i need it for c++
Thank you!