aboutsummaryrefslogtreecommitdiff
path: root/smali
AgeCommit message (Expand)Author
2016-09-17Remove the now-unused experimental opcodes flag/functionalityBen Gruver
2016-09-05Do a cleanup pass on the various commands/arguments/help textBen Gruver
2016-08-27Merge branch 'master' into v2.2_WIPBen Gruver
2016-08-17Revert "Add lambda experimental dalvik opcodes"Narayan Kamath
2016-08-17smali/dexlib: deal with invoke-polymorphic / invoke-polymorphic/range.Narayan Kamath
2016-07-10Move existing smali tests to the org.jf.smali packageBen Gruver
2016-07-09Switch to jprante's jflex pluginBen Gruver
2016-05-28Revamp the CLI usage/help formattingBen Gruver
2016-05-16Update url in --version messageBen Gruver
2016-05-16Implement a new command line interface for smaliBen Gruver
2016-02-28Add more programmatic-friendly entry points for smali/baksmaliBen Gruver
2016-02-28Fix issue with parameter list parsingBen Gruver
2016-02-28Get rid of the default 6 thread maximum thingBen Gruver
2016-02-20Clean up the jar namingBen Gruver
2016-02-14Add the .tokens files to the binary jarBen Gruver
2016-02-13Merge branch 'master' into smalideaBen Gruver
2015-12-04Add a speculative fix for unicode filename errors on MacBen Gruver
2015-10-01Merge branch 'master' into smalideaBen Gruver
2015-09-29Add art-specific opcodes and opcode valuesBen Gruver
2015-09-05Add ability to list methods/fields/types when assembling with smaliBen Gruver
2015-05-05Fix an NPE related to an array descriptor just before an EOFBen Gruver
2015-03-25Add usage type support for field usagesBen Gruver
2015-03-18Merge branch 'master' into smalideaBen Gruver
2015-03-18Don't wrap a large (>32k) register count in a register directiveBen Gruver
2015-03-16Add lambda experimental dalvik opcodesIgor Murashkin
2015-03-04Refactor how PARAM_LIST is parsedBen Gruver
2015-03-04Merge branch 'master' into smalidea3Ben Gruver
2015-03-04Refactor how the PARAM_LIST_OR_ID thing is parsedBen Gruver
2015-03-04Use [^] for the lexer's catch-all ruleBen Gruver
2015-03-01Use single-quotes in build.gradle files when double-quotes aren't neededBen Gruver
2015-03-01Use the antlr plugin for gradleBen Gruver
2015-03-01Use the jflex plugin for gradleBen Gruver
2015-03-01Use the proguard plugin for gradleBen Gruver
2015-01-21Tweak how array descriptors are parsedBen Gruver
2015-01-21Add lexer implementation based on existing smali lexerBen Gruver
2015-01-20Add stringtemplate dependency to smali, because proguard.Ben Gruver
2014-07-19Implement implicit method/field references in smaliBen Gruver
2014-02-17Improve how method parameter lists are lexedBen Gruver
2014-02-03Clean up some unused/unneeded tokens in smaliParser.gBen Gruver
2014-01-18Refactor the maven upload build stuffBen Gruver
2014-01-17Add gradle configuration for uploading smali artifacts to mavenBen Gruver
2013-12-29Use known-good locale when doing jflex codegenBen Gruver
2013-12-08Allow primitive types for 21c instruction format (e.g. check-cast)Ben Gruver
2013-11-10Don't attempt to create the smali.jar/baksmali.jar symlinks on windows.Ben Gruver
2013-09-15Remove the now unused builder instructions and instruction factoriesBen Gruver
2013-09-14Fix the tests related to bracketed namesBen Gruver
2013-09-14Allow arbitrary bracketed member namesBen Gruver
2013-09-08Implement just-in-time instruction fixup due to string jumboificationBen Gruver
2013-09-08Generify the IO requirements for writing a dex fileBen Gruver
2013-09-07Implement instruction fixing in MutableMethodImplementationBen Gruver