sonyps5201314

Results 5 issues of sonyps5201314

```lua function print_args(args) print(args) end ``` use below code: ```lua local _, result, err = mobdebug.handle(string.format("exec return print_args('%s')", '1/0 --[[math.huge]]'), client) ``` result is: ![image](https://user-images.githubusercontent.com/20564099/90316377-68664080-df54-11ea-9cdf-6bbe821d7ec5.png) but execute from local like...

for example, create a c++ console project, create many threads to call CreateFileW,ReadFile,CloseHandle and create serveral threads to execute Hook and Unhook CreateFileW and ReadFile function every 100 milliseconds. it...

bug
needs-attention :wave:

fix can not use createwith api to start all kinds of .net exe, like https://github.com/Microsoft/Detours/files/2918112/DotNetAppTest.zip in #54 this commit revert "Improved Detours logic for detection of 32bit processes (#104)" ,...

bug