Skip to content

Fix potential bug with checking super class

Latest
Compare
Choose a tag to compare
@virustotalop virustotalop released this 17 Apr 00:48

This could have caused issues due to classloader funkyness. Instead we get all the super classes instead of using reflection to check if a class is assignable from another class.