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