Log in

View Full Version : where can i find tutorial for ida pseudo code


alim2201
March 13th, 2010, 03:02
where can i find tutorial for ida pseudo code
and
can i convert pseudo code to delphi
where can i find ida deassembly taturial
thanks
alim2201

Neitsa
March 13th, 2010, 17:03
Hi,

Quote:
[Originally Posted by alim2201;85632]where can i find tutorial for ida pseudo code


If by "ida pseudo code", you mean IDC script language, you can find a good approach on the IDA pro book( namely "The IDA Pro Book: The Unofficial Guide to the World's Most Popular Disassembler" and with the magical F1 key.

Frankly, the doc is quite a bit harsh at first sight but once you get accustomed to it, it is really good.

You may also check the IDA palace, which is a really good site (notably the IDA plug-in how-to which helped me a lot): http://old.idapalace.net/


Quote:

can i convert pseudo code to delphi




Quote:

where can i find ida deassembly tutorial


May I suggest a Firefox spelling plug-in first ? (honestly, I use it for English and even my mother tongue).

If you want to learn how to use IDA, then just use it and do a lot of manual reading. If you want to understand what does the output of IDA means, then just learn the assembly language flavor that IDA outputs (x86, ARM or whatever) and learn about binary file format (PE and ELF are must have).

edit:

It comes to my mind that by "pseudo code" you may think about assembly language (which is not pseudo-code). Check the AOA for x86 asm:

http://webster.cs.ucr.edu/AoA/DOS/AoADosIndex.html

you may skip chapters about interruptions and bios routines which aren't used anymore on 32/64 bit world (at least on user mode).

Converting assembly to a HLL is a hard process, especially if you don't know assembly, but it's doable.

alim2201
April 5th, 2010, 17:36
ART OF ASSEMBLY CODE TUTORIAL WORK WITH WHICH ASSEMBLY PROGRAMMING
MASM32
FASM
TASM
AND
OTHER
WHICH ONE
THANKS

Silkut
April 9th, 2010, 14:51
OHAI I THINK THERE IS SOMETHING WRONG WITH YOUR KEYBOARD.

Please edit your message and avoid capslock when unnecessary, it won't make anyone reply faster but to warn you..