[PDF] Virtualizing the Data Plane Through Source Code Merging www.cs.princeton.edu/~jrex/papers/presto08-eric.pdf File Format: PDF/Adobe Acrobat – Quick View by E Keller – 2008 – Cited by 18 – Related articles virtualized Linux kernel as the target platform, showing how we provided isolation between the customized data plane. Categories and Subject Descriptors … [PDF] Backtracking Intrusions www.cs.princeton.edu/courses/archive/…/backtracking-king05.pdf [...]
Archive for February, 2012
20 Feb
Capturing all the network traffic when a browser go to a website
My question: How to capture all the network traffic when a browser go to a website? I must say Chrome provide a very intuitive and easy-to-use interface: Right click on the browser to select “Inspect Element” and then select on “network”, and then followed by entering the URL (at the top) and click return. The [...]
20 Feb
Minimal Intel Architecture Boot Loader
http://download.intel.com/design/intarch/papers/323246.pdf
20 Feb
Debugging Google data services with Wireshark and socat | Ducksboard
http://blog.ducksboard.com/2011/03/debugging-google-data-services-with-wireshark-and-socat/
18 Feb
Illumos Startup Analysis/Debugging using VirtualBox
Illumos is the kernel underlying OpenIndiana OS, and its kernel images can be downloaded at: https://download.joyent.com/pub/iso/ Although OpenIndiana can be downloaded from: http://openindiana.org/download/ It will not be covered here. The present analysis will just analyze how Illumos kernel start itself up initially. (BTW, Illumos is a Opensource version of Opensolaris, which is no longer “open” [...]