- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I know that the address I am about to access is a part of the process's memory? I mean for example if I try to do this in a random process mov eax, [0x010], it is gonna crash as 0x10 is not in process's memory same goes with indirect memory accessing using a register.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Peace, Thank you for posting in the Intel® Communities Support.
In order for us to provide the most accurate assistance on this topic, we just wanted to confirm a few details?
What is the model of the Intel® processor in question?
Are you a developer?
Are you working on a project?
The information requested, is it because you are designing, building, or modifying hardware or software?
Are you using a specific platform?
Besides the Intel® processor, are you using any Intel® hardware or software?
Any questions please let me know.
Regards,
Albert R.
Intel Customer Support Technician
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Model: Intel(R) Core(TM) i7-7500U
No, not exactly a developer, but I do work on a few projects, especially in x86/x64 assembly. But I also know a little bit of C++ and LUA.
Yes, I am working on a project.
Yes, I am modifying a basic software I made in C++.
Yes, I am using Windows OS.
Yes, the GPU in my laptop is Intel(R) HD Graphics 620.
I just wanted to know that if there is a way I could prevent my program from crashing when the address outside the memory of a program is being accessed. (in assembly.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hope this helps,
...S
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page