what is the quick way to tell if this assembly is .NET assembly or unmanaged one?
-
I try to use Hex editor to find it out...
diligent hands rule....
-
I try to use Hex editor to find it out...
diligent hands rule....
-
I try to use Hex editor to find it out...
diligent hands rule....
Try loading it in .net ?
-
Try loading it in .net ?
How to: Determine if a file is an assembly - .NET | Microsoft Learn[^]
Software Zen:
delete this;
-
I try to use Hex editor to find it out...
diligent hands rule....
Try to open it in ILDASM. If it opens, it's .NET.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak
-
I try to use Hex editor to find it out...
diligent hands rule....
Perhaps you should ask this in the .NET forum.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
-
Perhaps you should ask this in the .NET forum.
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
Repeating the question in the .net forum, now that it it is already answered here, would lead to another series of "You are misbehaving!!!" cries from those who know by heart all the details of proper behavior. X|
Religious freedom is the freedom to say that two plus two make five.
-
Repeating the question in the .net forum, now that it it is already answered here, would lead to another series of "You are misbehaving!!!" cries from those who know by heart all the details of proper behavior. X|
Religious freedom is the freedom to say that two plus two make five.
But not at you, so you can join in on the fun.
-
I try to use Hex editor to find it out...
diligent hands rule....
See CodeProject article "Determine Platform Affinity 32 bit, 64 bit or Any CPU for a Managed .NET PE". In the past I used another utility, but I can't remember the name ...
-
See CodeProject article "Determine Platform Affinity 32 bit, 64 bit or Any CPU for a Managed .NET PE". In the past I used another utility, but I can't remember the name ...
I try to see if there is better way to find out this info since many years passed. in my mind, I want to find certain byte/section to identify if this is a managed assembly.
diligent hands rule....