CallbackProcess Changelog

What's new in CallbackProcess 1.0.8

Mar 27, 2017
  • Added usage of the NonPagedPoolNx flag during nonpaged memory allocation for Windows 8 and later.
  • The process termination callback was not called for child processes. Fixed

New in CallbackProcess 1.0.7 (Oct 12, 2016)

  • [VCL] Added packages and defines for RAD Studio 10.1 Berlin
  • some updates in the backend code, shared with other driver-based products

New in CallbackProcess 1.0.6 (Feb 20, 2016)

  • Improved:
  • The altitude parameter of the ObRegisterCallbacks system API has been set to 400055 in order to minimize possible conflict with third party drivers.
  • Fixed:
  • Sporadically occurred deadlock in the driver code. Fixed.
  • Upgrading of the currently used driver requires reboot, but the RebootNeeded parameter of the Install method didn't set to true. Fixed.

New in CallbackProcess 1.0.4 (Jul 15, 2015)

  • Worker thread, which is used to call the callbacks, could be still alive after the StopFilter call that can cause access violation. Fixed.

New in CallbackProcess 1.0.3 (Jul 15, 2015)

  • GetProcessName failed in the case the calling application is 32-bit on a 64-bit machine. Fixed.

New in CallbackProcess 1.0.2 (Jul 15, 2015)

  • Nonpaged memory leak in the driver

New in CallbackProcess 0.9.1 (Jul 15, 2015)

  • C++: Fixed the library which didn't include some of the objects