Similar Topics
Keywords :
Assembly- [ebook] The Art Of Assembly Code
- (0)
- Yahoo! Protocol: Part 16 - Assembly Analysis
- (0)
Overview To truly understand why a booter or any other types of exploits function, an
investigator must have a look at the program’s source code. In the case of Yahoo! Messenger which is
a closed source program, I am forced to dive into the dark and sometimes mystical realm of assembly
debugging. By exploring the Yahoo! Messenger assembly code and the machine state at the time of a
crash I can reveal why, on the machine level, how a booter works. Perhaps more importantly, is it
possible to run arbitrary code from a remote attack. Tools In order to explore the asse...
VESA Programming
- Assembly (1)
For months now I have been trying t o do assembly programming in SVGA. I am doing 16 bit assembly,
not 32 bit , so I do not have an API to use. I have been to the VESA page and downloaded their
standards. But when entering a lot of the video modes, The screen goes into power saving mode. Any
help on resolving this issue would be helpful. And it is a problem with every computer I try it on,
so it is not a hardware problem....
Z80 Assembly
- programming games for the Ti-83+ (1)
Most highschool kids and some college have a TI-83(+) for math, so some of you may be interested in
this. Basically, there are 2 languages for the Ti-83+. Basic and z80 assembly. Basic is easier, but
asm is alot faster and more powerful. *note* With z80 assembly, you can make some realy awesome
calculator games. Actually, z80 assembly is almost identical to the language used to program the
gameboy. Anyways, Ticalc.org is a really cool site with thousands of games to download for the
Texas Instrument calculators. Maxcoderz is a great programming group for the TI-83(...
Looking for Assembly