Page 3 of 3 FirstFirst 123
Results 31 to 40 of 40

Thread: November 7th patch

  1. #31
    Developer
    Join Date
    Nov 2007
    Posts
    539

    Re: November 7th patch

    Quote Originally Posted by iluvseq View Post
    The good news is that processes without ASLR enabled return 0x400000 as their baseaddress, so the same code works either way. (IDA offset - 0x400000 + 0x400000 == IDA offset) so you don't need to detect the OS or have split logic for ASLR vs. non-ASLR
    Yep. I am there. I got it connecting, and it will identify the zone. Looking in to how zone spawns are done now. It does not send spawns over. So it is about making the adjustments in the places it accesses memory now. So getting close. If I can get an hour to finish this, I might be able to wrap it up.

  2. #32
    Developer
    Join Date
    Nov 2007
    Posts
    539

    Re: November 7th patch

    Baby woke up. Making progress. So hopefully at naptime I can get a release finished up. It's the pointer games that become annoying making the debug code work. A simple rebase is all that is really needed to be functional. I understand ASLR pretty good now.

  3. #33
    Developer
    Join Date
    Nov 2007
    Posts
    539

    Re: November 7th patch

    My bigest slow down, is my dev pc does not use ASLR. So I make changes. Copy exe and test. So going to have to switch it up and put visual studio over on other pc. I should be back at it in a few hours. Wife is off running errands, so I got the kids now.

  4. #34
    Developer
    Join Date
    Nov 2007
    Posts
    539

    Re: November 7th patch

    Got it working. I did not check the debug code to make sure everything is working in it. That can wait til later. Putting together a release package now.

    R

  5. #35
    Developer
    Join Date
    Nov 2007
    Posts
    539

    Re: November 7th patch

    I am having sinus surgery next week. So I will be laid up for about a week or so. During that time, I will try to update the debugger code to return IDA offsets. If you have XP, it should work as normal, and everything should be good. Vista and later, where ASLR is enabled, that is where you would need to calculate what the IDA offset using the base address.

    Razzle

  6. #36
    Registered User
    Join Date
    Feb 2002
    Posts
    50

    Re: November 7th patch

    nice, thank you!

  7. #37
    Registered User
    Join Date
    Feb 2002
    Posts
    50

    Re: November 7th patch

    I always just use IDA to figure out the offsets every patch anyway

  8. #38
    Developer
    Join Date
    Nov 2007
    Posts
    539

    Re: November 7th patch

    I need to learn to use IDA better.

  9. #39
    Registered User
    Join Date
    Jan 2006
    Posts
    358

    Re: November 7th patch

    Looks good so far. Thanks for getting the update out even if it isn't fully "polished" yet.

  10. #40
    Registered User
    Join Date
    Jun 2009
    Posts
    136

    Re: November 7th patch

    Quote Originally Posted by Razzle View Post
    Got it working. I did not check the debug code to make sure everything is working in it. That can wait til later. Putting together a release package now.

    R
    Great job man! Working on Live, no bug as far as I can tell from a few mins testing.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On