Skip to content

Commit

Permalink
Move demo stuff to samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonLucid committed Feb 2, 2019
1 parent 735e2b8 commit b8b05a6
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
private.py

# Created by https://www.gitignore.io/api/venv,python,pycharm+all

### PyCharm+all ###
Expand Down Expand Up @@ -194,4 +192,5 @@ pip-selfcheck.json
# End of https://www.gitignore.io/api/venv,python,pycharm+all

# Custom
!example_binaries/*.so
private.py
!samples/example_binaries/*.so
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions example_jni.py → samples/example_jni.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
import sys
import posixpath

from unicorn import UC_HOOK_CODE, UcError
from unicorn import UcError
from unicorn.arm_const import *

import debug_utils
from androidemu.emulator import Emulator
from androidemu.java.helpers.java_class_def import JavaClassDef

Expand Down

0 comments on commit b8b05a6

Please sign in to comment.