hentei 0 Newbie Poster

The addres stored in ebx is the addres of the system function in the msvcrt.dll library. But this code doesnt work, when i try debbuging it, at the call it says that the addres is unreadable. What is wrong?
Sorry for my english and also for my question if its too silly.

section .data

	command: db "cmd"

section .text

	global main

   main:
	
	push command
	mov ebx,0x77bf93c7
	call ebx
	add esp,4
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.