Results 1 to 7 of 7
  1. #1
    xNormalGuy's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Red face IDA DLL DeCompile

    Hey Guys,

    I have received some tasks for a job interview
    one of the tasks is to find the password hidden in this file,
    The job is not related in any way to disassembly files or anything like that
    I have been trying to get the password for a week now and i have no idea what to do
    i would be more then grateful If anyone know IDA or any other program and is able to get me the password.
    Or if you have any idea how can i do it i will also be glad to hear.

    zip download link:


    Thank you! [:
    <b>Downloadable Files</b> Downloadable Files

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Pass1234567890ssaP
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    xNormalGuy's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Hey,
    Thanks for the reply, i have also found this password,
    but they said it is not that and keep trying :/

    EDIT:
    i have also tried to use this function(C programming) to call it:

    #include "stdafx.h"
    #include <Windows.h>

    typedef void(*runfn)();

    int main()
    {
    HMODULE my_dll = (HMODULE)LoadLibraryA("C:/Users/xxx.dll");
    while(1){
    runfn run = (runfn)GetProcAddress(my_dll, "Run");
    run();


    system("PAUSE");
    }
    return 0;
    }
    and it asks for a password but the one above doesn't matches
    if you guys have any idea that would be amazing

    Thank you [:
    Last edited by xNormalGuy; 05-05-2017 at 06:36 AM.

  4. #4
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    I just opened it in notepad cause I don't have my tools in the office. I'll check when I'm home.

    Some more;
    AdminP@ssW0rd 254C2906BC87
    SEcretP@sS

    If you nop out the jne instruction that causes you to jump to Wrong! it prints that your password is `thechatpanther`, but this is incorrect as well.
    Last edited by Hell_Demon; 05-05-2017 at 07:03 AM.
    Ah we-a blaze the fyah, make it bun dem!

  5. The Following User Says Thank You to Hell_Demon For This Useful Post:

    xNormalGuy (05-05-2017)

  6. #5
    xNormalGuy's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Hey,
    Thank you so much for the replays and help,
    May i ask how did you "nop out the jne instruction that causes you to jump to Wrong!" ?

    IDA wont give me to edit and i have failed to debug with it
    is there any other software for that ?

    Thank you !

  7. #6
    xNormalGuy's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Heyy,
    i have made a python script to copy dll with diff and i have made it!
    Hell_Demon Thank you so much, you helped me alot! [:

  8. #7
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    I use x64dbg instead of IDA.
    Ah we-a blaze the fyah, make it bun dem!

  9. The Following User Says Thank You to Hell_Demon For This Useful Post:

    Azuki (07-19-2017)

Similar Threads

  1. [Help] Help with Empyrion Game dll Decompile
    By coleman78 in forum Steam Games Hacks & Cheats
    Replies: 0
    Last Post: 03-07-2016, 08:36 AM
  2. [Source Code] [2/16/11]CShell.dll Decompiled
    By +CodeDemon+ in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 27
    Last Post: 03-14-2011, 10:54 AM
  3. IDA with unpacked dll
    By zmansquared in forum Combat Arms Help
    Replies: 0
    Last Post: 04-30-2010, 10:02 AM
  4. Decompiling Dlls made in C++
    By monkeybook in forum C++/C Programming
    Replies: 8
    Last Post: 12-21-2009, 05:51 PM