DroneXtract icon indicating copy to clipboard operation
DroneXtract copied to clipboard

DroneXtract is a digital forensics suite for DJI drones 🔍. Analyze sensor values, visualize flight maps, and audit for criminal activity 🗺

Results 5 DroneXtract issues
Sort by recently updated
recently updated
newest added

So, I decided to try out some other functionalities and found something that kind of killed the output. Maybe it was just me but I have listed some issues I...

Was testing out some demonstrative data to see what the outputs and different commands were doing and got a weird result- seems like the program was in a loop. ```...

Was looking through some of the code and realized there is some interesting logic flaws in it! One of them I pointed out was here. ```go func ExecuteTelemetry(index int) {...

As mentioned in the comment ( not sure why my pull request did not go down ) I will go ahead and restate it. ## Per our contact The terminology...

I notice that some people may come across errors like this one. ``` # github.com/TwiN/go-color ../../go/pkg/mod/github.com/!twi!n/[email protected]/auto.go:21:32: undefined: any ../../go/pkg/mod/github.com/!twi!n/[email protected]/color.go:61:31: undefined: any ../../go/pkg/mod/github.com/!twi!n/[email protected]/color.go:81:26: undefined: any ../../go/pkg/mod/github.com/!twi!n/[email protected]/color.go:90:27: undefined: any ../../go/pkg/mod/github.com/!twi!n/[email protected]/color.go:99:15: undefined: any...