jeFF0Falltrades / rat_king_parser

A robust, multiprocessing-capable, multi-family RAT config parser/config extractor for AsyncRAT, DcRAT, VenomRAT, QuasarRAT, XWorm, Xeno RAT, and cloned/derivative RAT families.
MIT License
29 stars 3 forks source link

Explore dnfile for .NET PE parsing operations #1

Closed jeFF0Falltrades closed 5 months ago

jeFF0Falltrades commented 5 months ago

It was suggested to examine using dnfile in place of dotnetpe, as it seems to be better maintained, and may have built-in functionality that will make custom code redundant.

Areas to Test:

If it is more efficient or easier to manage these areas using dnfile, then we should move to port the dotnetpe code over to dnfile.

Issue will be updated as testing is completed.