This website requires JavaScript.
Explore
Help
Sign In
ReVanced
/
smali
Watch
1
Star
0
Fork
0
You've already forked smali
mirror of
https://github.com/revanced/smali.git
synced
2025-05-01 15:14:32 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
smali
/
examples
History
Caleb Fenton
45e4284c1d
Use 2.x 'param' directive
2014-10-10 14:17:57 -07:00
..
AnnotationTypes
Use 2.x 'param' directive
2014-10-10 14:17:57 -07:00
AnnotationValues
- Added a new "p0" style register reference, where p0 indicates the first parameter register, p1 the 2nd parameter register and so forth. This makes it less annoying when you are writing a method and have to add more registers, which would push the parameter registers back.
2009-06-04 06:44:10 +00:00
BracketedMemberNames
Allow arbitrary bracketed member names
2013-09-14 13:35:04 -07:00
Enums
- Added a new "p0" style register reference, where p0 indicates the first parameter register, p1 the 2nd parameter register and so forth. This makes it less annoying when you are writing a method and have to add more registers, which would push the parameter registers back.
2009-06-04 06:44:10 +00:00
HelloWorld
Updated comments to reflect new smali.jar usage
2009-07-07 01:49:46 +00:00
Interface
added an example showing the creation and usage of an interface
2009-06-05 05:15:24 +00:00
MethodOverloading
Add an example showing how methods can be overriden based on return value
2011-09-17 18:01:03 -04:00
RecursiveAnnotation
- changed the comment char from ; to #
2009-06-04 05:54:34 +00:00
RecursiveExceptionHandler
Add new RecursiveExceptionHandler example
2010-01-12 08:10:30 +00:00