You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
Thanks for the interesting solution.
On ~30GB memory image, I am getting:
trikeConfig(args.beacon).parse_config(version=args.version, quiet=args.quiet, as_json=args.json) or \
File "/CobaltStrikeParser/parse_beacon_config.py", line 372, in __init__
self.data = fobj.read()
MemoryError
The text was updated successfully, but these errors were encountered:
Hey, thanks for the input!
Yes, this script is not memory-optimized or optimized at all...
You might want to split the files into smaller, like 1GB chunks and run the script on all the parts.
This linux command might help: split -n 30 mem.dmp
Hi team,
Thanks for the interesting solution.
On ~30GB memory image, I am getting:
The text was updated successfully, but these errors were encountered: