CrackMe® Practices for Newbies
VBCrackMe 6 by Eternal Bliss

Re: Which Breakpoints you used and how...
Friday, 12-Mar-99 04:06:26

    Hi EB,

    here is a list of all the break poinst in SoftIce I used with their memory addresses and what is doen by each:
    MSVBVM60!rtcMidCharVar at 6605715A, gets acharacter from name.
    MSVBVM60!rtcAnsiValueBstr at 66011D08, gets the decimal value of the character.
    MSVBVM60!rtcOctVarFromVar at 660ED640 converts a decimal number to an Octal number.
    MSVBVM60!rtcRightCharVar at 660F0976 gets an x number of chatacters from the right side of a variable. In this case 2 characters.
    The program goes through them once each loop for eight loops.
    MSVBVM60!rtcRound at6600DE92 that is where the final decimal nuber is rounded to the nearest whole number and the fraction part is discarded.

    I hope the above list of breakpoints will be helpfull to others as they helped me.

    Best Regards,

    Joseph

    Joseph


Message thread:

Joseph's Thread (Joseph) (06-Mar-99 16:55:41)

Back to main board