Re: bind vs. interp on Windows 10
- Posted by irv May 27, 2019
- 1432 views
Sounds like your av is giving it a once-over, try watching task manager while it happens - windows defender lists as "Antimalware Service Executable".
I put an extra line into the test:
puts(1,"Hello World!\n") while 1 do end while
So that eu remains running after completing the difficult task of saying hello.
When run via eui hello, the Antimalware isn't triggered, and the memory/cpu load graph remains at a plateau until I kill eu.
When bound and run as hello.exe, the Antimalware is triggered like a college student without a warm puppy. The graph peaks, then settles down to the same even level as before.
It makes sense that Windows sees hello.exe as a foreign (meaning "we didn't sell it") program, and has to check. I suppose the same thing would happen if I wrote hello.c, since Microsoft would be unacquainted with that program, also.
Now, short of using a big hammer, is there any way to turn off the Aunty Mule ware? This computer isn't connected to the web. So I'm not particularly worried about getting a virus.
Edit: there is plenty of complaints on the internet, I'll try some of the suggestions to turn it off. Thanks for pointing me to the cause.