MCPcopy Create free account
hub / github.com/capstone-engine/capstone / platform

Method platform

bindings/java/TestBasic.java:14–20  ·  view source on GitHub ↗
(int a, int m, int syt, byte[] c, String s)

Source from the content-addressed store, hash-verified

12 public String comment;
13
14 public platform(int a, int m, int syt, byte[] c, String s) {
15 arch = a;
16 mode = m;
17 code = c;
18 comment = s;
19 syntax = syt;
20 }
21
22 public platform(int a, int m, byte[] c, String s) {
23 arch = a;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected