Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Belluxx/Java2Smali
/ main
Method
main
src/com/belluxx/java2smali/Main.java:21–23 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
19
private
File compiledJava;
20
21
public
static
void
main(String[] args) {
22
new
Main().init(args);
23
}
24
25
public
static
void
print(String s) {
26
System.out.println(s);
Callers
2
runDx
Method · 0.80
runBaksmali
Method · 0.80
Calls
1
init
Method · 0.80
Tested by
no test coverage detected