itsutils

itsutils is a set of tools that make life of the windows ce hacker easier. for instance, with pmemdump you can inspect the memory of the kernel or running processes.

  • with ‘psetmem’ you can modify memory
  • with pregutl you can read or change the devices register.
  • with pmemmap you can get a quick overview of what physical memory is mapped where.
  • with pps you can get a list of processes, threads or modules.
  • with pdocread, pdocwrite you can read disk-on-chip flash chips.
  • with psdread, psdwrite you can read/write sdcards.
  • with ppostmsg you can send windows messages to windows, or list all windows on the device.

memdump, setmem, regutl, postmsg, sdread and sdwrite are win32 versions of these tools that do the same thing on your normal windows machine.

Other tools: prapi, to change settings using the configapi, like certificates, registrykeys, metabase entries.

pget, pput, pdel, pdir, pmkdir can be used to copy from/to, delete, list files, or create directories.

prun and pkill can be used to start or stop processes preboot remotely reboots your device.

Then there is dump, which is a universal hexdump tool.

This is all described on this page.