User Tag List

Results 1 to 6 of 6

Thread: did i do this right??

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    did i do this right??

    User Info Menu

    Re: did i do this right??

    the offset is the difference between the address that the pointer jumps to and the actual codes address

    Pointer

    #DMA Virus Mode
    0xFFFFFFFF 0x007CD1C
    0x00000BD8 0x00000001

    Virus mode
    ;tonic
    0x0055A048 0x00000001

    7cd1c is the pointer - the pointer points to an address

    7cd1c points to 8d59470

    8d59470 is in real addressing so you subtract 08800000

    you get 559470

    the difference between 559470 and 55a048 is the offset

    bd8 is the offset - the offset is the difference between the non dma'd codes address and the address at the pointer minus 8800000

    check out my unDMA tut if you still dont understand
    Last edited by ShaneO; 01-30-2010 at 04:11 PM.
    ø¤º°`°º¤ø
    ,¸¸,ø¤º°`°º¤ø,¸¸, PSP 1000 CFW 5.50GEN-D3
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º
    °`°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º °`°`°
    °º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°
    ,¸¸,ø¤º°`°º¤ø,¸¸ PSP 3000 5.03 w/ CFW ENABLER

Bookmarks

Posting Permissions

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