home *** CD-ROM | disk | FTP | other *** search
- ** Hiew help 5.00 day 23 **
-
- *** English edition: *.*******
-
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Edit searching string ║
- ;╚═════════════════════════════════════════════════════════════╝
- [FindEdit]
- F2 - toggle direction forward/backward
- Enter - enter string
- Escape - cancel
- Tab - toggle hex/ascii edit
- Up - toggle hex/ascii edit
- Down - toggle hex/ascii edit
- Home - top of line
- End - end of line
- Left - move left on 1 character
- Right - move right on 1 character
- PgUp - clear string
- PgDown - clear string
- Insert - toggle insert mode
- Backspace - delete previous character
- Del - delete character under cursor
- CtrlEnd - truncate string at cursor
- Alt-X - truncate string at cursor
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Edit string ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [StringEdit]
- Enter - enter string
- Escape - cancel
- Home - top of line
- End - end of line
- Left - left on 1 character
- right - right on 1 character
- PgUp - clear string
- PgDown - clear string
- Insert - toggle insert mode
- Backspace - delete previons character
- Del - delete character under cursor
- CtrlEnd - truncate string at cursor
- Alt-X - truncate string at cursor
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Text view ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [Text]
- Enter - switch mode to HEX
- Escape - quit without save timestamp
- ──────────────────── Function keys ──────────────────────────
- F1 - Info - information ( path, size of heap, etc )
- F2 - Wrap - wrap/unwrap long line
- F4 - Mode - select view mode
- F6 - LnFeed - select character(s) "Line Feed"
- F7 - Search - search string
- F9 - Files - filemanager for **argv
- F10 - Quit - quit with saving timestamp
- CtrlF3 - Replac - search & replace
- CtrlF4 - ReRead - re-read file in buffer
- CtrlF6 - Tab - tab on/off
- CtrlF7 - NextSr - search next
- CtrlEnter - search next
- ShiftF7 - search next
- CtrlF8 - PrvFil - previous file from **argv
- CtrlF9 - NxtFil - next file from **argv
- CtrlF10 - SavSta - save current state (position,search,etc...)
- ───────────────────── Cursors movement ───────────────────────
- Home - top of line
- End - end of line
- right - right on 1 character
- Left - left on 1 character
- Ctrlright - right on 20 characters
- CtrlLeft - left on 20 characters
- CtrlHome - top of file
- CtrlEnd - end of file
- Down - down 1 line
- CtrlPgDown - down 1 line
- Up - up 1 line
- CtrlPgUp - up 1 line
- PgDown - down 24 lines
- PgUp - up 24 lines
- ───────────────────────── stack ───────────────────────────
- + - store current position in stack
- - - delete current position from stack
- 0 - delete all positions from stack
- 1 - 8 - restore N-th position from stack
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Hex view ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [Hex]
- Enter - switch mode to CODE
- Escape - quit without saving timestamp
- ──────────────────── Functions keys ──────────────────────────
- F1 - Info - information ( path, size of heap, etc )
- F2 - PutBlk - write block ( if marked )
- F3 - Edit - edit
- F4 - Mode - select view mode
- F5 - Goto - goto new offset
- F7 - Search - search string
- F8 - Header - show/edit EXE-header
- F9 - Files - filemanager for **argv
- F10 - Quit - quit with saving timestamp of file
- CtrlF2 - GetBlk - read block ( if marked )
- CtrlF3 - Replac - search & replace
- CtrlF4 - ReRead - re-read file in buffer
- CtrlF5 - Base - new base
- CtrlF7 - NextSr - search next
- CtrlEnter - search next
- ShiftF7 - search next
- CtrlF8 - PrvFil - previous file from **argv
- CtrlF9 - NxtFil - next file from **argv
- CtrlF10 - SavSta - save current state (position,search,etc...)
- ───────────────────── Cursors movement ───────────────────────
- Home - allign on 16 bytes
- right - right on 1 character
- Left - left on 1 character
- Ctrlright - screen right
- CtrlLeft - screen left
- CtrlHome - top of file
- CtrlEnd - end of file
- Down - down 1 line
- Up - up 1 line
- PgDown - down 24 lines
- PgUp - up 24 lines
- CtrlPgDown - screen up
- CtrlPgUp - screen down
- Insert - add bytes to the file
- ────────────────────────── Block ─────────────────────────────
- * - mark/unmark block
- / - goto on top block
- F2 - PutBlk - write block ( if marked )
- CtrlF2 - GetBlk - read block ( if marked )
- ───────────────────────── stack ───────────────────────────
- + - store current position in stack
- - - delete current position from stack
- 0 - delete all positions from stack
- 1 - 8 - restore N-th position from stack
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Hex edit ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [HexEdit]
- Tab - switch hex/ascii edit
- Escape - quit without save
- ──────────────────── Functions keys ──────────────────────────
- F1 - Info - information ( path, size of heap, etc )
- F3 - Undo - restore original byte under cursor
- F4 - Byte - bit edit byte under cursor
- F5 - Word - bit edit word under cursor
- F6 - Dword - bit edit double word under cursor
- F9 - Update - save changes
- F10 - Trunc - truncate file at cursor
- ───────────────────── Cursors movement ───────────────────────
- Home - top of line
- End - end of line
- right - right on 1 character
- Left - left on 1 character
- CtrlHome - top of edit buffer
- CtrlEnd - end of edit buffer
- Down - down 1 line
- Up - up 1 line
- Backspace - restore original previous byte
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Bits edit ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [BitsEdit]
- Escape - quit without saving
- ──────────────────── Functions keys ──────────────────────────
- F2 - Not - negative current bit
- F3 - Undo - restore original bit under cursor
- F9 - Update - save changes
- ───────────────────── Cursors movement ───────────────────────
- Home - first bit
- End - last bit
- right - right on 1 bit
- Left - left on 1 bit
- Backspace - restore original previous bit
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Code view ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [Code]
- Enter - switch mode to TEXT
- Escape - quit without saving timestamp
- ──────────────────── Functions keys ──────────────────────────
- F1 - Info - information ( path, size of heap, etc )
- F2 - PutBlk - write block ( if marked )
- F3 - Edit - edit
- F4 - Mode - select view mode
- F5 - Goto - goto new offset
- F6 - Refer - find reference on current position
- F7 - Search - search string
- F8 - Header - show/edit EXE-header
- F9 - Files - filemanager for **argv
- F10 - Quit - quit with saving timestamp
- CtrlF1 - 16/32 - size of operand/adress
- CtrlF2 - GetBlk - read block ( if marked )
- CtrlF3 - Replac - search & replace
- CtrlF4 - ReRead - re-reading file in buffer
- CtrlF5 - Base - new base
- CtrlF6 - NextRf - next reference
- CtrlF7 - NextSr - search next
- CtrlEnter - search next
- ShiftF7 - search next
- CtrlF8 - PrvFil - previous file from **argv
- CtrlF9 - NxtFil - next file from **argv
- CtrlF10 - SavSta - save current state (position,search,etc...)
- ───────────────────── Cursors movement ───────────────────────
- right - right on 1 character
- Left - left on 1 character
- CtrlHome - top of file
- CtrlEnd - end of file
- Down - down 1 line
- Up - up 1 line
- PgDown - down 24 lines
- PgUp - up 24 lines
- CtrlPgDown - screen up
- CtrlPgUp - screen down
- Insert - add bytes to file
- ─────────────────────── Jumps/calls ──────────────────────────
- A - Y - jump to target
- Z - return to previous position
- ────────────────────────── Block ─────────────────────────────
- * - mark/unmark block
- / - go to top block
- F2 - PutBlk - write block ( if marked )
- CtrlF2 - GetBlk - read block ( if marked )
- ───────────────────────── stack ───────────────────────────
- + - store current position in stack
- - - delete current position from stack
- 0 - delete all positions from stack
- 1 - 8 - restore N-th position from stack
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Code edit ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [CodeEdit]
- Escape - quit without save
- ──────────────────── Functions keys ──────────────────────────
- F1 - Info - information ( path, size of heap, etc )
- F3 - Undo - restore original byte under cursor
- F9 - Update - save changes
- F10 - Trunc - truncate file at cursor
- ───────────────────── Cursors movement ───────────────────────
- right - right on 1 character
- Left - left on 1 character
- CtrlHome - top of edit buffer
- CtrlEnd - end of edit buffer
- Down - down 1 line
- Up - up 1 line
- Backspace - restore original previons byte
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Header view ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [Header]
- Escape - quit
- ──────────────────── Functions keys ──────────────────────────
- F1 - Info - information ( path, size of heap, etc )
- F3 - Edit - edit header
- F4 - Image - goto on top image of EXE-file
- F5 - Entry - goto on entry point
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Header edit ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [HeaderEdit]
- Escape - quit without saving
- ──────────────────── Functions keys ──────────────────────────
- F2 - Pages - calculate pages value ( +2,+4 in header )
- F3 - Undo - restore original value under cursor
- F9 - Update - save changes
- Enter - save changes
- ───────────────────── Cursors movement ───────────────────────
- right - right on 1 byte
- Left - left on 1 byte
- Tab - Next field
- Down - Next field
- Backtab - previons field
- Up - previons field
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Input/change base offset ║
- ;╚═════════════════════════════════════════════════════════════╝
- ;
- [Base]
- Enter - select new base
- Escape - cancel
- Home - first line
- PgUp - first line
- End - last line
- PgDown - last line
- Down - down on 1 line
- Up - up on 1 line
- Any character - edit current base
-
- NOTE: if first character is '*', current base = curent offset
- ;
- ;╔═════════════════════════════════════════════════════════════╗
- ;║ Last section ║
- ;╚═════════════════════════════════════════════════════════════╝
- [End] *** End of helpfile ***
-