Tag: secure
-
How do I get digital signature info in Delphi
To get the digital signature information of a Delphi application, you can use the TWinCertificate class from the Winapi.WinTrust unit of the Delphi RTL. This class provides properties and methods that allow you to access the digital signature of the application, including the signature timestamp, subject name, and issuer name. Here is an example of…
-
How do I use YARA rules in Delphi
To use YARA rules in Delphi, you will need to use the Yara unit, which is part of the Delphi YARA library. This unit provides classes and functions that allow you to compile, match, and manipulate YARA rules in Delphi. Here is an example of how you might use the Yara unit to compile and…