OldSchoolHack

Registrieren / Anmelden Deutsch

CrySearch Memory Scanner

icon Thema: [Release] CrySearch Memory Scanner

Anmeldungsdatum: Aug 2007

Beiträge: 1959

Kategorie: Tools
Entwickler: evolution536

Beschreibung:
Features
  1. Accessing processes remotely, also system processes when running as Administrator;
  2. Memory scanning for primitive types, strings and byte sequences;
  3. Filtering scan results (a.k.a. Next scan);
  4. Supports relative addresses and offsets;
  5. Creating, saving and reusing address tables containing scan results.
  6. Changing values at memory addresses and freeze them;
  7. Viewing PE (Portable Executable) information about the opened process;
  8. Viewing and dumping sections;
  9. Viewing threads, change priority, suspend, resume and create threads remotely;
  10. Viewing, injecting, ejecting, dumping and hiding modules, and restore PE headers from a file on the disk;
  11. Allocating memory blocks remotely;
  12. Generating code snippets from address tables;
  13. Hotkeys to automate actions that do not require user input;
  14. Viewing import address table of loaded process and its modules;
  15. Settings hooks on the IAT of a process and its modules and restoring export addresses;
  16. Viewing PEB and TEB's for loaded process and its threads, including manipulation of certain associated information;
  17. Viewing and closing handles in the loaded process;
  18. Disassembling executable pages in a process to provide memory view and program flow control;
  19. Walking heaps in the opened process as side feature of the disassembler;
  20. Debugging executable code and data to find out what the flow of a program is;
  21. Plugin system featuring CrySearch extensions to be written in MASM, C or C++;
  22. Generate signatures and byte-arrays from selected disassembly;
  23. Create memory dissections of specific parts of the process' memory and save them to the address table;
  24. A read-only operation mode which eliminates all writing operations on a process, which is useful for evading anti-cheating systems.



v2.04:
    - Added feature to NOP out selected rows using right-click menu in the disassembly window;
    - Fixed a bug in the PE window where the image base of an x64 process would be truncated to 32-bits;
    - Fixed a bug where freezing and thawing addresses in the address table would not work properly anymore;
    - Added the possibility to edit multiple selected address table entries at the same time, only by right-clicking and excluding editing the address;
    - Reduced the timeout for retrieving window icons in the open process window;
    - Improved the disassembler window:
        - Added an option to go back to the entrypoint in the toolstrip and the right-click menu;
        - Added resolving of intermodular function calls to functions in the import address table;
        - Added heavy parallellism to the disassembler, greatly increasing processing speeds.
    - Added a threshold to the amount of rows that can be selected for signature or byte array generation. This threshold is set to 256;
    - Partially added masking for signature generation in the disassembly window.


Screenshots:
/hackdata/screenshot/thumb/3f4b8162b50cdb588899fd80d35cb3fa.jpg

Download:
CrySearch Memory Scanner v2.04