RAD Studio Tokyo 10.2(.2) Data Collection
Just a very quick note: I was just installing RAD Studio 10.2.2 when I noticed the installer has an Options …
Just a very quick note: I was just installing RAD Studio 10.2.2 when I noticed the installer has an Options …
I write most of my code in unmanaged languages such as Delphi and C/C++. Sometimes customers ask me to …
Sometimes you need to know the Process Id (PID) of a running service. Since Windows 2003 you can use the …
After figuring out how to encode and decode the Citrix passwords my next step for the upcoming Citrix Launcher …
The video below shows a Proof of Concept of bypassing Application Security in RES Workspace Manager . Please …
Today I was reusing some old (pre vista) code the retrieves the Logon SID that I wrote a few years ago. The …
In my SATA Controller Identification tool I was using the TSaveDialog (Delphi 2010) but I got a report that …
I just read an answer on StackOverflow with this code: delphi Copy Download var eu:DWORD; begin asm mov …
If you want to check if you are running on a Server Core edition of Windows you can use the GetProductInfo …
In the previous parts (part 1 part 2) i’ve described the theoretical part and implementation problems. …