Results 73 comments of Ceri Coburn

Investigating further, I think it's the fact that cleanup is being called in my app under the assumption the class loader for barchart udt will be unloaded, but then because...

Trouble is, JNI_OnUnload only gets called once the class loader is being garbage collected, but it wont even be a candidate for garbage collection since it will be holding onto...

Unfortunately it won't work as a job. The native BOF runtime is long gone when you start a job so you can't use any of the BOF APIs. It works...

Just my 2 pence here. If you can crash lsass remotely via DRS, this is a CVE. INVALID_POINTER_READ suggests a dangling pointer, so could potentially be converted to RCE. LSASS...

Thanks for the PR an sorry for the delay. Finally had some time to look at this. I've added some comments to the PR. I think throwing an `ArgumentException` is...

Rubeus makes some assumptions regarding the Kerberos salt. If the salt doesn't match the salt stored in AD it will fail to crack. Easy way to see the salt for...

Happy to take a PR if you can add it as a program option to ignore TLS errors

That's going to be tough. There are only 4 hardware breakpoints you have to play with and I'm using up all of them for different purposes. DLL entry point patch,...

A release build will leverage dnMerge to produce a merged binary

It's already there, just make a release build.