Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    PS: I dont think Gordon's loader uses an external DLL.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  2. #17
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by topblast View Post
    PS: I dont think Gordon's loader uses an external DLL.
    Than u not think right.

    The Loader does not update, but the hack is updating.
    How less is the chance that it is not external?
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  3. #18
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    he means that im not storing the dll to the hard disk drive. the winapi LoadLibrary requires a path to the dll. its not able to inject from memory.


  4. The Following User Says Thank You to Gordon` For This Useful Post:

    kotentopf (01-15-2011)

  5. #19
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Create one server FTP.....

  6. #20
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    I'm use simple downloader and save it like "..path\Something.something"
    and Inject it
    you can save it as .anything and inject it :P
    just change "VIPName.whatever" :P
    maybe you don't need to hide it !

    H A X O
    Email : Noobmem@hotmail.com


  7. #21
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Gordon` View Post
    he means that im not storing the dll to the hard disk drive. the winapi LoadLibrary requires a path to the dll. its not able to inject from memory.
    So

    1. You are not using LoadLibrary
    2. If u are Where on earth are u puttint it if it not on harddrive
    3. Are u using a different Injection Function that does not use both LoadLibrary and CreateThread.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  8. #22
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by topblast View Post


    So

    1. You are not using LoadLibrary
    2. If u are Where on earth are u puttint it if it not on harddrive
    3. Are u using a different Injection Function that does not use both LoadLibrary and CreateThread.
    he is using a SSD xD
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  9. #23
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by kotentopf View Post
    he is using a SSD xD
    And that will bee???
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  10. #24
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by topblast View Post


    And that will bee???
    A solid-state drive (SSD) is a data storage device that uses solid-state memory to store persistent data. SSDs are distinguished from traditional hard disk drives (HDDs), which are electromechanical devices containing spinning disks and movable read/write heads. SSDs, in contrast, use microchips which retain data in non-volatile memory chips and contain no moving parts. Compared to traditional HDDs, SSDs are typically less susceptible to physical shock, quieter, and have lower access time and latency. SSDs use the same interface as hard disk drives, thus easily replacing them in most applications.

    Credits- Wikipedia



    Put this image in your signature if you support HTML5 development!

  11. #25
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Why can't you just get the dll from a server when the process is detected, prevent the process (Engine.exe) from continuing, until the dll is inputted, then continue?
    Sammy told me to...

  12. #26
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    IT LOOKS LIKE THE SAME PHYSICAL.. THAT is still a HARD DRIVE..

    FILES ARE NOT PHYSICAL.. SO HOW DO HE INJECT WITHOUT CREATING AN EXTERNAL FILE.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  13. #27
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    Im downloading the dll into memory. I manual map it then into the process.

    Inside Windows: An In-Depth Look into the Win32 Portable Executable File Format, Part 2

    The only thing you have to do is to fix the imports and the relocations of the dll. Then write it to the process (PE-Header + Sections) and execute DllMain.


  14. The Following User Says Thank You to Gordon` For This Useful Post:

    topblast (01-16-2011)

  15. #28
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    HWID is the most easiest to make lol
    PM me if you want an example

Page 2 of 2 FirstFirst 12