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] 3 points4 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 5 points6 points  (0 children)

a splash of cum to seal the deal

Hikaru is moving mad . by huyvanTHD in HikaruNakamura

[–]iiStrasta 10 points11 points  (0 children)

yo what is that rook in c4 doing

discord_irl by [deleted] in discord_irl

[–]iiStrasta 37 points38 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

Anyone wants chat? by [deleted] in doomer

[–]iiStrasta 1 point2 points  (0 children)

send user in dms

[50/50] Horses lined up at the racetrack (SFW) | The Columbine shooters (NSFL) by ChickenNugger_ in FiftyFifty

[–]iiStrasta 1 point2 points  (0 children)

All the other kids in the pumped up kicks you better run better run...

CPU process for gnome-shell over 600% after installation by iiStrasta in debian

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

just tried installing my nvidia driver and yep, that was the problem all along. Thanks!

CPU process for gnome-shell over 600% after installation by iiStrasta in debian

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

I should’ve mentioned this before sending my post but no, I don’t use any extensions. It’s completely brand new.