prj

Results 25 comments of prj

I have a Junkers heatpump, however most of the endpoints on that page give a 404 error. Is the only way to find endpoints by monitoring traffic between the App...

Yes, but I am looking for stuff that specifically *isn't* in the mobile app. It's really stupid because I can see my heating contour setpoint but not the actual, and...

Did some digging and it seems my device just does not expose this information... Here's a lit of roots addresses that can be scanned on most devices to find data:...

I modified the regex a little in the lex file and got it to work...

I need admin because the program is in Program Files. RunUpdateAsAdmin is set to True of course. But after the update is applied by ZipExtractor the App should not start...

No, because if I just silently update all users to 5.0 then nobody of them will have the runtime. Furthermore I am on 3.1, which is the LTS. Either way,...

I worked around this by doing a very ugly hack of taking the .net core 3.1 source from repo and creating a custom System.IO.Pipes package in another namespace, all that...

That is not correct. CreateProcessWithLogon does not require credentials.

I looked into it a little and I stand corrected. It does need credentials. With some interop trickery it might be possible via NtCreateToken without credentials if you are admin,...

That also isn't good. The argument list is very important, since applications can have totally different behavior then. Is it possible to create a temporary .bat file and then launch...