Minecraft-Malware-Prevention-Alliance / concoction

Dynamic Shared Malware Scanner
MIT License
29 stars 0 forks source link

Add API builder #8

Closed xyzeva closed 1 year ago

xyzeva commented 1 year ago

Adds a basic builder for Concoction;

Results results = Concoction.builder()
                    .model(path)
                    .primarySource(source)
                    .scan();

This should be improved when dynamic scanning is more hardened.