Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backdoor in CCLoader? #2

Open
dshookowsky opened this issue Aug 4, 2016 · 2 comments
Open

Backdoor in CCLoader? #2

dshookowsky opened this issue Aug 4, 2016 · 2 comments

Comments

@dshookowsky
Copy link

When I attempt to run ccloader.exe, malwarebytes identifies a backdoor and quarantines it. Is there a way to get the source for this or a new, clean build?

@XuGuohui
Copy link
Contributor

XuGuohui commented Aug 4, 2016

Hi @dshookowsky, there is no backdoor in the CCLoader. This is probably caused because the program is a command line program and it is generated from another computer. I've just published the source code here:

https://github.com/RedBearLab/CCLoader/tree/master/SourceCode

You can build it simply using gcc, e.g.

gcc -static main.c -o CCLoader.exe

Cheers!

@VoboZ86
Copy link

VoboZ86 commented Oct 7, 2016

bin filename Invalid for the Demo.bin file also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants