UlyssesWu/ASNR

[Process Failed] comes up everytime.

0x14307 opened this issue · 9 comments

[Process Failed] comes up everytime.

Show me the full output, and provide a sample program if you can.
Otherwise you may have to fix it by yourself.

I just fixed a bug. You can pull the latest commits and try again, and show me the full log if still failing.
Or, could you upload the program.exe or send it to my email?

I'll try it out.

Now says: "Could not load the target file: First parameter should be a valid path"
Also when tried with a different .exe file it gives the same "process failed" error.

"First parameter should be a valid path": maybe your target program's name contains spaces? If so, you should try something like asnr.exe "test program.exe".

The updated code should print the detailed exception alongside with the process failed" error. Please show me the full log, or just upload the program you have tried.

The program your provided is not strong named. Maybe you misunderstood this tool and you should find some tool you actually need.

Didn't know that! Thank you