memory-address
memory address literal
Given a literal memory address in hexadecimal format, how can I create a pointer in C that addresses this memory location?[详细]
2023-01-14 13:25 分类:问答Variables addresses
I\'m writing statistic system. It should make some output with given params. For example: float getSunActivity() { ... }[详细]
2023-01-13 08:25 分类:问答How do I get a value from an address using Java?
For an obfuscation program I am writing in Java, I need to find a way to get a value at a specific address. For example, in a program I opened in a hex editor, at the address 0000001F is the hex value[详细]
2023-01-11 20:25 分类:问答when returning by address, doesnt this go out of scope? ( SDL)
this is a code example from lazyfoo\'s SDL tutorials. SDL_Surface *load_image( std::string filename ) {[详细]
2023-01-04 08:12 分类:问答How do game trainers change an address in memory that's dynamic?
Lets assume I am a game and I have a global int* that contains my health. A game trainer\'s job is to modify this value to whatever in order to achieve god mode. I\'ve looked up tutorials on game trai[详细]
2023-01-01 03:14 分类:问答Check if address exists before use/jump in assembly?
Say I have loaded some random address like 0x00001234 into eax.开发者_如何学Python Is there a way to test that this address is valid/exists before jumping to it or dereferencing it?[详细]
2022-12-31 17:50 分类:问答address representation in ada
I have pasted a code below which is in Ada language.I need some clarification on some implementations.[详细]
2022-12-28 12:59 分类:问答Address of array vs. address of array[0] - C language
My question is why does the address of an array differ from the address of its first position? I\'m trying to write my own malloc, but to start out I\'m just allocating a chunk of memory and playing[详细]
2022-12-27 20:44 分类:问答Allocated memory address clash
i don\'t understand how this happen. This is portion of my code.. int isGoal(Node *node, int startNode){[详细]
2022-12-27 03:30 分类:问答how to find the address of data in memory?
i need to find a way how to find the address\'s for value of another program. i find the address before hand but i don\'t know how to find them again after i close and reopen the program with out sear[详细]
2022-12-26 14:41 分类:问答