Changelog:
- added some colours to the disassembler window;
- you can jump into calls/jmps in disassembler window (added also a history back-fwd); jmp on double mouse click works only for files loaded into Stud_PE; if you try this on chunks of mem viewed from procs list it won't jmp; also, in this case it will disassemble as 32bit inst since I don't know how Procs list acts under 64bit OS; mostly it won't work since LPVOID of
Read/WriteProcmem are 8 bytes on 64bit OS.
- Dump/Edit process memory regions; from Tab Procs you can wiew memory regions of a certain running process; you can hex/view it and edit it there; Patch Mem will write it directly to the process memory; this should work on 32bit OS.
- added Basic Headers tree View to theHexeditor's History; it was causing some problems if not added; - option to mark more than one block of data inside hexeditor; - hexeditor supports now editing ascii column; also selection is reflected in ascii column; with this another todo job ended