Giter Site home page Giter Site logo

Comments (16)

kevoreilly avatar kevoreilly commented on August 19, 2024 2

Hi bart, thanks for this suggestion. As it happens I just discussed this in a thread on spender-sanbox: spender-sandbox/cuckoo-modified#459 which concludes with a way to clear the 'hypervisor' bit in VMware systems to pass a test in Pafish. I will look at implementing this and other possible fixes to try and get past these tests.

Cheers!

from cape.

redsand avatar redsand commented on August 19, 2024 2

I feel the role of this is at the virtualization layer and the process of deploying your test machines.

I have an attached script I've written (based upon @doomedraven script for debian) that will work on centos 7.

kvm-qemu-antivm-patch.sh.txt

from cape.

doomedraven avatar doomedraven commented on August 19, 2024 1

@redsand i have published how to install latest qemu/kvm with libvirt etc and not break nothing, https://gist.github.com/doomedraven/41af84c8cf93ba63cea933a80e898fb6
works much faster than previos versions, and allows to have all fixes :)
waiting for qemu 3 :)

from cape.

kevoreilly avatar kevoreilly commented on August 19, 2024 1

This issue I think has been addressed by @doomedraven in the fantastic KVM install script at https://github.com/doomedraven/Tools/blob/master/Virtualization/kvm-qemu.sh. If anyone is having issues with VM detection, the advised hypervisor to minimise this is KVM using this script.

from cape.

bartblaze avatar bartblaze commented on August 19, 2024

May be of help as well, ran Al-Khaser a few days back, see analysis task #2675

Cheers!

from cape.

doomedraven avatar doomedraven commented on August 19, 2024

Hey cool stuff, can i use it in my blog with thanks to you?

from cape.

redsand avatar redsand commented on August 19, 2024

from cape.

doomedraven avatar doomedraven commented on August 19, 2024

Cool, thanks, nice to meet you too, Im from UA

from cape.

doomedraven avatar doomedraven commented on August 19, 2024

FYI tested on ubuntu 16 and 18, works just fine

from cape.

redsand avatar redsand commented on August 19, 2024

from cape.

doomedraven avatar doomedraven commented on August 19, 2024

you are welcome :)

from cape.

doomedraven avatar doomedraven commented on August 19, 2024

@redsand a question, did you fix force vm to exit?

from cape.

redsand avatar redsand commented on August 19, 2024

from cape.

doomedraven avatar doomedraven commented on August 19, 2024

in that your .txt attachmed is like this, but that just a comment

 void helper_vmexit(CPUX86State *env, uint32_t exit_code, uint64_t exit_info_1)
 {
+    // env->tsc_offset -= 1000;
 }

 void cpu_vmexit(CPUX86State *nenv, uint32_t exit_code, uint64_t exit_info_1)
EOF

in qemu3

void cpu_vmexit(CPUX86State *nenv, uint32_t exit_code, uint64_t exit_info_1,
                uintptr_t retaddr)
{
    assert(0);
}

from cape.

redsand avatar redsand commented on August 19, 2024

from cape.

doomedraven avatar doomedraven commented on August 19, 2024

ok thanks

from cape.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.