Xbox One Hardware Specs Include 64 Bit Architecture, 8 GB of RAM

The new Xbox One home console from Microsoft is designed to increase the hardware power that developers and players can use and updates...

Kali Linux 64bit In VMware - Installation Walkthrough / How-to

The purpose of this video is to demonstrate a basic installation of Kali Linux from Offensive Security in a new Virtual Machine guest...

May 2013 Security Release ISO Image

This DVD5 ISO image file contains the security updates for Windows released on Windows Update on May 14, 2013. The image does not...

New boot firmware a step toward 64-bit Windows RT

A standards organization has created a boot environment for tablets and PCs that could potentially run a 64-bit version of Windows RT.

New boot firmware a step toward 64-bit Windows RT

A standards organization has created a boot environment for tablets and PCs that could potentially run a 64-bit version of Windows RT.

How to Install VMware vSphere vCenter Server 5.1.0b on Windows Server 2003 R2 X64 SP2

In this video we will install VMware vSphere vCenter Server 5.1.0b using the Simple Install method on Windows Server 2003 R2 X64 SP2

x64 Assembly and C++ Tutorial 61: AVX Negate 128bpp Image

Big thank you to all who've sent in Imogen plugins, they're excellent, Keep em' coming folks! This tutorial we'll look at some of the...

x64 Assembly and C++ Tutorial 60: C++ Negate 128bpp Image

In this tute we'll look at coding a C++ algorithm to negate a 128bpp image. This will be a benchmark to beat for the ASM versions we'll...

Kali Linux 64bit In VMware - Installation Walkthrough / How-to

The purpose of this video is to demonstrate a basic installation of Kali Linux from Offensive Security in a new Virtual Machine guest...

Installing the Java Plugin for 64bit Firefox on CentOS 6.4

Today, I had to install the Java plugin for 64bit Firefox on CentOS 6.4. The procedure wasn’t too bad, but it wasn’t exactly...

Linux x64 Assembly Tutorial 4: Passing Parameters and Coding

In this tute we'll get to coding some little ASM algorithms. First we have to look at how parameters will be passed from C++.

Linux x64 Assembly Tutorial 2: Bits, Bytes and Registers

Today we'll look at integer data types, bits, bytes, words and all that. We'll also look at the general purpose register set. I didn't...

learn

Start64!In this tute we'll get to coding some little ASM algorithms. First we have to look at how parameters will be passed from C++.

Start64!Today we'll look at integer data types, bits, bytes, words and all that. We'll also look at the general purpose register set. I didn't really mention it in the tute but the suffixes for AT&T that match the register sizes are (using RAX as the example register):

Start64!Big thank you to all who've sent in Imogen plugins, they're excellent, Keep em' coming folks! This tutorial we'll look at some of the 256 bit SIMD, AVX instructions briefly then code the negate algorithm from last tute using them.

Start64!Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. It is being used in planetarium projectors. Just set your coordinates and go.

Start64!In this tute we'll look at coding a C++ algorithm to negate a 128bpp image. This will be a benchmark to beat for the ASM versions we'll code next. Most of this tutorial is about interacting with .Net 4.5 from native code.

Start64!In this tutorial we're looking a little at what an Assembly language is and why anybody would bother with it. I've also decided to include information about AT&T syntax in this series, so at the end I've coded the same example as last time only I've used the GAS assembler with AT&T syntax.

Start64!With people eyeing new Windows 8 and Mountain Lion powered computers, the question of how much RAM a modern system needs is hitting my inbox with increased frequency. Here is my definitive guide to how much RAM you need.

Start64!A short video showing how to import a virtual machine/appliance in virtual box. Also shows what the errors you receive if virtualization is not enabled in your computers bios

Start64!This tutorial shows how to install windows 8 64-bit from the install cd onto a samsung 7 series laptop. I describe how then install drivers, office preview, and then create a refresh image. It is my recommendation when running windows 8 to use a microsoft outlook email address. It works better with all microsoft products and is becoming better than gmail. If you don't have one, make one.

Start64!This tutorial is a remake of the first Windows C++ and ASM tutorial only I'm using Ubuntu. I'm in Ubuntu 12.10 here with G++ and NASM. For a text editor I'm a big fan of the ultra minimalist Nano. We'll probably have to shift to something a little heavier weight eventually.

Start64!The inserting and extracting instructions are mostly from SSE 4.1 (the PINSRW and PEXTRW are from SSE2). They can move any element from an SSE register to an x86 register (extract) or move an x86 register's value to any element in an SSE register.

Start64!I install Windows 8 Professional 64-bit and go over some of the features including the new Windows Update.

Start64!Today we'll look at three instructions, MOVMSKPS, MOVMSKPD and PMOVMSKB. They move the signs of elements in SSE registers into an x86 register. They are especially useful after the SIMD comparison instructions.

Start64!All of the disassembly I'll show you is from Visual Studio 2012 Express. Comments I make about MSVC are referring to that version as well. If you're following along at home with 2010, you won't see any differences with the compilation of my example code.

Start64!This pure C# program parses the almost-ML64-compatible x64 assembly-language listing generated by Microsoft Visual C++ 2010 (when configured to produce x64 assembly-language listing files), and forms corresponding x64 CPU byte code, and executes that byte code in a new thread. This dynamic generation and execution of x64 CPU byte code is similar to what the .NET Common Language Runtime (CLR) does during the Just-In-Time (JIT) compiling process and subsequent execution.

   eXTReMe Tracker