Security
Security is the condition of being protected against danger or loss.
Language
Assembly
Remove
Platform
Any
License
Any
hi every one
Could you introduce a 'assembler' & a 'disassembler' for 'assembly language' which is coded by 'assembly language'?(Intel syntax is preferred)
Cheers
Hi there !!!!!!
Can U Pls get me through this problem..
I m trying to compile the program on BORLAND 5.02 platform & TASM 5.0 compiler as required.
The notepad file as an attachment contains...
Download Volumes 2A and 2B from here:
http://www.intel.com/products/processor/manuals/
All opcodes are inside, specifically read about how opcodes are formed (Mod/R/M and so on...)...
: So, you're not actually writing BIOS code -- you're just wanting to
: look at some of the data that the BIOS has already stored.
No, not exactly. I am modifying an existing local module for...
:
: It's a compiler actually... And I think it's the coolest compiler
: ever thought of, but that's just my opinion, I think everyone else
: will think it sucks...
:
: I just managed to make...
Hi!
Could anyone send some DOS assembly example code for any kind of copy protection, please?
: : : A total newbie, how can I view the source code if I only have the .exe program?
: : :
: : You can see only Assembly code from that program. Use disassembler to view the code.
: :
: I...
: : A total newbie, how can I view the source code if I only have the .exe program?
: :
: You can see only Assembly code from that program. Use disassembler to view the code.
:
I can't see the...
: A total newbie, how can I view the source code if I only have the .exe program?
:
You can see only Assembly code from that program. Use disassembler to view the code.
Hi all,
I am having problem in opening any asp.net project, which has been developed on any other PC.
I took a project from my friend developed on his PC and it is not opening on my PC. I have...
debug test4.obj
: -u
: 0B92:0100 4C DEC SP
: 0B92:0101 01B60179 ADD ,SI
: 0B92:0105 4F DEC DI
: 0B92:0106 AF SCASW
: 0B92:0107 42...
debug test4.obj
-u
0B92:0100 4C DEC SP
0B92:0101 01B60179 ADD ,SI
0B92:0105 4F DEC DI
0B92:0106 AF SCASW
0B92:0107 42 INC DX...
I will post a link in the next day or two, ( got to find it on some backup CD's), also let me know if you get your pmode vesa interface working ;-).
\\\\||////
(@@)
ASHLEY4.
Batteries not...
: Real time programming with C# in Windows? That's about as far from real time as it gets :-)
Tell me about it. I've been programming for 2 years in assembly and this seems corny to me to use...
If your asking for a program that will break down an EXE file and create a flow chart from it...I don't think there is such a thing. If you know assembly you could use DEBUG.EXE (included with every...
: Decompile to what? If you are talking about getting the code back, that's quite impossible! At the most, you could get close to the functioning of the original code, but that's it. Ofcourse, it...
This message was edited by beginnerA at 2004-7-30 3:17:42
hi
How important is disassembling security patches so you can predict how hackers will try to get around the fix?
Just in case someone...
: This message was edited by beginnerA at 2004-7-29 15:41:49
: hi
:
: I know a little of C so Im not exactly a newbie to programming.
: Im thinking of learning assembly,mainly because people...
This message was edited by beginnerA at 2004-7-29 15:41:49
hi
I know a little of C so Im not exactly a newbie to programming.
Im thinking of learning assembly,mainly because people told me that...