MCPcopy Create free account
hub / github.com/IIIImmmyyy/frida-il2cppDumper / StructItem

Function StructItem

_agent.js:2088–2091  ·  view source on GitHub ↗
(param, size)

Source from the content-addressed store, hash-verified

2086Object.defineProperty(exports, "__esModule", { value: true });
2087exports.getStructOffset = exports.StructItem = void 0;
2088function StructItem(param, size) {
2089 this.param = param;
2090 this.size = size;
2091}
2092exports.StructItem = StructItem;
2093function getStructOffset(struct, name) {
2094 let all = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected