Skip to content

.NET Scripts, Plugins and updated Libraries

Latest
Compare
Choose a tag to compare
@FFMG FFMG released this 04 May 12:52
· 8 commits to master since this release

New this version

  • Added a sample "Dolly .NET" sample app to show how to write .NET scripts/plugins.
    • Created Action Monitor Shell to run .NET apps
    • Updated interface to run an IAction
  • Added BitLocker.cs to show how C Sharp plugins can be written
  • Added .NET 4.5.2 interface ActionMonitor.Interfaces.dll
  • Renamed AMPowerShellCmdLets.dll to ActionMonitor.dll
  • Added support for C# commands
  • Updated the way we link to Python, (using the more 'standard' way).
  • Using vs2017, (kept old vs2015 solution file for now).
    • c++11
  • Started removing support for std::string, everything now has to use unicode, (but some older code still lurks around until I find it).

Miscellaneous

  • Updated SQLite
    • 3.26 [0.9.0.4]
    • 3.20.1 [0.9.0.3]
    • 3.18 [0.9.0.1]
  • Updated LUA
    • 5.3.5 [0.9.0.4]
    • 5.3.4 [0.9.0.2]
  • Updated Python
    • 3.7.2 [0.9.0.4]
  • Updated Google Test
    • 1.8.1 [0.9.0.4]

Bug fixes