View previous topic :: View next topic |
Author |
Message |
Stregum Advanced Cheater
Reputation: 0
Joined: 17 Jun 2014 Posts: 56 Location: We make baguettes there !
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Jun 19, 2014 7:43 am Post subject: |
|
|
that is because you have the writable checkbox checked, which means that the memory has to be writable. Code is often not writable
Also, copy-on-write is disabled, which means that the memory may NOT have the copy-on-write flag (that means that as long as it's copy-on-write the memory has been unchanged). Code is often in copy-on-write.
So, gray out writable and copy-on-write
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Stregum Advanced Cheater
Reputation: 0
Joined: 17 Jun 2014 Posts: 56 Location: We make baguettes there !
|
Posted: Thu Jun 19, 2014 8:07 am Post subject: |
|
|
Thanks Darkbyte, that works now, i was just wondering, the guys like you (badass in asm, memory, etc) how long did it take you to reach that "level" of knowledge ? did you principally learned from yourself (experience, mistakes, etc..) or by reading a tons of intel pdf files (because things can't be invented) ?
Because i'm a beginner and i would like to have a "good" level of knowledge, and i'm curious to know how did you achieved this knowledge. I'm asking that because i'm not English, and sometimes documentation is hard to follow. I guess the 2nd question is silly but we can't know, maybe you've learned a lot of things by yourself, thanks for the help, tips, and this amazing program .
_________________
Rhaa Stregum Vitae  |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Thu Jun 19, 2014 8:21 am Post subject: |
|
|
First I would be to just lean English. Make it your native language if you can.
Anyhow, I started learning asm in the late 80's with the z80 cpu instruction set and later moved over to x86, 80815, x86_64, arm, ...
Of course, you don't HAVE to follow the same route. There's a lot more documentation about this stuff then when I was learning it.
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Thu Jun 19, 2014 9:34 am Post subject: |
|
|
Heh, I started with C64 instruction set. ( BASIC v2.0 , Simons' BASIC, MOS 6510 Assembler ).
_________________
|
|
Back to top |
|
 |
Stregum Advanced Cheater
Reputation: 0
Joined: 17 Jun 2014 Posts: 56 Location: We make baguettes there !
|
Posted: Thu Jun 19, 2014 11:30 am Post subject: |
|
|
I'll take a look at that
_________________
Rhaa Stregum Vitae  |
|
Back to top |
|
 |
|