Results 1 to 8 of 8
  1. #1
    orad1232's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1

    Decompile dll/Find injected dll in a process/CA menu source

    Okay so I got few questions.
    Is it possible to Decompile dll? How?
    Is it possible to Find injected dll in a process? How?
    I need CA base menu source, I want to make cheats.
    Thank you for reading and have a nice day!

  2. #2
    Sammy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Vaero
    Posts
    1,102
    Reputation
    224
    Thanks
    228
    Quote Originally Posted by orad1232 View Post
    Okay so I got few questions.
    Is it possible to Decompile dll? How?
    Is it possible to Find injected dll in a process? How?
    I need CA base menu source, I want to make cheats.
    Thank you for reading and have a nice day!
    Siiigh, I really wish there were some rules in this section and some moderator taking care of these things but oh well I'll count to 3 and put up my happy costumer helping plastic smile.

    @orad1232

    If it is a dll compiled with .NET then you are able to decompile it with a program called: Reflector decompiler.

    But most likely you will NOT be able to decompile it.

    Yes you can "Find" your dll injected in a process, but it will be somewhere in the virtual memory stored as Assembly. Which is non-pseudo code. So probably in your case, unreadable.

  3. #3
    orad1232's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Sir Sam View Post
    Siiigh, I really wish there were some rules in this section and some moderator taking care of these things but oh well I'll count to 3 and put up my happy costumer helping plastic smile.

    @orad1232

    If it is a dll compiled with .NET then you are able to decompile it with a program called: Reflector decompiler.

    But most likely you will NOT be able to decompile it.

    Yes you can "Find" your dll injected in a process, but it will be somewhere in the virtual memory stored as Assembly. Which is non-pseudo code. So probably in your case, unreadable.
    Thank you for your answer, but I dont understand whats wrong with my thread. Can you tell me please?

  4. #4
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by orad1232 View Post
    Thank you for your answer, but I dont understand whats wrong with my thread. Can you tell me please?
    Question number 1 can be answered using Google: search for decompile .dll
    Question number 2 can be answered using Google: search for find module in process
    Question number 3 can be answered using Google: search for Combat Arms hack source code (alternatively check the CA source code section, and by this I do NOT mean to ask there!!!)
    Last edited by Biesi; 05-01-2016 at 02:01 PM.

  5. #5
    Sammy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Vaero
    Posts
    1,102
    Reputation
    224
    Thanks
    228
    Quote Originally Posted by orad1232 View Post
    Thank you for your answer, but I dont understand whats wrong with my thread. Can you tell me please?
    generally I'm happy to help people, but mostly those who have questions about their own code or something that isn't easily found on google. That being said, questions need to be asked before found on google. Still I'm quite confident you can find this kind of information very easily.

    If you have problems with your code you have written yourself or specific things in source codes that you don't understand we are here to help you with pleasure

  6. #6
    nullptr_t's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    124
    Reputation
    10
    Thanks
    256
    If it is a dll compiled with .NET then you are able to decompile it with a program called: Reflector decompiler.

    But most likely you will NOT be able to decompile it.
    You can generated "pseudocode" out of a disassembly of a native PE file, for example in IDA pro
    which *can* resemble the original code.

    Zer0Mem0ry

    C/C++ Programmer, Youtuber, software enthusiast & hobbyist.

    Donate: (bitcoin): 1JhSKGgRQmir8rRF4Sm5CP4fDDofKFAypd

    Youtube: https://www.youtube.com/channel/UCDk...ariJF2Dn2j5WKA
    Skype: virtual_coder

  7. #7
    Sammy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Vaero
    Posts
    1,102
    Reputation
    224
    Thanks
    228
    Quote Originally Posted by nullptr_t View Post
    You can generated "pseudocode" out of a disassembly of a native PE file, for example in IDA pro
    which *can* resemble the original code.
    It's not really the same thing though...

  8. #8
    nullptr_t's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    124
    Reputation
    10
    Thanks
    256
    Quote Originally Posted by Sir Sam View Post
    It's not really the same thing though...
    Well not exactly, but some cases it will give what you want.
    For example, a cs:go cheat I reversed yesterday (DAMNIT cheat):



    Of course you have to rename all the functions, but it's not too hard if you have little
    time and patience.

    Zer0Mem0ry

    C/C++ Programmer, Youtuber, software enthusiast & hobbyist.

    Donate: (bitcoin): 1JhSKGgRQmir8rRF4Sm5CP4fDDofKFAypd

    Youtube: https://www.youtube.com/channel/UCDk...ariJF2Dn2j5WKA
    Skype: virtual_coder

Similar Threads

  1. [Outdated] BisKut Process Tools ( Kill , Suspend , Resume | Inject DLL )
    By jokimoto in forum Mission Against Terror Hacks & Cheats
    Replies: 15
    Last Post: 06-19-2014, 01:33 AM
  2. [Help] Injecting another DLL with injected DLL
    By justintcs in forum C++/C Programming
    Replies: 5
    Last Post: 05-12-2013, 03:00 AM
  3. [Solved] PerX question: What process do I inject dll's?
    By gunman353 in forum Combat Arms Help
    Replies: 6
    Last Post: 11-02-2011, 04:45 AM
  4. [Help Request] How do I inject .dll files and where might I find and injector?
    By ThatStreetSk8ter in forum Combat Arms Help
    Replies: 4
    Last Post: 06-03-2011, 08:28 PM
  5. [tut] Finding pointers with OllyDGB and TSearch + making a dll to inject.
    By CyberStriker in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 08-11-2008, 11:59 AM