blob: 2e43572ca50be7020566ee3526c0ceaa3664cf8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
References
----------
- https://source.android.com/docs/core/runtime/dalvik-bytecode
Useful Commands
---------------
$ < messages.json jq -r '.[] | .content, "-----------------------------------------------------"'
$ find valid/ -type f -exec python3 ./gen-code.py 0 {} \;
Valid codes
-----------
- 0000 -> 0017 : initial version
|