DLL Hiding menu

Shout-Out

User Tag List

Thread: DLL Hiding

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 50
  1. #16
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha, MW2 has been sucking up all my time too.

    All good though, just lemme know when you do give it a try.

    DLL Hiding
  2. #17
    nitrogrlie's Avatar Member
    Reputation
    11
    Join Date
    Oct 2009
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Haha, MW2 has been sucking up all my time too.

    All good though, just lemme know when you do give it a try.
    PC, PS3 or Xbox360? I got it for 360 since PC didn't support dedicated servers and as much as I like hacking games, there is some games that I just want to play the way they were meant to.

  3. #18
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PC forever!

  4. #19
    Barnzy's Avatar Member
    Reputation
    67
    Join Date
    Jun 2008
    Posts
    302
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    PC forever!
    +1

    Bad thing about MW2 is the bloody no dedicated servers, + for a laugh I made a console unlocker which is undetected by VAC without me touching it, you can have source if you want... I don't use it, was bored and wanted to get better @ C++
    Made a little website: https://unbanservice.webs.com/ -

    mmowned.com

  5. #20
    nitrogrlie's Avatar Member
    Reputation
    11
    Join Date
    Oct 2009
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure, PM it over and I'll take a look, however, it might be a while. My 61" DLP's bulb just died and my wife decided to steal my monitor to watch TV while the plasma I ordered is on its way.

  6. #21
    amadmonk's Avatar Active Member
    Reputation
    124
    Join Date
    Apr 2008
    Posts
    772
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Simpler solution: make sure your code is custom (so it doesn't match known signatures), and make sure your module name doesn't match any known signatures (e.g. "glider.dll" might be a poor choice).

    et voila, you don't even need to bother with this anti-anti stuff (as fun as it is )

    Side note: it's always fun to see some of my old code from a zillion ago get repurposed by someone else on the net. *sniff* And I thought you didn't care!

    Side side note: Cypher's right.
    Don't believe everything you think.

  7. #22
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by amadmonk View Post
    Simpler solution: make sure your code is custom (so it doesn't match known signatures), and make sure your module name doesn't match any known signatures (e.g. "glider.dll" might be a poor choice).

    et voila, you don't even need to bother with this anti-anti stuff (as fun as it is )

    Side note: it's always fun to see some of my old code from a zillion ago get repurposed by someone else on the net. *sniff* And I thought you didn't care!

    Side side note: Cypher's right.
    Of course that works for private bots, I was labouring under the assumption that we were doing this for the purposes of protecting a public hack.... Was that an incorrect assumption to make? I didn't see him anywhere mention this was for a private bot, but then again, I was too lazy to read the post very thoroughly (and still am).

    Side Note: Are you Darawk? Or did I skim over something important yet again.... o.O

    Side side note: Pfft, of course I am.

  8. #23
    Dmxsbb's Avatar Banned
    Reputation
    14
    Join Date
    Jun 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Inlining functions... eww...

  9. #24
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dmxsbb View Post
    Inlining functions... eww...
    Errrr.... What?

    EDIT:

    I just noticed and replied to your post in the Babot thread. Seriously, I'll ask you again. Do you have brain damage? Because you seem to just be spouting jargon without making any sense whatsoever.

    I went through your post history and it seems all your posts are like that. Cut it out unless you want a vacation from the site.
    Last edited by Cypher; 11-21-2009 at 12:46 AM.

  10. #25
    amadmonk's Avatar Active Member
    Reputation
    124
    Join Date
    Apr 2008
    Posts
    772
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Meh, that memory block walker is a dead clone of some I released many many moons ago (back in the EQ day, I think... it's been at least two years or so).

    Might just look similar since good code tends to converge...
    Don't believe everything you think.

  11. #26
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by amadmonk View Post
    Meh, that memory block walker is a dead clone of some I released many many moons ago (back in the EQ day, I think... it's been at least two years or so).

    Might just look similar since good code tends to converge...
    Oh the memory walking code, I thought you meant the other code. My bad.

  12. #27
    Dmxsbb's Avatar Banned
    Reputation
    14
    Join Date
    Jun 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cypher, Inlining functions are stupid, and shouldnt even be used. If you look at the code at the top where the #defines are, the preprocessor commands, you should try to avoid using those, and they can sometimes cause errors. My apologies for offending you in anyway?

  13. #28
    flo8464's Avatar Active Member
    Reputation
    30
    Join Date
    Apr 2009
    Posts
    434
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ....

    1. Inlining functions makes your code faster. (it bloats a bit, but who cares)
    Besides the fact inlined functions have less overhead, it gives the compiler much more room to optimise your code. Btw, it will shock you, but your compiler certainly inlines a lot of functions without asking you.

    2. Preprocesser commands are causing errors... eh, what?

    3. Why the hell do I respond to this?
    Hey, it compiles! Ship it!

  14. #29
    Dmxsbb's Avatar Banned
    Reputation
    14
    Join Date
    Jun 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It sucks having to be the teacher on this forum, I have experience with Programming, Inlining functions are bad alright? PreProcessor commands can be good, but can also be very BAD! Preprocesser commands are usaully stored intermediate to the file, in .obj files, as you would know because of the fact compilation process goes through 2 parses, or two passes. But I guess it all opinion, I dont like preproessor #defines, its usefull but then again for some stuff you could just use functions.
    Etc...

    And Cypher is going to post again, because hes just awesome, and this is his section, and I entitled to be wrong and be corrected by the over lord cypher.

    Lets take a look at what the GameDev community has to say about inline functions


    [19:04] <Vaayu> how does choice of OS determine how savvy you are?
    [19:04] <Sean> You can't use a MAC and be tech savvy at the same time.
    [19:04] <Dmxsbb> All in favor against "Inlining fuctions" say I.
    [19:04] <Rawr> its a Mac
    [19:04] <Sean> I
    [19:04] <Rawr> not MAC
    [19:05] <Zao> Associat0r: I see no career opportunities in Haskell, unfortunately.
    [19:05] <Rawr> also; inline functions are silly.
    [19:05] <Sean> Yes.
    [19:05] <Rawr> the compiler is better than you at optimization
    Last edited by Dmxsbb; 11-21-2009 at 07:08 PM.

  15. #30
    SKU's Avatar Contributor
    Reputation
    306
    Join Date
    May 2007
    Posts
    565
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is pure gold.

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [C#] [SRC] Hide a DLL by unlinking it from PEB
    By ddebug in forum WoW Memory Editing
    Replies: 19
    Last Post: 05-23-2018, 08:42 AM
  2. Hide in the wall of AV
    By Matt in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 10-10-2006, 07:01 PM
  3. WSG Hiding Spot [Horde]
    By DaUberBird in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 06-13-2006, 01:30 PM
  4. Alliance Warsong Hiding Spot
    By lvlrbojang1es in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 06-01-2006, 02:06 AM
All times are GMT -5. The time now is 04:03 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search