User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 426,390 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,303 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 13 of 13
Search took 0.07 seconds.
Posts Made By: thandermax
Forum: Assembly Jul 12th, 2006
Replies: 3
Views: 1,758
Posted By thandermax
Re: Displaying numeric data

Separation code you need to develop .

It's easy, just mask the upper nibble(4 bit) and get lower nibble .
mask the lower nibble and shift 4 times to left and get the upper nibble.


AND the data...
Forum: Assembly Jul 12th, 2006
Replies: 3
Views: 1,758
Posted By thandermax
Re: Displaying numeric data

Var contains data which will be evaluated as ASCII , but as 4 is in deciaml it will be evaluated as ASCII value 4 , which is a nonprintable chracter.


You need to convert 4 to ASCII "4" . To...
Forum: VB.NET Jul 12th, 2006
Replies: 3
Views: 10,895
Posted By thandermax
Re: VB. NET telnet client

WHAT RESPONSE IT GIVES (i.e. server ) ?

Can u give me ?
Forum: Assembly Jul 12th, 2006
Replies: 4
Views: 1,922
Posted By thandermax
Re: Segmentation fault || Istruction OUT

No , You Need To Code A Driver / Kernel Moddule To
Forum: Assembly Jul 11th, 2006
Replies: 4
Views: 2,972
Posted By thandermax
Re: hardware interrupt hangs

DOS uses a internal DTA buffer to do it's internal disk access job.
Also u shold not interrupt the DOS in the middle of some work.. As DOS in nonreentrant.

U shold check the status of DOS BUSY FLAG...
Forum: Assembly Jul 11th, 2006
Replies: 10
Views: 6,177
Posted By thandermax
Re: com vs. exe

Actual EXE MZ header...

START(hex) OFFSETS(dec) DISCRIPTIONS
00 00 Always 4D 5A. Marks this file as an .EXE file
*02 02 Remainder after dividing load module's size by 512
*04 04 Size of file in 512...
Forum: Assembly Jul 11th, 2006
Replies: 10
Views: 6,177
Posted By thandermax
Re: com vs. exe

Com structure :=>

jump here

data1 db ?
data2 db ?
.
.
.
.
Forum: Assembly Jul 11th, 2006
Replies: 4
Views: 1,922
Posted By thandermax
Re: Segmentation fault || Istruction OUT

Linux runs in 32bit protected mode whre all ports are blocked .

The code u r showing will only gonna work in real mode (i.e. 16 bit , MsDos style).

If you really need to execute in/out instruction...
Forum: C Jul 11th, 2006
Replies: 5
Views: 1,461
Posted By thandermax
Re: what is pointer to function ???

Mainly used in TSR programming in old days , where old IVT vector function 's address is stored as a pointer to a function.
Forum: C Jul 11th, 2006
Replies: 4
Views: 4,082
Posted By thandermax
Re: DLL injection

Just do a while(1) loop and inside read all running prosesses by using PSAPI . CreateToolhelpSnapshot(..) as far i can remember .

Next do a CreateRemoteThread for all process (you need to have...
Forum: VB.NET Jul 11th, 2006
Replies: 3
Views: 10,895
Posted By thandermax
Re: VB. NET telnet client

You need to learn how to write network programming using Socket .

Use the socket to connect to a host by ip or resolve the ip by DNS search , and to the port 23.

Upon connect you need to parse the...
Forum: VB.NET Jul 11th, 2006
Replies: 2
Views: 1,495
Posted By thandermax
Re: Windows Socket Issue

You r tring to write a GUI programming but using Console output .

Please change the Console.**** to something else in GUI
Forum: PHP Jun 18th, 2005
Replies: 2
Views: 2,320
Posted By thandermax
Help How to test PHP code in offline in Linux + Apache 2

Dear all members,

I have a problem . As i use dial up network as a mean to get to the internet it is some times costly to upload my code to internet and then test . As i am learning PHP recently ,...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 1:08 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC