07.02.2015 Views

The Art of Reversing by Ap0x - Tutoriali.org

The Art of Reversing by Ap0x - Tutoriali.org

The Art of Reversing by Ap0x - Tutoriali.org

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

#include <br />

using namespace std;<br />

int main (int argc, char *argv[])<br />

{<br />

int eax;<br />

// Definisi celobrojnu promenljivu<br />

int ecx;<br />

// Definisi celobrojnu promenljivu<br />

int edx;<br />

// Definisi celobrojnu promenljivu<br />

printf("Unesite bazu trougla: ");<br />

cin >> eax;<br />

// Unesi EAX iz konzole<br />

printf("Unesite visinu: ");<br />

cin >> ecx;<br />

// Unesi ECX iz konzole<br />

edx = 0; // EDX = 0<br />

eax = eax * ecx; // EAX = EAX * ECX<br />

ecx = 2; // ECX = 2<br />

eax = eax / ecx; // EAX = EAX / ECX<br />

if(eax

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!