Fuzion24 / AndroidHostileEnvironmentDetection

Contains many different ways to identify hostile environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Hostile Environment Detection

Contains many different ways to identify hostile environments. This project is an android application that uses various techniques to identify the environment that it is currently running in. It borrows code and extends the idea offered up by BlueBox here

There was a great presentation by Oberheide and Miller with their experience poking around the emulator. This project borrows and implements ideas from it as well. Bouncer

Future work: A Fistful of RedPills a paper about auto generating ways to identify CPUs would be particularly useful in this case. The premise is that certain instructions on CPUs have undefined behavior for various registers. I.E. What state should the overflow bit have when a move regA, regB instruction is issued. It turns out that some of these states are unique enough to identify CPU families. These so-called 'pills' can also be auto generated.

Running

./gradew installDebug

About

Contains many different ways to identify hostile environments.

License:GNU Lesser General Public License v3.0


Languages

Language:C 55.2%Language:Java 42.8%Language:Makefile 2.0%