malwarefrank
malwarefrank
Hmm... I should make that a more helpful warning. One of the .NET resources may be malformed. I'll see if I can get a copy of that file and troubleshoot...
sorry for the delayed response. I would love to see what you are working on. I am uncertain whether bytecode disassembly should be separate from dnfile or a part of...
Thanks. I started looking at the dncli code and realized that there have been some helpful changes since dnfile v0.8.0, including a user_strings shortcut. I tagged master and pushed a...
I like that dncil focuses on parsing the method bodies. I still want to parse the MetadataTable MethodDef rows into a list of objects in dnfile and make accessible via...
Parsing methods is complicated! `` The MethodDef row defines a parameter list, but then the associated method signature also defines parameters. I am working on this in the methods branch,...
thanks for the heads-up. Made the changes in b837ad6 and just need to test
looks like it's working
dnSpyEx is using .NET-specific deserializers, so we would still have to figure out how to implement it in Python. I am looking into System.Drawing.Bitmap, but this may take a while
Maybe. It is already easy to access a stream by name with the dnfile.net.streams dict. The mdtables shortcut exists, but that is a more complicated stream than the others, so...
On the mac M1 / Apple Silicon using Apple Virtualization, VZFileHandleNetworkDeviceAttachment looks promising as a way to create internal-only networks. https://developer.apple.com/documentation/virtualization/vzfilehandlenetworkdeviceattachment I am thinking something like in VirtualBox where we...