Results 1 to 5 of 5
  1. #1
    dkaitos
    dkaitos is offline
    New member dkaitos's Avatar
    Join Date
    2011 Mar
    Posts
    35
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    Question Question about analisys with olly

    Hi,

    I started learning ollyDbg and reversing but I'm still really confused about unpacking.
    I'm trying to analyze the application of drakensang online [LINK], just to understand unpacking etc.

    Since this I got 2 question:

    1> If I want to analyze a software with ollydbg should I run the process and THEN attach olly to the process or should I open it with olly when the application isn't running?

    2> I tried to attach olly to the running application and it opened a .dll in the same folder. Is it normal? Should I analyze the .dll insteal of the application?


    Thanks in advice for your time.

  2. #2
    rodoxfnx
    rodoxfnx is offline
    Banned
    Join Date
    2011 Dec
    Posts
    281
    Thanks Thanks Given 
    48
    Thanks Thanks Received 
    745
    Thanked in
    77 Posts
    Rep Power
    0
    Quote Originally Posted by dkaitos View Post
    Hi,

    I started learning ollyDbg and reversing but I'm still really confused about unpacking.
    I'm trying to analyze the application of drakensang online [LINK], just to understand unpacking etc.

    Since this I got 2 question:

    1> If I want to analyze a software with ollydbg should I run the process and THEN attach olly to the process or should I open it with olly when the application isn't running?

    2> I tried to attach olly to the running application and it opened a .dll in the same folder. Is it normal? Should I analyze the .dll insteal of the application?


    Thanks in advice for your time.
    Once you bypass there protections on the exe. it does not matter if you start or attach.
    But most applications (games) does have protections against memory editor like ollydbg.
    about dll, no you can just press ALT+E and look for the EXE process, this should describe the name of the program.

  3. #3
    dkaitos
    dkaitos is offline
    New member dkaitos's Avatar
    Join Date
    2011 Mar
    Posts
    35
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Quote Originally Posted by rodoxfnx View Post
    most applications (games) does have protections against memory editor like ollydbg
    This means that they don't allow me to open the exe?
    or that I can open the exe but there is a sort of "missing code"?
    Because I can actually open the .app and the .dll but I don't know if there is something missing...

  4. #4
    The_USDL
    The_USDL is offline
    Senior Member The_USDL's Avatar
    Join Date
    2011 Oct
    Posts
    201
    Thanks Thanks Given 
    24
    Thanks Thanks Received 
    538
    Thanked in
    47 Posts
    Rep Power
    0
    This means that you can even open, but the program will cause some sort of error or problem, purposely.
    You need to bypass those protections.

  5. #5
    dkaitos
    dkaitos is offline
    New member dkaitos's Avatar
    Join Date
    2011 Mar
    Posts
    35
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Ok thank you. I appreciate your help.

Similar Threads

  1. [Tutorial] Part 2: Creating Hacks/Cheats With CE + Olly
    By ArcaneAngel in forum Game Researching Tutorials
    Replies: 2
    Last Post: 2012-01-26, 01:32 AM
  2. Just share olly with +aadp+ dump plug for unpack AIKAIN from S4R4H Tuts
    By wellllleh in forum Aika Bots, Hacks, Cheats
    Replies: 7
    Last Post: 2012-01-17, 11:22 AM
  3. And Question!
    By cuchinguoc in forum Requiem Online
    Replies: 3
    Last Post: 2011-08-10, 02:36 PM
  4. [Tutorial] Part 1: Creating Hacks/Cheats With CE + Olly
    By ArcaneAngel in forum Game Researching Tutorials
    Replies: 0
    Last Post: 2010-12-01, 06:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •