home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 207 / FILEDUMP.SIS / FileDump.hlp (.txt) < prev    next >
Encoding:
EPOC Database  |  1999-02-02  |  7.0 KB  |  61 lines

  1. "Data.app1@
  2. About
  3. Modifying 
  4. Navigation
  5. Opening fi
  6. Printing
  7. Saving fil
  8. Searching 
  9. Table1
  10. Title
  11. Arial
  12. Arial
  13. Table1
  14. ColA9
  15. ColB9
  16. ColA11
  17. ColB11
  18. Index1
  19. ColA9
  20. A file may be opened for viewing by using Open file from the File menu, or the Open button on the toolbar.
  21.   There is no specific limit on the size of a file to be opened, but as the whole file is loaded into memory there must be enough free memory to do this.
  22.    All files, including system files and those on the Z drive, are accessible.
  23. A file may be saved by using Save from the File menu.
  24.   There must be enough free space on a drive to save an additional copy of the file. This is because it is initially saved to a temporary file to ensure that a partially modified file is not produced in the case of system failure.
  25. nd any comments or reports of bugs to <tixy@cajji.clara.net>
  26. Hex or ASCII data may be entered when the cursor is in the appropriate listing.
  27.   The first change you make to a file will produce a dialogue box which will ask you to confirm that you do indeed wish to make changes.
  28.   If these changes are in the first 16 bytes of a file with valid UIDs then you will also be given the option to recalculate the checksum for them.
  29. A file may be searched by using Find from the Edit menu, or the Find button on the toolbar. This will bring up a dialogue box.
  30.   You can enter text for the search if the format type is set to ASCII, or enter hexadecimal numbers by selecting Hex. It is possible to enter more than one number by separating them with spaces and they may each contain up to 8 digits. e.g.
  31. Entering 12 56 BC will find occurrences of these three bytes in this order.
  32. Entering 349A will find the two bytes 9A and 34 (Note, the numbers are 'little endian')
  33. Entering 00123456 will find 56 34 12 00.
  34.   To repeat a search use Find next from the menu or the toolbar.
  35. A file may be saved by using Save from the File menu.
  36.   There must be enough free space on a drive to save an additional copy of the file. This is because it is initially saved to a temporary file to ensure that a partially modified file is not produced in the case of system failure.
  37. A cursor is shown in the file dump which can be moved around using the arrow keys or the pen. You can change between the Hex and ASCII listings by using ctrl+Tab or using Input toggle on the Edit menu.
  38. Go to
  39. To view a specific part of a file use Go to from the Edit menu, or tap the addresses at the start of each line of the file dump.
  40.   This will bring up a dialogue box where you may enter an address in hexadecimal, the cursor will then be moved to this location.
  41.   Note; if the cursor is at a location where the next four bytes specify a valid address in the file, then this address will appear in the dialogue box as a suggestion.
  42.   Instead of specifying an absolute location you may prefix an address by p or + to move forwards by a given number of bytes. Likewise m or - will move backwards.
  43. Another feature is the ability to jump over data by using Skip from the Edit menu or the toolbar.
  44.   This reads a byte, word or long from the cursor position and skip forwards this number elements, which may also be bytes, shorts or longs.
  45.   e.g. Skipping Byte count Longs when the byte at the cursor position is 08, will move the cursor on by 1+8*4 bytes.
  46. Both the above Go to and Skip functions have an undo option available which will move the cursor back to the location where the function was invoked.
  47. Bookmarks
  48. You may 'bookmark' a location in a file by using Set bookmark on the Edit menu then jump back to it at any time by using Go to bookmark from the same menu.
  49. FileDump displays the contents of a file as a hexadecimal dump, and allows it to be edited.
  50. The program is 
  51.  J.D.Medhurst 1998. You may use and copy this progrom freely, under the condition that no charge of any kind is made for copies.
  52. Please send any comments or reports of bugs to <tixy@clara.net>
  53. About
  54. Opening files
  55. Printingp
  56. A listing of a whole file can be made using the standard print menus available from Printing on the File menu.
  57. Searching files
  58. Navigation
  59. Modifying files
  60. Saving files
  61.