byinarie / CVE-2024-3094-info

Information for CVE-2024-3094
51 stars 10 forks source link

checking script not work #1

Open tiaotiao97 opened 6 months ago

tiaotiao97 commented 6 months ago

Hi, I want to test the checking script effected. I downloaded the backdoor version in centos8, then ran "./autogen.sh", "./configure", "make", "make install" by step, and I found "liblzma.so.5.6.0" in /usr/local/lib/. And I executed <hexdump -ve '1/1 "%.2x"' /usr/local/lib/liblzma.so.5.6.0 | grep f30f1efa554889f54c89ce5389fb81e7000000804883ec28488954241848894c2410>. But it not work, I cannot find this function signature in so file. What's Problem? Thanks.

byinarie commented 6 months ago

Can you post the error you get?