VirtualBox

virtualbox.org
VirtualBox

Open 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.

Open Source

VirtualBox Source Code

Author

VirtualBox

Description

Source code for Oracle VirtualBox

#emulation#networking#virtual-machine#virtualbox#virtualization#vm

Homepage

https://www.virtualbox.org/

License

GPL-3.0

Created

16 May 25

Last Updated

18 Jun 26

Primary Language

C

Size

1,383,414 KB

Stars

1,238

Forks

172

Watchers

1,238

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Knut St. Osmundsen (18 Jun 26)

    GuestHost/SharedClipboard: comment typo svn:sync-xref-src-repo-rev: r174257

  • Andreas Loeffler (18 Jun 26)

    ValidationKit/testdriver/vbox.py: Older guest images (i.e. tst-win8-64) have TxS installed which only support server mode (i.e. host connects to the guest TxS w/ NAT port forwarding required). If port forwarding is not configured / available, we expect to run in TxS "reversed mode" which makes the guest connect to the host instead. When rebooting the guest after TxS eventually got updated thru the Validation Kit .ISO we might still reach the old TXS instance before the reboot has actually taken effect. So retry until the TxS UUID changes or the overall timeout expires. svn:sync-xref-src-repo-rev: r174256

  • Andreas Loeffler (18 Jun 26)

    ValidationKit/tdAddGuestCtrl: Increased timeout to 5 minutes while waiting for verbose logging to be written to the registry thru TxS. Hopefully will help slow testboxes not failing. Removed unused var. svn:sync-xref-src-repo-rev: r174255

  • Andreas Loeffler (18 Jun 26)

    ValidationKit/testdriver/vbox.py: Resolved a @todo and improved diagnostics for txsCdWait() failures. Should help diagnosing waiting for CD problems on some test boxes. svn:sync-xref-src-repo-rev: r174254

  • Andreas Loeffler (18 Jun 26)

    Shared Clipboard/Main: Cleaned up GuestShCl::hgcmDispatcher() by splitting out code into own functions for better readability and structure. bugref:4697 svn:sync-xref-src-repo-rev: r174253

  • Andreas Loeffler (18 Jun 26)

    Shared Clipboard/Host Service: Moved more client-scoped code into its own module for better separation. Fixed function naming typo. bugref:4697 svn:sync-xref-src-repo-rev: r174252

  • Andreas Loeffler (18 Jun 26)

    Shared Clipboard/Host Service: Moved host-scoped code into its own module for better separation. bugref:4697 svn:sync-xref-src-repo-rev: r174251

  • Andreas Loeffler (18 Jun 26)

    Shared Clipboard/Host Service: Moved more functions into VBoxSharedClipboardSvc-client.cpp. bugref:4697 svn:sync-xref-src-repo-rev: r174250

  • Andreas Loeffler (18 Jun 26)

    Shared Clipboard/Host Service: More renaming to match the rest. bugref:4697 svn:sync-xref-src-repo-rev: r174249

  • Andreas Loeffler (18 Jun 26)

    Shared Clipboard/Host Service: Moved backend- and extension-specific code into its own module for better separation. bugref:4697 svn:sync-xref-src-repo-rev: r174248

  • Andreas Loeffler (18 Jun 26)

    Shared Clipboard/Host Service: Moved some internal transfer code into its own module. No architectural changes. bugref:4697 svn:sync-xref-src-repo-rev: r174247

  • Andreas Loeffler (18 Jun 26)

    Shared Clipboard/Host Service: Moved globals lingering around at various places into a new SHCLSERVICE instance struct, created a new module VBoxSharedClipboardSvc-client.cpp which holds all the service client code for a cleaner abstraction. No architectural changes [SVN props]. bugref:4697 svn:sync-xref-src-repo-rev: r174246

  • Andreas Loeffler (18 Jun 26)

    Shared Clipboard/Host Service: Moved globals lingering around at various places into a new SHCLSERVICE instance struct, created a new module VBoxSharedClipboardSvc-client.cpp which holds all the service client code for a cleaner abstraction. No architectural changes. bugref:4697 svn:sync-xref-src-repo-rev: r174245

  • Alexander Eichner (18 Jun 26)

    Devices/Bus/DevPciVfio.cpp: Allow the PCIe next capability pointer to point backwards, bugref:11054 svn:sync-xref-src-repo-rev: r174244

  • Andreas Loeffler (18 Jun 26)

    Shared Folder/tstSharedFolderService.cppp: Fixed testcases required for r174105: testRTPathQueryInfoEx() now needs to return a plausible object type because vbsfCreate() now validates whether paths are regular files or directories before opening them. bugref:11091 svn:sync-xref-src-repo-rev: r174242

  • Alexander Eichner (18 Jun 26)

    Devices/EFI/Firmware: Enable PCIe resizable BAR support and disable moving 64-bit BARs to the 32-bit MMIO window if an option ROM is present, bugref:11054 svn:sync-xref-src-repo-rev: r174241

  • Knut St. Osmundsen (17 Jun 26)

    VBoxClient: Use RTTHREADFLAGS_USER_SIGNAL_ON_TERM with the service thread as well. bugref:10194 svn:sync-xref-src-repo-rev: r174240

  • Knut St. Osmundsen (17 Jun 26)

    VBoxClient: Refactored vbcl_wayland_session_join into two functions. Since all but two vbcl_wayland_session_join() callbacks checks for a single VBCL_WL_CLIPBOARD_SESSION_TYPE_XXX value, it is a lot more economical to do that check in one place (VBClWaylandSessionJoin). Renamed the existing join function to VBClWaylandSessionJoinAnyType. [doxygen fixes] bugref:10194 svn:sync-xref-src-repo-rev: r174239

  • Knut St. Osmundsen (17 Jun 26)

    SharedClipboard: Fixed load of irresponsible use of ShClFormatsToStrA. We don't care if it has an alloc failure when used in logging! svn:sync-xref-src-repo-rev: r174238

  • Knut St. Osmundsen (17 Jun 26)

    VBox/GuestHost/SharedClipboard.h: More leading underscores and some doxygen stuff. svn:sync-xref-src-repo-rev: r174237

  • Knut St. Osmundsen (17 Jun 26)

    GuestHost/SharedClipboard: s/ShClX11Destroy/ShClX11Term/; s/ShClCacheDestroy/ShClCacheTerm/ svn:sync-xref-src-repo-rev: r174236

  • Knut St. Osmundsen (17 Jun 26)

    GuestHost/SharedClipboard: s/ShClPayloadInit/ShClPayloadCreate/; s/ShClPayloadAlloc/ShClPayloadCreateDupData/; s/ShClPayloadFree/ShClPayloadDestroy/; svn:sync-xref-src-repo-rev: r174235

  • Knut St. Osmundsen (17 Jun 26)

    GuestHost/SharedClipboard: s/ShClEventSourceCreate/ShClEventSourceInit/; s/ShClEventSourceDestroy/ShClEventSourceTerm/; (Create/Destroy is not used with pre-allocated structures, but returns newly allocated instances that are freed at destruction). [fix] svn:sync-xref-src-repo-rev: r174234

  • Knut St. Osmundsen (17 Jun 26)

    GuestHost/SharedClipboard: s/ShClEventSourceCreate/ShClEventSourceInit/; s/ShClEventSourceDestroy/ShClEventSourceTerm/; (Create/Destroy is not used with pre-allocated structures, but returns newly allocated instances that are freed at destruction). svn:sync-xref-src-repo-rev: r174233

  • Knut St. Osmundsen (17 Jun 26)

    VBox/GuestHost/SharedClipboard-x11.h: no leading underscores. svn:sync-xref-src-repo-rev: r174232

  • Andreas Loeffler (17 Jun 26)

    Shared Clipboard/Main: ​Removed VBoxSharedClipoardSvc-x11-stubs.cpp (not needed anymore). bugref:4697 svn:sync-xref-src-repo-rev: r174231

  • Andreas Loeffler (17 Jun 26)

    doc/iuml: Added a Makefile.kmk to (re-)generate the rendered .png files [SCM fix]. svn:sync-xref-src-repo-rev: r174230

  • Andreas Loeffler (17 Jun 26)

    Shared Clipboard: ​Added IClipboard::createFormat() and IClipboard::createItem(). Updated docs. bugref:4697 svn:sync-xref-src-repo-rev: r174229

  • Andreas Loeffler (17 Jun 26)

    doc/iuml: Added a Makefile.kmk to (re-)generate the rendered .png files. svn:sync-xref-src-repo-rev: r174228

  • Andreas Loeffler (17 Jun 26)

    doc/iuml: Fixed include paths for guestctrl_ diagrams. svn:sync-xref-src-repo-rev: r174227

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 BE
  • US US
  • ES 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

Website preview

VirtualBox Reviews

More Virtual Machines

About the Data: VirtualBox

Change History

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!

View Virtual Machines (3)