I google'd a bit and read http://en.wikipedia.org/wiki/Portable_Executable but i can't seem to find when the Import adress table addresses are written. Does it happen on compilation? Or when the executable is ran?
...
I want to make an application in c or c++ which have to monitor some specific processes. Kindly guide me how I can make it possible in c.
...
How can I use ssh & scp from the Windows cmd.exe? I remember I installed a program in the past that let me do this but can't remember now what it was. (I don't mean putty)
...
I want to disable keyboard when my program Run, means that no one can use alt+F4 etc. How I can make it possible using c in window OS.
...
Hi,
I am parsing log messages about changes to user accounts on a windows system.
I want to notify the user about the changes so I need to retrieve their personal
information (First,Last, E-Mail) from Active Directory.
I already found a way to retrieve the username but that is only via WMI and not ADSI:
Function FindUser(Message)
...
I am (trying) to make a simple IRC client in python (as kind of a project while I learn the language).
I have a loop that I use to receive and parse what the IRC server sends me, but if I use raw_input to input stuff, it stops the loop dead in its tracks until I input something (obviously).
How can I input something without the loop sto...
Hi,
I have a security question about integrated windows authentication.
Let say we are using .net remoting hosted in iis.
The system uses integrated windows authentication.
What if some client manages to clone the OS to other PC or just clone the user to other PC.
(Other PC whit the same username and same password hash)
Then also the...
I built a windows service on my local machine. when I install and run it locally it works perfectly fine. When I try to move it to my production machine I get a null reference exception error.
I've created an installation package that also works perfectly fine on my machine, but when i run it on the production machine the service stil...
I have several windows machines identified by ip address. I would like to write an application that query the computers remotely and gets their name. I cannot rely on DNS because it does not provide exact results.
I heard that there is a NetBIOS API that can be used, but I am not familiar with this API.
...
Why do some processes started at the command line on my Windows machine block/buffer their entire output if it is redirected and others not?
Example: tracert does not block/buffer output as it is written. If one executes:
tracert ponyoverflow.com > output.txt
...the output.txt file grows over time. This is completely how I would ...
Hi all,
Multiple part question on running gvim on windows xp.
I have a _vimrc file that does not want to take either one of my guifont settings below:
set guifont=Monospace:h8
set gfn=Monospace:h8
I do not have a _gvimrc file, as it seems to take all the other settings I have told it to take. Do I really need a _gvimrc configuration ...
I have read Branching / Tagging twice now. I cannot seem to grasp this idea. I want to have a a good understanding of branching, to prevent errors to the main line.
Since I am a visual learner, can anybody diagram the concept of SVN Branching? Or is it possible in plain English to describes the concepts?
lets say i have 3 developers...
Why gives the following Windows 7 .cmd command script:
set SUN_JAVA_HOME=C:\Program Files (x86)\Java\jdk1.6.0_17
if 3==3 (
set JAVA_HOME=%SUN_JAVA_HOME%
)
echo ready
The following error message instead of printing "ready"
\Java\jdk1.6.0_17 was unexpected at this time.
The error message disapears, if I remove the "(x86)" in the pa...
I have found SocketSniff to be very useful for troubleshooting network applications (like web browsers, email clients, etc). It can sniff wireless and loopback traffic without using a proxy or WinPCap. It will show you only the traffic from the executable you select, which is exactly what I need.
I would love to build and extend a sim...
Is there an equivalent command on windows for the UNIX/Linux sync command? I need to verify all writes caches have been flushed to disk system wide on an as needed basis. I don't want to disable write caching on the hard drives.
...
Hi!
I want to create an application, where i can set, what prefix or suffix i want to send to the Barcode reader. The barcode reader may connect to the PC with USB or RS-232 ports. I mean if i have a barcode like "4567", and i set in my application that it should send a prefix like "123" to the barcode scanner, than if i read my barcode...
I have a script that is supposed to sit there, happily running in a command window, spewing out data... but I want the window to close automatically when the script finishes or crashes. The script is auto-restarted by other processes and I don't want my processing machines to become polluted with unused terminals.
In a pinch, I have co...
Is there a way to make the parent control draw over the children controls when it is invalidated?
...
Hello everyone,
I am totally new to math/numerical analysis programming and I was looking all over the internet to find appropriate libraries.
What I stumbled upon are CLAPACK, Boost::uBLAS, ATLAS. I need to solve SLEs (system of linear equations) so I guess BLAS itself would not be sufficient without some implementation of LAPACK.
No...
I'm running Windows 7 with UAC enabled. I've always found it weird that Eclipse doesn't use an installer and doesn't use the AppData folder to store its data in Windows, but lately I've had to reinstall it a couple times (hard drive problems) and I've been wondering if I am really putting it in the best place.
I copy the eclipse folder ...