Skip to content
View 3llena's full-sized avatar
💤
Sleeping
💤
Sleeping
Block or Report

Block or report 3llena

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. vm cpu detection via cpuid and rdtsc vm cpu detection via cpuid and rdtsc
    1
    #include <iostream>
    2
    #include <thread>
    3
    
    
    4
    constexpr std::uint32_t 
    5
      dynamic_cycles = 10,
  2. portable PE64 header utils portable PE64 header utils
    1
    #pragma once
    2
    
    
    3
    namespace os
    4
    {
    5
       enum e_image_signature: const std::uint16_t
  3. complete IA-32e paging for vtop complete IA-32e paging for vtop
    1
    #pragma once
    2
    
    
    3
    //
    4
    // https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-3a-part-1-manual.pdf
    5
    //
  4. cxx-run cxx-run Public

    run prompt launcher

    C++