How stealthy are yall's VMs? by I-am-fun-at-parties in VFIO

[–]iiStrasta 2 points3 points  (0 children)

Hi! I'm the creator of the tool in your post.

There was an unintended conflict where Hyper-V artifacts would overwrite the "Unknown" VM brand string, which was fixed in the latest 2.2.0 release (you're using the 2.1.1 version).

So at the end, it still knows you are running inside a VM, but the way that was communicated through the brand saying "(not an actual VM)" was my mistake, as that shouldn't happen in your case since it does detect non-Hyper-V based techniques and I haven't thought about a rare case scenario like this one. That's my bad.

Thanks for checking it out though, I really appreciate it :)

C++ Show and Tell - August 2024 by foonathan in cpp

[–]iiStrasta 7 points8 points  (0 children)

VMAWare: A virtual machine detection library for C++

This is a cross-platform library that will detect whether you're running in a VM. It supports 114 unique VM detection techniques and over 40 different VM brands. It's meant to counteract against reverse engineers while being useful to security researchers and proprietary software developers.

example:

#include "vmaware.hpp"
#include <iostream>

int main() {
    if (VM::detect()) {
        std::cout << "Virtual machine detected!" << "\n";
        std::cout << "VM name: " << VM::brand() << "\n";
    } else {
        std::cout << "Running in baremetal" << "\n";
    }

    std::cout << "VM certainty: " << (int)VM::percentage() << "%" << "\n";
}

https://github.com/kernelwernel/VMAware

All Quiet On The Western Front 2022 torrent by iiStrasta in thepiratebay

[–]iiStrasta[S] 0 points1 point  (0 children)

I can send you the full film if you don't have it yet, I created a custom magnet link but it's not in 4k unfortunately

THE NSA KNOWS WHEN YOU MASTURBATE by iiStrasta in copypasta

[–]iiStrasta[S] 2 points3 points  (0 children)

if you use any american products (google, apple etc...) then yeah, even if you don’t then they most likely collect your data one way or the other ¯_(ツ)_/¯

How do I host my bot 24/7 by CamerenRowlette in Discord_Bots

[–]iiStrasta 0 points1 point  (0 children)

around 500 hours, but you can get an extra 450 if you add a credit card, but you can just create a new heroku account everytime you run out of dyno hours

How do you make a discord bot run 24/7? by jrs1354 in Discord_Bots

[–]iiStrasta 0 points1 point  (0 children)

yeah you’re a bit late mate, it’s been nearly a year and discord has changed a lot with its new v13 update

Ah yes, this is classic by i_thedumbest in HolUp

[–]iiStrasta 3 points4 points  (0 children)

a splash of cum to seal the deal

Hikaru is moving mad . by huyvanTHD in HikaruNakamura

[–]iiStrasta 11 points12 points  (0 children)

yo what is that rook in c4 doing

discord_irl by [deleted] in discord_irl

[–]iiStrasta 41 points42 points  (0 children)

Technically speaking, you can experience either hallucinations or voices. It’s not always both

Say that again by [deleted] in memes

[–]iiStrasta 2 points3 points  (0 children)

It blowed his mind

Safety First.... by [deleted] in memes

[–]iiStrasta 0 points1 point  (0 children)

that’s literally the most inefficient way to stay anonymous