79751646

Date: 2025-08-31 08:29:02
Score: 1.5
Natty:
Report link

managed to solve it with delayload:

// Import ExecDos from DLL
procedure ExecDos(const CmdLine: String; const OutputCallback: LongWord);
  external 'ExecDos@files:ExecDos.dll stdcall delayload';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: David Cohen1