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-04-29 22:24:26 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
smali
/
examples
/
AnnotationValues
History
Caleb Fenton
9546ddf95a
Add registers directive so example will compile
2015-01-20 08:18:32 -08:00
..
10.smali
Add registers directive so example will compile
2015-01-20 08:18:32 -08:00
AnnotationWithValues.smali
- changed the comment char from ; to #
2009-06-04 05:54:34 +00:00
Enum.smali
- 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
Main.smali
- changed the comment char from ; to #
2009-06-04 05:54:34 +00:00
SubAnnotation.smali
moved the examples
2009-06-04 04:39:25 +00:00