MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / addr_at

Method addr_at

g2all/900/module/view.js:59–62  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

57 }
58
59 addr_at(index) {
60 const size = this.BYTES_PER_ELEMENT;
61 return this.addr.add(index * size);
62 }
63
64 sget(index) {
65 return this[index] | 0;

Callers 3

race_oneFunction · 0.45
double_free_reqs2Function · 0.45
leak_kernel_addrsFunction · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected