Remko Weijnen remkoweijnen.nl/blog Search posts…/

Delphi

Delphi · Uncategorized — from the archive

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 …

·1 min read
Delphi — from the archive

Get Process Id of a running Service

Sometimes you need to know the Process Id (PID) of a running service. Since Windows 2003 you can use the …

·1 min read
Citrix · Delphi — from the archive

Decoding Citrix IMA Datastore Password

This morning Arjan Beijer sent me an interesting link to a youtube video about obtaining the Citrix IMA …

·3 min read
Citrix · Delphi — from the archive

Citrix Launcher Progress Update 1

After figuring out how to encode and decode the Citrix passwords my next step for the upcoming Citrix Launcher …

·1 min read
Delphi · Vista — from the archive

Switching to the Services Session

Just read a tweet from @andyjmorgan about Interactive Service Detection. This made me remember that it's …

·1 min read
Delphi · Programming — from the archive

Determining stack size

I just read an answer on StackOverflow with this code: objectpascal Copy Download var eu:DWORD; begin asm mov …

·1 min read