Security
Security is the condition of being protected against danger or loss.
Language
Any
Platform
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
: 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...
: hello,
: im doin a project with AT89C52.i got the project frm my seniors &
: i've done some changes to it, i need timer.h & lcd.h to make it
: run.. plz help me get the above library files or...
Check the task manager for any wierd CPU or memory usage spikes?
Perhaps you run out of memory? Due to too many open sessions for example.
Tore Nestenius
/WEBMASTER Programmers Heaven
I am new to this type of programming (working directly with the datagrid)
and I'm hoping someone has the answer. I have and application the data is
entered by way of Textboxes where all the text...
thanks to both...
i also had those intel papers...
my task is actually to write a program to auto insert some codes into the binary so i have to know where to insert...hopefully not by parsing...
here's the scenario - i've got a program that opens an encrypted archive to validate passwords (and write new passwords) using a password that is hard-coded into executable. i know quite a bit about...
Hi,
I want to populate some data from Access database in a table, but I don't know how to make the table cell content clickable. See my code below:
Dim strConnection As String =...
: : : : I think the Crenshaw tutorials http://compilers.iecc.com/crenshaw/ would be a good start. They will show you some of the complexity of a compiler.
: : : :
: : : : If you keep it simple it...
Sorry - got the error figured out. Simple declaration of wrong datatype initially. But, now that it works through the variable setting, it doesn't redirect me (as a member of the Admin role) to the...
well, have a look at my reply to strober about new nano-technologies.
New concepts will necessary have to be considered.
Well, discussion is open!!
Angeltpp
: : : Hi!
: : :
: : : Let's...
: : Hi!
: :
: : Let's say that we have a hardware based on x86 for example but nothing else.
: :
: : Then how to start?
: :
: : how to implement a compiler, a text editor.....?
: :
:...
: Hi!
:
: Let's say that we have a hardware based on x86 for example but nothing else.
:
: Then how to start?
:
: how to implement a compiler, a text editor.....?
:
: I would be...
e5117204@tees.ac.uk
Regards,
DrM
: Dear john,
: my problem is i don't know anything about this.suppose my date column no is 6.when user type data in perticular cell how to track it.i tried using .celltext, . value ,.cellvalue ,...
This message was edited by trilha4x4 at 2004-4-7 10:18:12
Hi...
I need some informations about my server: processor temperature, cooler speed and maybe voltage...
And I need know how...
Hello,
Any one having any idea how win2000 and linux handle deadlocks, what CPU scheduling algo they use, how processes and IO is handled. And what security features they offer. Please let me know...
so then correct me if I am wrong?
If I want to reverse engineer something I will be reading real x86 assembly
hence right to left mov instruction
mov dest, source
if I program in hla then I...