download memory from the PSX[top|sitemap|download|docs]

download memory from the PSX

psx-download - download memory from the PSX Daniel Balster/psxdev-tools
  • SYNOPSIS OF psx-download
    --quiet,-q 	be quiet
    --help,-h 	print this text
    --verbose,-v 	be verbose
    --version,-V 	print binary version
    --device=x,-d	use this device (default: /dev/pccl)
    --address=x,-a	set address (default: 0x80010000)
    --length=x,-n	number of bytes to download (default: 0)
    
  • DESCRIPTION OF psx-download
    psx-download transfers a selected range of remote memory content to a local file.
  • EXAMPLES FOR psx-download
    psx-download --address=0x80000000 --length=1 "one byte of memory"
    will download the first byte of memory from the PSX remote target machine.
  • BUGS OF psx-download
    If you try to access bytes from non existant memory, the PSX will freeze and you have to reboot it.
  • NOTES ON psx-download
    You should use the procedural filesystem of PSXDEV to access the memory (/proc/pccl/0/mem and fullmem)!

back to index


Created with psxdev.pl
Copyright ©2000 by Daniel Balster