Skip to content

Commit df41c50

Browse files
committed
Added HexViewer
1 parent bab5771 commit df41c50

File tree

5 files changed

+6
-180
lines changed

5 files changed

+6
-180
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![License Info](https://img.shields.io/badge/license-Apache-blue.svg?style=flat-square)](https://github.com/TimScriptov/Disassembler) [![Play Store Info](https://img.shields.io/badge/Play_Store-v2.5-blue.svg?style=flat-square)](https://play.google.com/store/apps/details?id=com.mcal.disassembler)
1+
[![License Info](https://img.shields.io/badge/license-Apache-blue.svg?style=flat-square)](https://github.com/TimScriptov/Disassembler) [![Play Store Info](https://img.shields.io/badge/Play_Store-v2.7-blue.svg?style=flat-square)](https://play.google.com/store/apps/details?id=com.mcal.disassembler)
22

33
### Disassembler
44
An android app which can load .so files to find symbols and vtables.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
minSdkVersion 21
1212
//noinspection OldTargetApi
1313
targetSdkVersion 29
14-
versionCode 26
15-
versionName "2.6"
14+
versionCode 27
15+
versionName "2.7"
1616
ndk {
1717
abiFilters 'armeabi-v7a', 'x86', 'arm64-v8a', 'x86_64'
1818
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.2.1'
9+
classpath 'com.android.tools.build:gradle:4.2.2'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
1111

1212
// NOTE: Do not place your application dependencies here; they belong

hexviewer/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ android {
2424
}
2525

2626
dependencies {
27+
implementation fileTree(dir: 'libs', include: ['*.jar'])
2728
implementation "androidx.appcompat:appcompat:1.3.0"
28-
implementation "androidx.preference:preference:1.1.1"
29+
implementation 'androidx.preference:preference-ktx:1.1.1'
2930
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
3031
implementation "androidx.emoji:emoji:1.1.0"
3132
implementation 'androidx.emoji:emoji-bundled:1.1.0'
3233
implementation "com.google.android.material:material:1.3.0"
33-
testImplementation "junit:junit:4.13.2"
3434
}

hexviewer/src/test/java/fr/ralala/hexviewer/ExampleUnitTest.java

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)