Thread: .exe to .dll

Results 1 to 5 of 5
  1. #1
    KappaMang's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    16
    My Mood
    Asleep

    .exe to .dll

    What is the best method for converting external hack code to internal hack code?

  2. #2
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Compiler Options -> Output File -> Dynamic Linking Library

    :O

  3. #3
    KappaMang's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    16
    My Mood
    Asleep
    But I mean like changing the code... Is there any specific code for a .dll or no?

  4. #4
    verideth's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    3
    My Mood
    Cheerful
    Quote Originally Posted by KappaMang View Post
    But I mean like changing the code... Is there any specific code for a .dll or no?
    No you cannot do that.

  5. #5
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Quote Originally Posted by KappaMang View Post
    But I mean like changing the code... Is there any specific code for a .dll or no?
    The main thing is the entry point.
    In comparison to windows apps whose entry point is WinMainCRTStartup or a console app whose entry point is MainCRTStartup, DLLs use DllMainCRTStartup()
    Or simply DllMain().

Similar Threads

  1. [Request] Dump Engine.exe , CShell.dll befor 2 weeks
    By R3dLine in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 14
    Last Post: 06-16-2012, 11:46 AM
  2. Engine.exe - d3dx9_43.dll Missing
    By Nexuiz in forum Combat Arms Help
    Replies: 1
    Last Post: 08-28-2010, 06:06 AM
  3. [TUT] How to Merge EXE's & DLL's (Without ILMerge)
    By tempta43 in forum Visual Basic Programming
    Replies: 15
    Last Post: 05-23-2010, 12:49 AM
  4. [Help]Merge Exe and Dll[Solved]
    By Sixx93 in forum Visual Basic Programming
    Replies: 11
    Last Post: 04-09-2010, 10:44 PM
  5. Hacking Exe and DLLs
    By radnomguywfq3 in forum Suggestions, Requests & General Help
    Replies: 4
    Last Post: 09-18-2007, 04:49 PM