@voltagex uh. if it's a dotnet dll, dotnet - otherwise I find python and ctypes _ok_ but python and ctypes is a quick way to get segaults in python which I feel shouldn't happen.
@gsuberland@xssfox it was for this case, where I just needed to check if a function worked, but I find native stuff like IntPtr, Hwnd, anything with marshalling and structs really difficult. It will be what pushes me to learn C.
@xssfox@voltagex@gsuberland you just know that running it inside a debugger will change the timing enough that the race condition won’t happen anymore…