Many classic PC games (e.g., Deus Ex , Age of Wonders ) used Delphi for their toolchains. Modders use to inject custom binary patches without distributing the entire IDE.
function TBinaryReaderHelper.ReadInt32: Integer; begin Self.Read(Result, 4); end; code4bin delphi