| View previous topic :: View next topic |
| Author |
Message |
tanjiajun_34 Grandmaster Cheater
Reputation: 0
Joined: 16 Feb 2006 Posts: 786 Location: Singapore
|
Posted: Fri May 29, 2009 4:06 am Post subject: Address without value |
|
|
How to know an address does not have a value? meaning if on ce, the value is just ???
By using readprocessmemory
|
|
| Back to top |
|
 |
Zerith Master Cheater
Reputation: 1
Joined: 07 Oct 2007 Posts: 468
|
Posted: Fri May 29, 2009 5:40 am Post subject: |
|
|
| there is no such thing as "an address that contains nothing", if the value is ???, then CE just probably can't read it, or an error occurred.
|
|
| Back to top |
|
 |
Scathe I post too much
Reputation: 0
Joined: 02 Aug 2006 Posts: 3631 Location: Smoking a blunt
|
Posted: Fri May 29, 2009 8:03 am Post subject: Re: Address without value |
|
|
| tanjiajun_34 wrote: | How to know an address does not have a value? meaning if on ce, the value is just ???
By using readprocessmemory |
??'s in the value means that either the address is null/non-existant or CE isnt attatched.
_________________
<Moose> they will call me beard penis |
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Fri May 29, 2009 8:13 am Post subject: Re: Address without value |
|
|
| Scathe wrote: | | tanjiajun_34 wrote: | How to know an address does not have a value? meaning if on ce, the value is just ???
By using readprocessmemory |
??'s in the value means that either the address is null/non-existant or CE isnt attatched. |
So bascially you're saying that Zerith is lieing?
_________________
Intel over amd yes. |
|
| Back to top |
|
 |
Scathe I post too much
Reputation: 0
Joined: 02 Aug 2006 Posts: 3631 Location: Smoking a blunt
|
Posted: Fri May 29, 2009 8:29 am Post subject: Re: Address without value |
|
|
| Beloved Hero wrote: | | Scathe wrote: | | tanjiajun_34 wrote: | How to know an address does not have a value? meaning if on ce, the value is just ???
By using readprocessmemory |
??'s in the value means that either the address is null/non-existant or CE isnt attatched. |
So bascially you're saying that Zerith is lieing? |
If anything i backed up what he said.
Either there's an error or the address doesnt exist.
You can't have just a blank address in memory with nothing in it at all.
_________________
<Moose> they will call me beard penis |
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Fri May 29, 2009 9:54 am Post subject: |
|
|
| it's non-allocated memory. use virtualquery/virtualqueryex
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Fri May 29, 2009 2:20 pm Post subject: |
|
|
| Or be stupid and use IsBadReadPtr.
|
|
| Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Fri May 29, 2009 3:25 pm Post subject: |
|
|
| or set up a SEH to handle memory exceptions
|
|
| Back to top |
|
 |
|