OllyDBG problem

Results 1 to 18 of 18
  1. #1
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    OllyDBG problem

    Finally got "Copy to executable" working. Thing is, it still doesn't save everything.

    I edit 2 lines, and do copy all. Then I save it as a .exe.

    For example if I edited a random line, and then edited the name/text line, it wouldn't save the name/text edit.

    Code:
    00518A1A |. 68 CC545F00 |PUSH Gunz.005F54CC ; ASCII "%s : %s"
    it will just return to that.


  2. #2
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: OllyDBG problem

    Quote Originally Posted by Nobody666 View Post
    Finally got "Copy to executable" working. Thing is, it still doesn't save everything.

    I edit 2 lines, and do copy all. Then I save it as a .exe.

    For example if I edited a random line, and then edited the name/text line, it wouldn't save the name/text edit.

    Code:
    00518A1A |. 68 CC545F00 |PUSH Gunz.005F54CC ; ASCII "%s : %s"
    it will just return to that.
    Sounds like you were modifying the comment, not the actual dump - are you sure the modifications you made were in the "dump" or "CPU" window?

  3. #3
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: OllyDBG problem

    I don't know o-o

    I think its the dump.

  4. #4
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: OllyDBG problem

    Quote Originally Posted by Nobody666 View Post
    I don't know o-o

    I think its the dump.
    http://i41.tinypic.com/2uhc02a.jpg

  5. #5
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: OllyDBG problem

    Quote Originally Posted by gWX0 View Post
    oh, im editing in the cpu.

  6. #6
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: OllyDBG problem

    Quote Originally Posted by Nobody666 View Post
    oh, im editing in the cpu.
    There you go - to modify the actual bytes/strings, right click on the area where the value is being PUSH'd, then select "Follow in dump". Modify the dump window, then follow the usual saving pattern.

    Modifying instructions can be done in the CPU window.

  7. #7
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: OllyDBG problem

    Quote Originally Posted by gWX0 View Post
    There you go - to modify the actual bytes/strings, right click on the area where the value is being PUSH'd, then select "Follow in dump". Modify the dump window, then follow the usual saving pattern.

    Modifying instructions can be done in the CPU window.
    The Dump is hex values >->

    so you can't change it like the CPU line.

    I r confused @_@ been to long since i messed with this stuff.

  8. #8
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: OllyDBG problem

    Quote Originally Posted by Nobody666 View Post
    The Dump is hex values >->

    so you can't change it like the CPU line.

    I r confused @_@ been to long since i messed with this stuff.
    Modify the actual hex values in the dump.

  9. #9
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: OllyDBG problem

    well yea, I got that. But the way I figured would be, the hex would represent the line set up for the colors but it didn't >->

  10. #10
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: OllyDBG problem

    Quote Originally Posted by Nobody666 View Post
    well yea, I got that. But the way I figured would be, the hex would represent the line set up for the colors but it didn't >->
    Nope, it isn't at all.

  11. #11
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: OllyDBG problem

    Quote Originally Posted by gWX0 View Post
    Nope, it isn't at all.
    yea I noticed >-> thats where I got confused.

  12. #12
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: OllyDBG problem

    Quote Originally Posted by gWX0 View Post
    Nope, it isn't at all.
    K >_> I've edited the dump window, a couple times, doesn't change anything o-o

    + boomp?

  13. #13
    Account Upgraded | Title Enabled! fred94 is offline
    MemberRank
    Jun 2008 Join Date
    250Posts

    Re: OllyDBG problem

    Download:
    Code:http://rapidshare.com/files/87324900..._1.10_PLUS.rar

    Pass:
    Code:www.ultimate-caffe.org

    In this one there an auto copy to executable when you right click and you can saved it after.

  14. #14
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: OllyDBG problem

    Quote Originally Posted by fred94 View Post
    Download:
    Code:http://rapidshare.com/files/87324900..._1.10_PLUS.rar

    Pass:
    Code:www.ultimate-caffe.org

    In this one there an auto copy to executable when you right click and you can saved it after.
    I do copy to executable > copy all >-> it doesn't save the lien

  15. #15
    Account Upgraded | Title Enabled! fred94 is offline
    MemberRank
    Jun 2008 Join Date
    250Posts

    Re: OllyDBG problem

    Here a screenshot with the version I posted above.
    Attached Thumbnails Attached Thumbnails dbg.jpg  

  16. #16
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: OllyDBG problem

    Quote Originally Posted by fred94 View Post
    Here a screenshot with the version I posted above.
    thats what I have now, doesn't work...

    and i edit the dump, still doesn't save right.

  17. #17
    Account Upgraded | Title Enabled! cerealnp is offline
    MemberRank
    Apr 2006 Join Date
    BrazilLocation
    441Posts

    Re: OllyDBG problem

    Try "selecting all" before saving. I got the same bug.

  18. #18
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: OllyDBG problem

    Quote Originally Posted by cerealnp View Post
    Try "selecting all" before saving. I got the same bug.
    nope, didn't work.

    But now I notice the line actually has the changes I made to it. It just won't show in game.



Advertisement