enkomio / shed

.NET runtime inspector
Other
268 stars 38 forks source link

Unity Executable Inspection #4

Open evanricard opened 6 years ago

evanricard commented 6 years ago

Hi enkomio,

I have this issue when trying to inspect the runtime of an executable from a Unity game. Does this mean Shed can't inspect the process if it has any sort of Unity code (i.e., Mono) in it? Am I guessing correctly or am I misunderstanding that. Thanks! image

-Evan

enkomio commented 6 years ago

Hi, It is very probable that you tried to attach to a process which is 64 bit. At the moment the Shed version only works for 32 bit application. A possible solution would be to compile the project in 64 bit mode and try again. This problem is something that I want to resolve by implementing a feature that automatically analyzes 32/64 programs.

On the other side, be sure to run the shed program with Administrator privileges.