Sp00p64 / DiscordRAT

Discord Remote Administration Tool fully written in Python3
417 stars 104 forks source link

What’s the difference with / without CV? #21

Closed AstroOrbis closed 3 years ago

Sp00p64 commented 3 years ago

As explained in the README , WithCV has webcam related modules by importing the opencv library ,the WithoutCV does not. I decided to do 2 different files because the opencv library adds ~40-50 MB to the compiled exe.

AstroOrbis commented 3 years ago

but is there any difference?

AstroOrbis commented 3 years ago

like if one is faster or something

bboychris168 commented 3 years ago

@AstroOrbis he literally just said it adds 40 to 50 mbs more to the compiled version, hence why there is a CV and without CV.