Tatsh

Results 105 comments of Tatsh

This is an ongoing issue so I will keep this open. I don't know what is going to happen when Big Sur is finally released.

I don't think there is a (nice) way. Can you use a Swift script instead? This is not working but it's close, and can't be run in sandboxed Swift app....

This can be done with `$.malloc`. ```javascript #!/usr/bin/env osascript -l JavaScript ObjC.import('Cocoa') ObjC.import('stdlib') let pids = [145] ObjC.bindFunction('malloc', ['void*', ['int']]) let pidInfo = $.malloc(2000) ObjC.bindFunction('proc_pidinfo', ['int',['int', 'int', 'Int64', 'void *',...

> What about perl or php? This has been updated to cover both.

Workaround is to remove `xmlhttprequest` in *Request types* in the extension settings.

I might get more time to contribute the rest of the implementation. It's kind of easy since we can just open MSI's .NET DLL in ILSpy or similar, but there's...