Convert memory_scan into a map
Modules from roupi
converts scan_address output to a map easier to process

Usage example


mem_scan = metaxploit.scan_address(metaLib, entry)
mem_scan = mem_scan_exploits(mem_scan)

Output example


for a input like this:


the output should be like this:



format:
[
{"exploit_name": ["requirement", "requirement"]},
{"exploit_name": ["requirement", "requirement"]}
]
Files
Builds
convert-memory_scan-into-a-map_Main build
Download build

Post's comments

post does not have comments.

You need to log in to write a comment.