Page 22 of 27 FirstFirst ... 12 20 21 22 23 24 ... LastLast
Results 211 to 220 of 266

Thread: Termy's Server APP (SAPP)

  1. #211

    Re: Termy's Server APP (SAPP)

    Quote Originally Posted by {XG}Gijs007 View Post
    doesn't seem to work with 1.9 servers.
    Obviously.
    Reply With Quote

  2. #212
    El Durado :/
    Join Date
    Oct 2006
    Posts
    2,417

    Re: Termy's Server APP (SAPP)

    lol any app that requires the use of Halo's memory addresses will not work for 1.09.
    that's a fact.
    Reply With Quote

  3. #213
    {XG}Clan founder {XG}Gijs007's Avatar
    Join Date
    Sep 2007
    Location
    Netherland
    Posts
    181

    Re: Termy's Server APP (SAPP)

    ikr, but still the injector program does detect the correct version.
    + who said that they changed exactly those memory locations?
    well anyway it isn't working.
    Reply With Quote

  4. #214

    Re: Termy's Server APP (SAPP)

    Quote Originally Posted by {XG}Gijs007 View Post
    ikr, but still the injector program does detect the correct version.
    + who said that they changed exactly those memory locations?
    well anyway it isn't working.
    I just took a look at it for a few seconds and it seems everything has been shifted.
    Reply With Quote

  5. #215
    Back for the Russian Halo p0lar_bear's Avatar
    Join Date
    Sep 2006
    Location
    Connecticut
    Posts
    5,572

    Re: Termy's Server APP (SAPP)

    Quote Originally Posted by {XG}Gijs007 View Post
    ikr, but still the injector program does detect the correct version.
    + who said that they changed exactly those memory locations?
    well anyway it isn't working.
    It's kinda common sense that a new build of an application that had code changes will have its variables' values moved around in memory.
    Reply With Quote

  6. #216
    Member Aßyll's Avatar
    Join Date
    Aug 2008
    Location
    near an unsecured wifi point
    Posts
    89

    Re: Termy's Server APP (SAPP)

    Well, SAPP actually did a memory search to find the memory it uses, like for the sv_say function and the chat codecave. Though, I'm not sure if it also used other memory locations than what it searched for.
    Reply With Quote

  7. #217
    Codesaurus Skarma's Avatar
    Join Date
    Apr 2009
    Location
    Columbus, OH
    Posts
    227

    Re: Termy's Server APP (SAPP)

    Quote Originally Posted by Aßyll View Post
    Well, SAPP actually did a memory search to find the memory it uses, like for the sv_say function and the chat codecave. Though, I'm not sure if it also used other memory locations than what it searched for.
    this post is GOLD. too bad no halo devs take use of pattern scanning, no more updating apps for other versions, ever
    Reply With Quote

  8. #218

    Re: Termy's Server APP (SAPP)

    bacon.
    Reply With Quote

  9. #219

    Re: Termy's Server APP (SAPP)

    Quote Originally Posted by Skarma View Post
    this post is GOLD. too bad no halo devs take use of pattern scanning, no more updating apps for other versions, ever
    i wish.
    Reply With Quote

  10. #220
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,126

    Re: Termy's Server APP (SAPP)

    Quote Originally Posted by Skarma View Post
    this post is GOLD. too bad no halo devs take use of pattern scanning, no more updating apps for other versions, ever
    1. Pattern based scanning isn't a guarantee-able method
    2. Not as easy to use for finding static data
    3. You can't guarantee you won't ever have to update the pattern again. Compiler/linker changes or actual codebase changes can affect something being inlined or the way a statement was compiled into machine code.
    4. Pattern scanning requires more information to be stored on hand. If there are changes to the pattern (due to patches, etc) you need to search for, then you have to store 2+ patterns.
    5. Pattern scanning isn't exactly abstractable, due to different compiler and linker techniques applied to code.
    6. Slower initialize time
    7. If a program's internal data structures change, this all becomes moot.
    8. etc.
    Reply With Quote

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •