Xienim

Results 3 comments of Xienim

You can use Ninja_Dumper for this. Run the program and perform a memory dump of the process. After that, you can load the dump into Binary Ninja using the plugin....

After this, you will be able to analyze information such as stack traces, runtime registers, a list of memory areas allocated by the process, and modules. If necessary, you can...

Hello, Currently, you can work with dumps using my plugin. Essentially, you can perform all tasks related to dump analysis, from loading memory allocated by the dumped process into the...