object-address
Adding Base Address + Offsets to Modify Value
I\'m trying to modify a value for S开发者_如何学Colitaire such as the score. Anyways I found the addresses (using CheatEngine) that the pointers point to but I\'m having difficult injecting code to m[详细]
2023-03-31 18:24 分类:问答Uniform way to get object address or NULL in global function
I\'m building a tree-based debug/logging system for C++. Its开发者_如何学C \"user interface\" is a macro which passes user-defined message and call site information (file, line, object address) to sp[详细]
2023-03-22 10:26 分类:问答Is there a Python module for handling Python object addresses?
(When I say \"object address\", I mean the string that you type in Python to access an object. For example \'life.State.step\'. Most of the time, all the objects before the last dot will be packages/m[详细]
2023-01-15 20:41 分类:问答gnu assembler: get address of label/variable [INTEL SYNTAX]
I have a code like this: .bss woof: .long 0 .text bleh: ...some op codes here. 开发者_JAVA技巧 now I would like to move the address of woof into eax. What\'s the intel syntax code here for doing th[详细]
2022-12-13 18:44 分类:问答