HELP, My custom grade

Results 1 to 3 of 3
  1. #1
    Proficient Member Analise is offline
    MemberRank
    Oct 2010 Join Date
    181Posts

    sad HELP, My custom grade

    Sorry, already found error :)

    thanks so assmi who would be willing to help
    Should it is:
    Code:
    004A1836      32C0          XOR AL,AL
    004A1838      5E            POP ESI
    004A1839      5D            POP EBP
    004A183A      C3            RETN
    Was:
    Code:
    004A1836   >  E9 F5F81700   JMP 00621130
    004A183B      CC            INT3
    004A183C      CC            INT3
    004A183D      CC            INT3
    This line was wrong, because I used some things from a mini tut that cekuro posted, and then I used the "Kyoshike" and gave an error but everything is already solved:)
    Last edited by Analise; 02-10-10 at 03:07 AM.


  2. #2
    Apprentice Cekuro is offline
    MemberRank
    May 2010 Join Date
    18Posts

    Re: HELP, My custom grade

    Quote Originally Posted by Analise View Post
    Sorry, already found error :)

    thanks so assmi who would be willing to help
    Should it is:
    Code:
    004A1836      32C0          XOR AL,AL
    004A1838      5E            POP ESI
    004A1839      5D            POP EBP
    004A183A      C3            RETN
    Was:
    Code:
    004A1836   >  E9 F5F81700   JMP 00621130
    004A183B      CC            INT3
    004A183C      CC            INT3
    004A183D      CC            INT3
    This line was wrong, because I used some things from a mini tut that cekuro posted, and then I used the "Kyoshike" and gave an error but everything is already solved:)
    Reversing that means you have effectively cut off your codecave, meaning you will not have custom grades. The jump is to the codecave and the last 4 lines of the codecave should have the xor, pops, and return. If you had a crash, it either means you did not follow the guide exactly or you have not unmasked your runnable, OR, you are using the wrong fixes for the wrong client and vice-versa.

  3. #3
    Proficient Member Analise is offline
    MemberRank
    Oct 2010 Join Date
    181Posts

    Re: HELP, My custom grade

    Yes, I masked my executable, I think better .. I did everything right but the only problem is that I had made your mini tutorial at a time, and in his part that contains, and therefore gave another problem with the tut, nothing more, I used your mini tut for a good Decho and no time to thank you for that:)


    what I got was a silly mistake, and I was very nervous for no reason, I had only to look before you do anything without thinking about how to create this topic, sorry to those who come here with the intention of helping, but I've managed to get: )

    ---------- Post added at 01:39 AM ---------- Previous post was at 01:38 AM ----------

    Currently I am using in this part of TUT : http://forum.ragezone.com/f245/july-...-grade-688781/



Advertisement