bits 32

;
; Returns the current process identifier in eax
;
get_current_process:
	mov  eax, [0xffdff124]
	mov  eax, [eax + 0x44]
