EN | 'APK - Introduction' from root-me.org
Today our test subject is an android app, so we need to stock up on the necessary tools. You can find them yourself, or you can use my favorites: jadx adb smali debugger Since this is an easy ta...
Today our test subject is an android app, so we need to stock up on the necessary tools. You can find them yourself, or you can use my favorites: jadx adb smali debugger Since this is an easy ta...
Решил взять тоже лёгкое, но более интересное задание, смысл которого разреверсить C# приложение. Приступим. На всякий случай убедимся, что это .NET приложение, и воспользуемся утилитой file (в м...
Lets take an easy, but interesting task of reverse C# application. At first step we are going to check it is really .NET application and use ‘file’ utility (I’ll do it through MINGW64): Runnin...
Без кучи слов и огромных вступлений сразу приступим к делу. В конце прикреплю полезные ссылки которыми сам пользуюсь. И так, скачав и распаковав наш архив, сразу обнаруживаем файл ch1.bin. Заходим ...