Coder Social home page Coder Social logo

gelldur / msc-thesis Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 2.0 3.63 MB

Master's Thesis: Decompiling Android OS applications

Makefile 0.17% TeX 66.46% Shell 1.75% Java 28.58% CMake 1.29% C++ 0.54% JavaScript 0.37% Assembly 0.28% Smali 0.55%
reverse-engineering android dalvik smali dex apktool java obfuscation disassembly

msc-thesis's Introduction

My master's thesis

Subject in English:

Decompiling Android OS applications.

Subject in Polish:

Dekompilacja aplikacji działających w systemie Android OS.

Abstract in English:

The main point of this paper is to explain process of decompilation Android application. At the beginning I will introduce how application is build. We will use this knowledge to review tools that can help us with this task. Thanks to those tools we will receive smali code and we will learn how to read and modify smali code. We will describe how Android system is identyfying applications. In the end I will show why we should care about securing our apps and how harmful it could be for us, when we don't do it. We will get knowledge how dissasembly process looks like.

Abstract in Polish:

Celem pracy jest omówienie procesu dekompilacji aplikacji mobilnych pisanych na system operacyjny Android. Na początku poznamy budowę aplikacji androidowej. Korzystając z tej wiedzy nauczymy się obsługi narzędzi, które ułatwiają proces dekompilacji. Dzięki tym narzędziom otrzymamy wynik deasemblacji i nauczymy się go interpretować. Z tak otrzymanego wyniku postaramy się poskładać wszystko z powrotem do działającej aplikacji. Dowiemy się także jak system Android identyfikuje i weryfikuje pochodzenie aplikacji. Na koniec dowiemy się jakie niebezpieczeństwo niesie za sobą źle zabezpieczony kod aplikacji. Prześledzimy również proces, który utrudnia odzyskiwanie kodu źródłowego za pomocą technik odwrotnej inżynierii.

Keywords:

RE, inżynieria odwrotna, dekompilacja, android, dalvik, apk, apktool, smali, zaciemnianie kodu, deasembler, disassembler, asembler, dekompilator, release, debug, dex, C++, Java reverse engineering, decompilation, obfuscation, disassembly, objdump, assembler

Generated PDF

Generated PDF is available in repository

How to download

Clone repository:
git clone --recursive {repository url}

Or clone normally and then
git submodule update --init --recursive

How to generate PDF

  • pdflatex Thesis.tex
  • bibtex Thesis - for generating bibliography
  • pdflatex Thesis.tex - again to add bibliography...

Command latex Thesis.tex also should work for generating .div file

Use make

# For build pdf
make
# For clean
make clean

Link: https://apd.amu.edu.pl/diplomas/118819/

msc-thesis's People

Contributors

gelldur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

iidioter lostsai

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.