zhaodice / qemu-anti-detection

A patch to hide qemu itself, bypass mhyprot,EAC,nProtect / VMProtect,VProtect, Themida, Enigma Protector,Safegine Shielden
804 stars 117 forks source link

Error: CURLOPT_REDIR_PROTOCOLS is deprecated #3

Open Parak33t opened 1 year ago

Parak33t commented 1 year ago

Hello I was just trying to compile this but right after I ran "make" right after configuring it would return the error CURLOPT_REDIR_PROTOCOLS is deprecated along side a few other deprecated errors.

I am running a arch based distro so the packages I am using might be a bit different but I doubt I should be that big of a deal.

zhaodice commented 1 year ago

could you leave the make command print log in this page?

Parak33t commented 1 year ago

log.txt

zhaodice commented 1 year ago

I think it is too new to complie, try to downgrade curl or want a newer qemu source with my patch.

Parak33t commented 1 year ago

A newer qemu source would be nice

Parak33t commented 1 year ago

However I will also try to downgrade curl and see if that works

Parak33t commented 1 year ago

Ok so I downgraded the curl package which worked and got rid of the error! However once it was almost done with compiling one more error ended up coming up which I put in the log. log.txt

zhaodice commented 1 year ago

Ok so I downgraded the curl package which worked and got rid of the error! However once it was almost done with compiling one more error ended up coming up which I put in the log. log.txt

I didn't try the latest qemu version, could you test the standard version (7.0.0)?

Parak33t commented 1 year ago

I believe that was the vision 7.0.0

zhaodice commented 1 year ago

I believe that was the vision 7.0.0

https://redmine.openinfosecfoundation.org/issues/3052 I have no idea but I asked the Google for help. it said "Is it possible that there would also be an older libbpf.h on the system?"

Parak33t commented 1 year ago

Nope just compiled the most recent vision and replaced it with the same error still showing up

zhaodice commented 1 year ago

Nope just compiled the most recent vision and replaced it with the same error still showing up

hmmm... I didn't meet those errors, you can ask him: https://github.com/zhaodice/qemu-anti-detection/issues/4 I guess compiling tool doesn't work, check your tool chain version,mine is:

gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.