Results 1 to 6 of 6

Thread: [RESOLVED] Dissassembly

  1. #1
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 03
    Location
    I Lost somewhere !!
    Posts
    196

    Resolved [RESOLVED] Dissassembly

    Hi...

    I am willing to make a Dissassembler... i need help

    when i dissemble the text.exe file i get the following code.
    in this code there are two functions called from user32 and kernel32
    my question is, how can i found out which function is called...


    401000 PUSH 0
    401002 PUSH 403000
    401007 PUSH 403013
    40100C PUSH 0
    40100E CALL DWORD PTR [402080] < -- how can i find out which function is called ??
    401014 PUSH 0
    401016 CALL DWORD PTR [402060] < -- how can i find out which function is called ??
    40101C BYTE 0 DUP(16)
    40102C BYTE 0 DUP(16)
    40103C BYTE 0 DUP(16)
    40104C BYTE 0 DUP(16)
    40105C BYTE 0 DUP(16)
    40106C BYTE 0 DUP(16)
    40107C BYTE 0 DUP(16)
    40108C BYTE 0 DUP(16)
    40109C BYTE 0 DUP(16)
    4010AC BYTE 0 DUP(16)
    4010BC BYTE 0 DUP(16)
    4010CC BYTE 0 DUP(16)
    4010DC BYTE 0 DUP(16)
    4010EC BYTE 0 DUP(16)
    4010FC BYTE 0 DUP(16)
    40110C BYTE 0 DUP(16)

    ßädbö¥ Rü£z

    ICQ # : 204178672
    AOL SN : Badboy9jan
    badboy9jan<img src="images/smilies/s...g" />gmail.com

  2. #2
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 03
    Location
    I Lost somewhere !!
    Posts
    196

    Re: Dissassembly

    Or is it possible to find out perticular fuction call from which location..?

    like MessageboxA or ExitProcess or any other function from user32 or kernel32 is called from which location ??

    ßädbö¥ Rü£z

    ICQ # : 204178672
    AOL SN : Badboy9jan
    badboy9jan<img src="images/smilies/s...g" />gmail.com

  3. #3
    The DirectXpert Jacob Roman's Avatar
    Join Date
    Aug 04
    Location
    Miami Beach, FL
    Posts
    4,864

    Re: Dissassembly

    I think the assembly section might get you more responses cause in the VB6 section, not too many people know assembly (let alone advanced game programming questions cause my posts tend to never get responses even in games and graphics yet miraculously I solve the issue on my own )
    Useful Forum Tips:

    - If you found any post that was useful, please consider rating their post

    - Give sensible thread titles, please!
    - Be sure to use [HIGHLIGHT=VB][/HIGHLIGHT] tags when posting code written in VB.
    - Write posts like a conversation, not like an email. That way you can avoid saying "Dear so and so" in every post.
    - When your problem is solved, go up to Thread Tools and click on Mark Thread Resolved

    My Contributions: Massive DirectX 2D Tutorials For VB5/VB6/VB.NET || 3D Engine In Pure VB || Friction Force ||DJ Turntable Simulation || Scratching Wavs || Time Based Movement || Newton Physics Simulation || Managed Game Loop || Rigid Body Collision Detection || World of Warcraft RGB Battle System || Bosskillers (World of Warcraft 2D Clone) || Street Fighter Controls (Flawless Simulation) || A* Pathfinding (VB6 & VB.NET) *UPDATED || *NEW* Nintendo Entertainment System Emulator (VB6) || *NEW* Video Game Making Tips (VB6 & VB.Net)

    Expert. Ask me anything NES!

    My Smilies:


  4. #4
    Lively Member
    Join Date
    Dec 08
    Posts
    101

    Re: Dissassembly

    Ask the creator of OllyDbg.
    Ollydbg@t-online.de

    I doubt anyone here can answer that. If he doesn't respond, maybe you can get an idea from the source of ollydbg because I am pretty sure it has the ability to do what you want to do.

  5. #5
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 03
    Location
    I Lost somewhere !!
    Posts
    196

    Re: Dissassembly

    Ok.. if you guys thinks that Assembly section can help me then i request the moderator to move my post to Assembly section...

    ßädbö¥ Rü£z

    ICQ # : 204178672
    AOL SN : Badboy9jan
    badboy9jan<img src="images/smilies/s...g" />gmail.com

  6. #6
    Addicted Member ßädbö¥'s Avatar
    Join Date
    Jul 03
    Location
    I Lost somewhere !!
    Posts
    196

    [Resolved] Re: Dissassembly

    Ok guys...

    I got solution for my problem.. very thanx to Dzzie. found his code on net.

    and thanx to you guys...

    ßädbö¥ Rü£z

    ICQ # : 204178672
    AOL SN : Badboy9jan
    badboy9jan<img src="images/smilies/s...g" />gmail.com

Posting Permissions

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