Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ hex
Method
hex
bindings/java/TestMips.java:27–29 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
25
public
static
Capstone cs;
26
27
private
static
String hex(
int
i) {
28
return
Integer.toString(i, 16);
29
}
30
31
private
static
String hex(long i) {
32
return
Long.toString(i, 16);
Callers
1
print_ins_detail
Method · 0.95
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected