VirtualBox
virtualbox.orgOpen source, powerful, feature-rich virtualization product, supporting x86 and AMD64/Intel64 architectures. Available for Windows, MacOS, Linux and BSD, and free for both personal and enterprise use. VirtualBox is backed by a strong community, and has been under active development since 2007.
- Homepage: virtualbox.org
- GitHub: github.com/VirtualBox/virtualbox
- Web info: web-check.xyz/check/virtualbox.org
VirtualBox Source Code
Author
Description
Source code for Oracle VirtualBox
Homepage
https://www.virtualbox.org/License
GPL-3.0
Created
16 May 25
Last Updated
08 Jun 26
Primary Language
C
Size
1,368,572 KB
Stars
1,225
Forks
169
Watchers
1,225
Language Usage
Star History
Top Contributors
-
@bird2tori (33908)
-
@Dsen-orcl (9417)
-
@alflr (8923)
-
@AlexanderEichner (8294)
-
@ramshven (7357)
-
@klaus-vb (4075)
-
@baserkan (3238)
-
@MichalN-O (2046)
-
@VP-at-oracle (2004)
-
@aleksey-ilyushin (1025)
-
@galitsyn-oracle (1005)
-
@corso75 (545)
-
@alexander-rudnev (400)
-
@dgrigor7 (269)
-
@paulsonx (229)
-
@filbo (189)
-
@thatnerdjack (182)
-
@ksestepa (96)
-
@slscholz14 (38)
-
@brian4725 (17)
-
@Samuel-Burchill (17)
-
@ora-shasanim (4)
-
@pezinek (3)
-
@scoter-oracle (3)
-
@meck-gd (2)
-
@BouRock (1)
-
@lachlanharrisdev (1)
-
@ehdgks0627 (1)
Recent Commits
-
Andreas Loeffler (08 Jun 26)
Network/NAT: Added more debugging info (like timers, poll states, events, connection info, DNS state and libslirp state) to the VM debugger via 'info natX'. Reverse IPv4 DNS lookups are also supported (defaults to false). See built-in help (i.e. 'info nat0 help') for more information. svn:sync-xref-src-repo-rev: r174087
-
Vitali Pelenjow (08 Jun 26)
Devices/Graphics: state tracker for shader resource views and number of actually used slots. bugref:10934 svn:sync-xref-src-repo-rev: r174086
-
Andreas Loeffler (08 Jun 26)
Shared Clipboard/Main: Also use the new Clipboard API in the snapshot implementation. bugref:4697 svn:sync-xref-src-repo-rev: r174085
-
Andreas Loeffler (05 Jun 26)
Shared Clipboard/Main: Moved the existing clipboard APIs from IMachine to IClipboard and did more plumbing required for settings handling of IClipboard. Added initial testcase for clipboard Main API, adapted the existing frontends accordingly. Settings migration + bumped to 1.22 [SCM fix]. bugref:4697 svn:sync-xref-src-repo-rev: r174084
-
Andreas Loeffler (05 Jun 26)
Shared Clipboard/Main: Moved the existing clipboard APIs from IMachine to IClipboard and did more plumbing required for settings handling of IClipboard. Added initial testcase for clipboard Main API, adapted the existing frontends accordingly. Settings migration + bumped to 1.22 [build fix]. bugref:4697 svn:sync-xref-src-repo-rev: r174083
-
Andreas Loeffler (05 Jun 26)
Shared Clipboard/Main: Moved the existing clipboard APIs from IMachine to IClipboard and did more plumbing required for settings handling of IClipboard. Added initial testcase for clipboard Main API, adapted the existing frontends accordingly. Settings migration + bumped to 1.22. bugref:4697 svn:sync-xref-src-repo-rev: r174082
-
Andreas Loeffler (05 Jun 26)
bldprogs/SCM: Fixed minor memory leaks (found by ASAN) and some return values. svn:sync-xref-src-repo-rev: r174081
-
Alexander Eichner (05 Jun 26)
Devices/Makefile.kmk: Use libslirp-4.9.3 as the include path fixes crash when constructing the NAT network driver due to changed slirp config structure layouts, bugref:10268 svn:sync-xref-src-repo-rev: r174079
-
Andreas Loeffler (04 Jun 26)
Shared Clipboard/Main: Implemented API stubs based on the current draft. bugref:4697 svn:sync-xref-src-repo-rev: r174078
-
Alexander Eichner (04 Jun 26)
Devices/PC/DevQemuFwCfg.cpp: Indicate no support for the output target interface, fixes crashes when the QemuRamFb controller is used [build fix] svn:sync-xref-src-repo-rev: r174077
-
Alexander Eichner (04 Jun 26)
Devices/PC/DevQemuFwCfg.cpp: Indicate no support for the output target interface, fixes crashes when the QemuRamFb controller is used svn:sync-xref-src-repo-rev: r174076
-
Alexander Eichner (04 Jun 26)
Devices/EFI: Fix booting with less than 1024MiB of RAM assigned for ARM virtual machines, edk2 changed their initialization code (again) which broke querying the RAM base dynamically and assumed a static RAM region starting at 0x40000000 (1GiB), github:gh-679 svn:sync-xref-src-repo-rev: r174074
-
Vitali Pelenjow (03 Jun 26)
Devices/Graphics: constant buffer upload optimization. bugref:10934 svn:sync-xref-src-repo-rev: r174073
-
Vitali Pelenjow (03 Jun 26)
Devices/Graphics: DX11 utilities for buffer management. bugref:10934 svn:sync-xref-src-repo-rev: r174072
-
Andreas Loeffler (03 Jun 26)
FE/VBoxManage/DHCPServer: Added new sub command 'log' to view (and follow, via '-f') DHCP log files of a given network / interface [docs fix]. svn:sync-xref-src-repo-rev: r174071
-
Andreas Loeffler (03 Jun 26)
FE/VBoxManage/NATNetwork: Added new sub command 'log' to view (and follow, via '-f') NAT network log files. svn:sync-xref-src-repo-rev: r174070
-
Andreas Loeffler (03 Jun 26)
FE/VBoxManage/DHCPServer: Added new sub command 'log' to view (and follow, via '-f') DHCP log files of a given network / interface. svn:sync-xref-src-repo-rev: r174069
-
Andreas Loeffler (03 Jun 26)
FE/VBoxManage/NATNetwork: Deprecated the '--netname <network name>' argument where being used, as it is required as a context in any way, making the commands easier to use. The network name now must be specified right after the sub command, i.e. "modify <network name> [...]". svn:sync-xref-src-repo-rev: r174068
-
Andreas Loeffler (02 Jun 26)
FE/VBoxManage/NATNetwork: Fixed output sloppiness so that's easier to follow what's going on, renamed some variables. svn:sync-xref-src-repo-rev: r174067
-
Andreas Loeffler (02 Jun 26)
FE/VBoxManage: Fixed Doppelmoppel 'only' in 'natnetwork' error messages. svn:sync-xref-src-repo-rev: r174064
-
Andreas Loeffler (02 Jun 26)
VMM/VMMR3/NEMR3NativeTemplate-linux: Fixed "KVM not available" logging typo. svn:sync-xref-src-repo-rev: r174063
-
Andreas Loeffler (01 Jun 26)
libs/libslirp: Applied our changes to 4.9.3, export to OSE [SCM fix]. bugref:10268 svn:sync-xref-src-repo-rev: r174062
-
Andreas Loeffler (01 Jun 26)
libs: Switched to libslirp 4.9.3 again. bugref:10268 svn:sync-xref-src-repo-rev: r174061
-
Andreas Loeffler (01 Jun 26)
libs/libslirp: Applied our changes to 4.9.3, export to OSE. bugref:10268 svn:sync-xref-src-repo-rev: r174060
-
Andreas Loeffler (01 Jun 26)
libs/libslirp: Removed 4.9.3 -- need to pull from vendor branch first. bugref:10268 svn:sync-xref-src-repo-rev: r174058
-
Andreas Loeffler (01 Jun 26)
libs: Switched to libslirp 4.9.3. bugref:10268 svn:sync-xref-src-repo-rev: r174055
-
Andreas Loeffler (01 Jun 26)
libs/libslirp: Added LICENSE file from 4.9.3. bugref:10268 svn:sync-xref-src-repo-rev: r174054
-
Andreas Loeffler (01 Jun 26)
libs/libslirp: Integrated changes from 4.9.3. bugref:10268 svn:sync-xref-src-repo-rev: r174053
-
Alexander Eichner (01 Jun 26)
Devices/Network/DevE1000.cpp: Fix regression causing OS/2 to throw a guru meditation because the I/O port handler would return an MMIO status code, github:gh-683 svn:sync-xref-src-repo-rev: r174051
-
Alexander Eichner (01 Jun 26)
VMM/VMMR3/target-armv8/NEMR3Native-darwin-armv8.cpp: Ensure that the debug regsters are imported before modifying them in the debug runloop, fixes debug assertion when single stepping in guest code svn:sync-xref-src-repo-rev: r174050
VirtualBox Website
Website
Oracle VirtualBox
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 104.67.204.12
- Hostname a104-67-204-12.deploy.static.akamaitechnologies.com
- Location Marietta, Georgia, United States of America, NA
- ISP Akamai Technologies Inc.
- ASN AS20940
Associated Countries
-
BE -
US -
ES
Safety Score
Website marked as safe
100%
Blacklist Check
www.virtualbox.org was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
VirtualBox Reviews
More Virtual Machines
-
Open source, feature rich, powerful type 2 hypervisor for Mac, can emulate x86-64 OSes on Apple Silicon Macs. There's also an iOS version (so you can run Windows on your iPhone!)
-
Open source virtual machine monitor intended to serve as a type-1 hyperviser for multiple operating systems using the same hardware - very useful for servers, as it allows for fully independent virtual Linux machines.
About the Data: VirtualBox
API
You can access VirtualBox's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/virtualbox The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share VirtualBox
Help your friends compare Virtual Machines, and pick
privacy-respecting software and services.
Share VirtualBox and Awesome Privacy with your network!