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
28 Jul 26
Primary Language
C
Size
1,411,135 KB
Stars
1,316
Forks
197
Watchers
1,316
Language Usage
Star History
Top Contributors
-
@bird2tori (34013)
-
@Dsen-orcl (9417)
-
@alflr (9055)
-
@AlexanderEichner (8330)
-
@ramshven (7357)
-
@klaus-vb (4091)
-
@baserkan (3246)
-
@MichalN-O (2057)
-
@VP-at-oracle (2036)
-
@aleksey-ilyushin (1041)
-
@galitsyn-oracle (1012)
-
@corso75 (545)
-
@alexander-rudnev (405)
-
@dgrigor7 (269)
-
@paulsonx (229)
-
@filbo (189)
-
@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)
-
@thedisbo1125 (1)
Recent Commits
-
Alexander Eichner (26 Jul 26)
include/VBox/GuestHost/clipboard-helper.c: Doxygen svn:sync-xref-src-repo-rev: r174620
-
Alexander Eichner (26 Jul 26)
include/iprt/string.h: Fix for r174603 (uninitialized off variable) svn:sync-xref-src-repo-rev: r174619
-
Knut St. Osmundsen (25 Jul 26)
Shared Clipboard: Dealt with ShClHlpUtf16CRLFLenUtf8 (it's now ShClHlpUtf16CRLFToLFLen) and introduced ShClHlpConvUtf16CRLFToUtf8LFA as a replacement for ShClHlpConvUtf16CRLFToUtf8LF. Added RTStrPutCpRetLen & RTStrPutCpRetLenInternal to IPRT. bugref:10194 svn:sync-xref-src-repo-rev: r174607
-
Knut St. Osmundsen (25 Jul 26)
Shared Clipboard: ShClHlpUtf16CRLFLenUtf8 doesn't seem to do what it says it does (counting UTF-8 bytes), nor what anyone calling it thinks it does (counting UTF-16 length with CR removed from CRLF). bugref:10194 svn:sync-xref-src-repo-rev: r174606
-
Knut St. Osmundsen (24 Jul 26)
Shared Clipboard: More MIME type & clipboard converter helpers cleanups. bugref:10194 svn:sync-xref-src-repo-rev: r174605
-
Knut St. Osmundsen (24 Jul 26)
Shared Clipboard: Fixed sign extension bug in latin-1 to VBox/UTF-16 clipboard conversion code and made it apply the same EOL conversion as the UTF-8 variant. bugref:10194 svn:sync-xref-src-repo-rev: r174604
-
Knut St. Osmundsen (24 Jul 26)
Shared Clipboard,IPRT: More flexible MIME type matching in the converter code. Added RTStrOffNextCharOrTerm, RTStrOffChar and RTStrNOffChar as inline functions in iprt/string.h. bugref:10194 svn:sync-xref-src-repo-rev: r174603
-
Alexander Eichner (24 Jul 26)
ValidationKit/bootsectors/bs3-apic-1: Implement IPI benchmark svn:sync-xref-src-repo-rev: r174602
-
Alexander Eichner (24 Jul 26)
ValidationKit/bootsectors/bs3-memalloc-1.c64: Revert r166682 which broke benchmarking the 2nd and 3rd access rounds, while cErrors is not used CheckTouchMemory() has side effects svn:sync-xref-src-repo-rev: r174601
-
Knut St. Osmundsen (24 Jul 26)
Shared Clipboard: Don't think we can implement file transfers by simply passing text/uri-list thru to the host and vice versa... bugref:10194 svn:sync-xref-src-repo-rev: r174600
-
Knut St. Osmundsen (24 Jul 26)
Shared Clipboard,IPRT: Working thru the MIME converter code, adding some minimal testing and started fixing the issues. Added RTStrLenAndValidateEncoding & RTUtf16LenAndValidateEncoding. bugref:10194 svn:sync-xref-src-repo-rev: r174599
-
Serkan Bayraktar (23 Jul 26)
FE/Qt: bugref:11125 Show settings page if import API passes a warning to GUI. Relevant only in expert mode. svn:sync-xref-src-repo-rev: r174598
-
Knut St. Osmundsen (23 Jul 26)
Shared Clipboard: Working thru the MIME converter code, adding some minimal testing and started fixing the issues. bugref:10194 svn:sync-xref-src-repo-rev: r174597
-
Knut St. Osmundsen (23 Jul 26)
Shared Clipboard: Working thru the MIME converter code, adding some minimal testing and started fixing the issues. [build fix] bugref:10194 svn:sync-xref-src-repo-rev: r174596
-
Knut St. Osmundsen (23 Jul 26)
Shared Clipboard: Working thru the MIME converter code, adding some minimal testing and started fixing the issues. bugref:10194 svn:sync-xref-src-repo-rev: r174595
-
Knut St. Osmundsen (23 Jul 26)
Shared Clipboard: Fixed hungarian spelling. bugref:10194 svn:sync-xref-src-repo-rev: r174594
-
Alexander Eichner (23 Jul 26)
ValidationKit/bootsectors/bs3-apic-1: Updates to the testcase svn:sync-xref-src-repo-rev: r174593
-
Alexander Eichner (23 Jul 26)
doc/VBox-doc.c: Fix typo svn:sync-xref-src-repo-rev: r174592
-
Knut St. Osmundsen (22 Jul 26)
Shared Clipboard: Fixed leak in ShClWinTransferDropFilesToStringList. bugref:10194 svn:sync-xref-src-repo-rev: r174591
-
Alexander Eichner (22 Jul 26)
ValidationKit/bootsectors/bs3-apic-1: Some updates to the testcase svn:sync-xref-src-repo-rev: r174589
-
Knut St. Osmundsen (22 Jul 26)
VBoxClient: Addressed todo in vbclHostInputFocusMonitorThread. bugref:10194 svn:sync-xref-src-repo-rev: r174588
-
Knut St. Osmundsen (22 Jul 26)
VBoxDRMClient: Added todos, some fixing and cleaning up. bugref:10194 svn:sync-xref-src-repo-rev: r174587
-
Knut St. Osmundsen (22 Jul 26)
VBoxClient: nits. bugref:10194 svn:sync-xref-src-repo-rev: r174586
-
Knut St. Osmundsen (21 Jul 26)
VBoxClient: Moved the three prototypes in clipboard-x11.h into clipboard.h, and eliminated the unnecessary header file. It wasn't even included by the clipboard-x11.cpp that implemented the three functions. bugref:10194 svn:sync-xref-src-repo-rev: r174585
-
Knut St. Osmundsen (21 Jul 26)
VBoxClient: Eliminated the RTDECL non-sense. [build fix] bugref:10194 svn:sync-xref-src-repo-rev: r174584
-
Knut St. Osmundsen (21 Jul 26)
VBoxClient: Eliminated the RTDECL non-sense. [build fix] bugref:10194 svn:sync-xref-src-repo-rev: r174583
-
Knut St. Osmundsen (21 Jul 26)
VBoxClient: Eliminated the RTDECL non-sense. bugref:10194 svn:sync-xref-src-repo-rev: r174582
-
Knut St. Osmundsen (21 Jul 26)
VBoxClient: nits. bugref:10194 svn:sync-xref-src-repo-rev: r174581
-
Knut St. Osmundsen (21 Jul 26)
VBoxClient: Disabled the --wayland service, since it is no longer used. Keeping the code around till drag&drop code shows up and is tackled. bugref:10194 svn:sync-xref-src-repo-rev: r174580
-
Knut St. Osmundsen (21 Jul 26)
Add/linux/x11: Drop vboxwl from the installer and stop building it, its basic functionality is now part of VBoxClient. bugref:10194 svn:sync-xref-src-repo-rev: r174579
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
Change History
- Amended (github) #608
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!