as2cfg VS VirusFusionOS

Compare as2cfg vs VirusFusionOS and see what are their differences.

as2cfg

Construct the CFG(Control Flow Graph) from intel assembly code (by hidva)

VirusFusionOS

My useless x86_64 Operating System (by VirusFusion)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
as2cfg VirusFusionOS
4 3
49 13
- -
0.0 0.0
over 1 year ago almost 2 years ago
Rust C
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

as2cfg

Posts with mentions or reviews of as2cfg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-22.

VirusFusionOS

Posts with mentions or reviews of VirusFusionOS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-10.
  • How do I start keyboard input in osdev and use an interrupt handler for it?
    1 project | /r/osdev | 12 Nov 2021
    I am still a pretty newbie beginner, I am trying to implement ps2 keyboard and I only have keyboard scan codes that I don’t know what to do with. github. Could anyone help me out?
  • Any good beginner 64 bit bootloader guides?
    2 projects | /r/osdev | 10 Jun 2021
    So would that bootloader load the the font into the kernel? Because I define everything inside the bootloader. You can look at it in main.c in gun-efi. https://github.com/VirusFusion/VirusFusionOS/blob/master/gnu-efi/bootloader/main.c
  • I can not make kernel or make run my OS on macOS
    1 project | /r/qemu_kvm | 27 May 2021
    I have been trying to run my OS on my Mac after successfully running it on my windows PC with ubuntu 20.04 LTS wsl terminal. This is my GitHub if anyone wants to test it out and figure out the problem themselves https://github.com/VirusFusion/VirusFusionOS. I changed the makefile for my Mac and it fixed some errors. This is my macOS makefile https://pastebin.com/RPXUaXE1. When I try to run my kernel I get this error "make: *** [link] Illegal instruction: 4" and when I try to make run for Qemu I also get this error "qemu-system-x86_64 -drive file=bin/VirusFusionOS.img -m 256M -cpu qemu64 -drive if=pflash,format=raw,unit=0,file="../OVMFbin/OVMF_CODE-pure-efi.fd",readonly=on -drive if=pflash,format=raw,unit=1,file="../OVMFbin/OVMF_VARS-pure-efi.fd" -net none

What are some alternatives?

When comparing as2cfg and VirusFusionOS you can also consider the following projects:

asm-lsp - Language server for NASM/GAS/GO Assembly

bootloader

ethereum-graph-debugger - Ethereum solidity graph plain debugger. To have the whole picture when debugging.

binary-security-check - Moved: https://codeberg.org/koutheir/binary-security-check

x86RetSpoof - Invoke functions with a spoofed return address. For 32-bit Windows binaries. Supports __fastcall, __thiscall, __stdcall and __cdecl calling conventions. Written in C++17.

mt_asm - Multithreading on GNU/Linux x86_64 from scratch.

CSpydr - A static typed low-level compiled programming language inspired by Rust and C