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
Probably the bigger issue is that .NET binaries are kind their own thing sorta separate from i386/arm/ppc/etc. The CLR section gets populated with a big database of type info and the actual instructions are their own virtual machine bytecode instructions.
I've been poking at .NET support in #673, but it's all in my free time, so it might still be a while till that's fully fleshed out.
Yes, absolutely. What do you think of an approach to initially detect .NET early on and not go down the standard path of code flow analysis that results in errors like this one?
In mandiant/flare-floss#1087 a .NET sample causes vivisect issues:
I haven't looked too closely yet, but the issue seems to arise from
addCodeFlow
viaaddEntryPoint
.The text was updated successfully, but these errors were encountered: