Some plugins adapted to the DataAnalyze framework
go build -buildmode=plugin -o 01xxx.so Tests/xxx.go
Please note that the compiled product needs to be prefixed with two digits (01editor.so). This determines the automatic loading order of plugins.
Then please place it in the plugins directory of the same level as the HaEAnalyze-Engine executable file. Restarting the main program will automatically load the plugins according to their order.