Computer Science, asked by DSTAR9329, 1 year ago

How to overcome x86 virtualization problem?

Answers

Answered by D33PANWAR1
0
Is there any website for visualizing x86 assembly code execution?

Answer

2

Follow

Request

More

Promoted by Commonlounge

 

Want to learn machine learning in 2 weeks for free?

25 crisp tutorials on regression, clustering algorithms, deep learning and other topics.

Start Now

2 ANSWERS



Joey Kim, Programs in 7 different programming languages

Answered Oct 4

There’s Assembly x86 Emulator, which lets you write (basic) x86 code and execute it. Many of the instructions are missing, and a lot of the documentation is written in Portugese, which is good for Portugese speakers, I guess.

There’s a nice little colorful interface, called visulator, and while you can’t modify any of the code, it’s still a nice little tool.

If you want view the control flow graphs, disassembler.io is your best bet, since it uses IDA as a backend.

There are several JavaScript x86 emulators, listed Emulators written in JavaScript. If you want, you can probably hack these emulators and get a step-by-step trace.

Similar questions