Posts
Sort by recent activity
Decompie event
Source Code:
public event MethodInvoker MyEvent;
Decompile Code:
public event MethodInvoker MyEvent
{
add
{
MethodInvoker invoker2;
MethodInvoker myEvent = this.MyEvent;
do
{
invoker2 = myEvent;
Me...
When the language is IL,unicode string can't be tranformed
I am from China, Chinese string can not be transformed when the language is IL
"请选择目标进程" <---> "\u8bf7\u9009\u62e9\u76ee\u6807\u8fdb\u7a0b"
But the ReflexIL can
Reflector7 is a virus?
I had tested many times.
Sometimes(not allways), after I open the "reflector.exe",then it will rename itself to "reflector" (filesize:2.96M,.Net PE,it's hided),and generate a new file "reflector.ex...
Any errors only one prompt
in 6.5.0.135
I can not get any other prompts,such as "Dos header does not contain 'MZ' signature. "Does not contain CLR header.
There's only one prompt:Object reference not set to an instance of o...