Sign in
ara-mdk
/
platform
/
external
/
smali
/
HEAD
f3d921d
Fix up the Android.mk and scripts for the current version
by Ben Gruver
· 12 years ago
master
ara-dev-release-20141107
d05833b
Generate updated jflex lexer code
by Ben Gruver
· 12 years ago
f816a57
Merge remote-tracking branch 'goog/upstream-master' into master
by Ben Gruver
· 12 years ago
625b799
Move the version to a separate file
by Ben Gruver
· 12 years ago
0856f09
Make sure elements are sorted by name when building an annotation in smali
by Ben Gruver
· 12 years ago
b34b329
Use guava rather than google-collections
by Ben Gruver
· 12 years ago
c102301
Use java.lang.Object as the superclass of an unresolvable class while deodexing
by Ben Gruver
· 12 years ago
ebd1b0e
Ensure class permissions are valid when resolving a field while deodexing
by Ben Gruver
· 12 years ago
650d426
Ensure class permissions are valid when resolving a virtual method while deodexing
by Ben Gruver
· 12 years ago
85e27f8
Update version to 1.4.2
by Ben Gruver
· 12 years ago
9a9a664
Add support back for jumbo instructions
by Ben Gruver
· 12 years ago
03935b3
Use the new virtual table logic for api >= 17
by Ben Gruver
· 12 years ago
3a96d5d
Change how release vs. non-release is detected
by Ben Gruver
· 12 years ago
06bff59
Fix the build. doh.
by Ben Gruver
· 12 years ago
3079b05
Clean up the smali gradle build a bit
by Ben Gruver
· 12 years ago
03a89d0
Fix the javadoc for ClassDataItem.getParentType
by Ben Gruver
· 12 years ago
1176b75
Add support for new virtual table generation
by Ben Gruver
· 12 years ago
ff05a41
Add the new StrictMath inlines
by Ben Gruver
· 12 years ago
92a9aa2
Minor cleanup of synthetic access related stuff
by Ben Gruver
· 12 years ago
9a12fbe
Fix an issue related to synthetic access methods in an unexpected format
by Ben Gruver
· 12 years ago
b3ed2aa
Prevent newline normalization on windows for smali tests
by Ben Gruver
· 12 years ago
f4dd531
Removed deleted argument from InitializeClassPath javadoc
by Ben Gruver
· 12 years ago
671e5c7
Revert "Fix newline issue for smali tests on Windows"
by Ben Gruver
· 12 years ago
598dcde
Fix a deodex issue when merging an unresolved array type
by Ben Gruver
· 12 years ago
60bb8c6
Simply the generic-ity around Instruction, OffsetInstruction and InstructionMethodItem
by Ben Gruver
· 12 years ago
d317a06
Print verbose errors in the tree walker
by Ben Gruver
· 12 years ago
a59fe7e
Change how the parent is determined for AnnotationDirectoryItem and ClassDataItem
by Ben Gruver
· 12 years ago
097b405
Fix newline issue for smali tests on Windows
by Ben Gruver
· 12 years ago
a8be1b4
Fix NullPointerException if source file is not set in lexer
by Ben Gruver
· 12 years ago
a3dce1f
Move parseFloat and parseDouble to LiteralTools
by Ben Gruver
· 12 years ago
de3a5f9
Fix how the classpath is set for JavaExec gradle tasks
by Ben Gruver
· 12 years ago
40c48da
The great tab cleanup of 2012
by Ben Gruver
· 12 years ago
8d299c0
Generate separate POSITIVE/NEGATIVE_INTEGER_LITERAL tokens
by Ben Gruver
· 12 years ago
48d5b73
Remove ANTLR lexer
by Ben Gruver
· 12 years ago
b88e9c3
fix tabs/spaces in scripts/smali
by Bryan Bishop
· 12 years ago
0ab2c45
Add support links to README
by Ben Gruver
· 12 years ago
be22572
Add README.md
by Ben Gruver
· 12 years ago
15ecbaa
Remove unneeded .gitignore files
by Ben Gruver
· 12 years ago
8e279d0
Update version to 1.4.1
by Ben Gruver
· 12 years ago
48640a8
Update version to 1.4.0
by Ben Gruver
· 12 years ago
1f1f012
Fix BIG_ENDIAN constant in HeaderItem
by Ben Gruver
· 12 years ago
cc5871f
Apply idea plugin
by Ben Gruver
· 12 years ago
181c04c
Add copyright/license for build scripts
by Ben Gruver
· 12 years ago
dc3c933
Remove poms and smali-maven-plugin
by Ben Gruver
· 12 years ago
9382ba8
Use JavaExec instead of ant.java
by Ben Gruver
· 12 years ago
c9afead
Implement proguard support
by Ben Gruver
· 12 years ago
5cf9fe7
Generate fat jars for smali and baksmali
by Ben Gruver
· 12 years ago
7d1263a
Implement versioning in the gradle build
by Ben Gruver
· 12 years ago
480c79a
gradleize smali project
by Ben Gruver
· 12 years ago
1026c6c
gradleize baksmali project
by Ben Gruver
· 12 years ago
4c1774e
gradleize dexlib project
by Ben Gruver
· 12 years ago
7d7ee58
gradleize util project
by Ben Gruver
· 12 years ago
94599ba
Add gradlew, in preparation for moving to gradle
by Ben Gruver
· 12 years ago
4374e7b
Don't use con.smali to test if we're on a windows system.
by Ben Gruver
· 12 years ago
06bc17a
Correctly handle duplicate (except case) reserved file names on windows
by Ben Gruver
· 12 years ago
b58433a
Allow multiple ClassDefItems to share a single empty ClassDataItem
by Ben Gruver
· 12 years ago
ed33c42
Properly deodex instructions that come after an unresolvable odex instruction
by Ben Gruver
· 12 years ago
ee54115
Refactor the instruction rule in the tree walker
by Ben Gruver
· 12 years ago
4af666e
Remove support for the extended opcodes
by Ben Gruver
· 12 years ago
47873da
Refactor the instruction rule in the parser
by Ben Gruver
· 12 years ago
3cf9e0c
Allow non-standard header sizes
by Ben Gruver
· 12 years ago
5934004
Allow try end addresses that fall in the middle of an instruction
by Ben Gruver
· 12 years ago
7d37656
Add getters for inWords and outWords in CodeItem
by Ben Gruver
· 12 years ago
66b8954
Fix bug in Utf8Utils
by Ben Gruver
· 12 years ago
343df2f
Simplify deodexing
by Ben Gruver
· 12 years ago
5b4073a
Add the findbugs library to baksmali explicitly, rather than transitively through dexlib
by Ben Gruver
· 12 years ago
30ab0c2
Remove obsolete TODO regarding duplicate classes in the class path
by Ben Gruver
· 12 years ago
a9ce1cf
For unknown opcodes, mention the original opcode value in a comment
by Ben Gruver
· 12 years ago
2f81aec
Treat unknown opcodes as nops
by Ben Gruver
· 12 years ago
9069177
Bump version number to 1.3.4-dev
by Ben Gruver
· 12 years ago
5f2ad8b
Suppress some warnings when doing the proguard thing
by Ben Gruver
· 12 years ago
0534f30
Use proguard on the assembled smali/baksmali jars
by Ben Gruver
· 12 years ago
0aa30d9
Don't compare encoded values with item references by item index
by Ben Gruver
· 12 years ago
7bb622e
Set the default local to en-US, to avoid locale specific weirdness
by Ben Gruver
· 12 years ago
3f70d08
Gracefully handle duplicate methods and fields in baksmali
by Ben Gruver
· 13 years ago
9c7c421
Check for duplicate field/method definitions in ClassDataItem
by Ben Gruver
· 12 years ago
0d2ce20
Fix up makeDefaultValueForType method
by Ben Gruver
· 13 years ago
662e425
Rename MethodIdItem.getVirtualMethodString to getShortMethodString
by Ben Gruver
· 13 years ago
94abcd3
Add the ability to retrieve the checksum and signature from the header_item
by Ben Gruver
· 12 years ago
4de8efc
Don't pre-sort ClassDefItems
by Ben Gruver
· 12 years ago
9a295c5
Add EncodedLiteralInstruction interface
by Ben Gruver
· 12 years ago
58e4b79
Add static utility methods to StringIdItem and TypeIdItem for getting their string representations
by Ben Gruver
· 12 years ago
f7dfb27
Don't modify the staticFieldInitializers list passed in to ClassDefItem.intern...
by Ben Gruver
· 12 years ago
cf01f5d
Refactor ClassDefItem
by Ben Gruver
· 12 years ago
10ebad1
Refactor the ClassDataItem interface
by Ben Gruver
· 12 years ago
d320d6c
Add Item.isPlaced() method and replace getOffset() != -1 with !isPlaced() in ClassDefItem
by Ben Gruver
· 12 years ago
e5466fe
Add annotation lookup functionality to AnnotationDirectoryItem
by Ben Gruver
· 12 years ago
1ffc028
Add a check to Item.getOffset() and getIndex() to ensure the item has been placed
by Ben Gruver
· 12 years ago
b71c129
Refactor the interface of AnnotationDirectoryItem
by Ben Gruver
· 12 years ago
2bfc114
Clean up the maven configuration
by Ben Gruver
· 13 years ago
36c2f08
Clean up how the usage messages are printed
by Ben Gruver
· 13 years ago
0044afa
Don't let later entries in the classpath override classes from earlier entries
by Ben Gruver
· 13 years ago
1acfb0e
Instruction3rmi should use Format3rmi, not Format3rms
by Ben Gruver
· 13 years ago
8ca8922
Bump the version number to 1.3.3-dev
by Ben Gruver
· 13 years ago
0d57d42
Fix stupid infinite loop problem
by Ben Gruver
· 13 years ago
b7cd134
Bump the version number to 1.3.2-dev
by Ben Gruver
· 13 years ago
a9f36cd
Fix idiotic "this" alias
by Ben Gruver
· 13 years ago
96b803c
Add support for version 36 dex files
by Ben Gruver
· 13 years ago
d89375a
Fix-up InlineMethodResolver_version35 to use the new OdexedInvokeInline interface
by Ben Gruver
· 13 years ago
a4b5f66
Fix an issue with missing parameter annotations in methods without a body
by Ben Gruver
· 13 years ago
Next »