Deviceiocontrol jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    13 deviceiocontrol jobs found, pricing in GBP

    I have a program I wrote in VB that uses WMI to get hard drive SMART errors. It works using WMI, but not reliably. I would like to get the SMART errors using DeviceIoControl instead. I have c++ code examples that can do this, but do not have the skills to even compile it. I uploaded a link to sample code. It needs to be a Windows 10 command line program that gets the SMART statuses and dumps the results to a text file. The text file can be csv, xml or whatever works easiest.

    £154 (Avg Bid)
    £154 Avg Bid
    9 bids

    I would need a windows kernel driver (.sys) _sou...structures are not known yet), i would like to have possibility to contact coder in future to update the code to work on Windows 10 for free or fair price. Requirements ; Process should be rendered hidden and un-detectable by Antivirus, task manager and OpenProcess() on it should fail. Should work on Windows 64bit( Windows 7 / 8 / (10)) Driver should receive message from usermode with DeviceIOControl with processid to be hidden. Deliverable ; Full source code for .sys driver coded in C, and also source code for .exe file to test functionality. Few Additional Information ; Document as much as possible each function Use object oriented coding Make code modular as possible Create a declaration of each function in a h...

    £217 (Avg Bid)
    £217 Avg Bid
    3 bids

    I would need a windows kernel driver (.sys) _sou...structures are not known yet), i would like to have possibility to contact coder in future to update the code to work on Windows 10 for free or fair price. Requirements ; Process should be rendered hidden and un-detectable by Antivirus, task manager and OpenProcess() on it should fail. Should work on Windows 64bit( Windows 7 / 8 / (10)) Driver should receive message from usermode with DeviceIOControl with processid to be hidden. Deliverable ; Full source code for .sys driver coded in C, and also source code for .exe file to test functionality. Few Additional Information ; Document as much as possible each function Use object oriented coding Make code modular as possible Create a declaration of each function in a h...

    £194 - £583
    £194 - £583
    0 bids

    trying to use driver thunking on a x64 driver that lists all kernel opened files, it works under 64 but not when called from 32 dll pFileObject->Type is rizing an exception... the calls are made from a 32 or a 64 dll depending on the runned app, I'm using a windows 64 platform... the DeviceIoControl call is done from the calling function.c file attached. Thanks

    £24 - £199
    Sealed
    £24 - £199
    2 bids

    ...We also know this happens because we can run an alternative app that does not use the unsupported DLL at all, and still see the interrupt packets. We've examined the OEM DLL exported and used function lists. There are calls to CreateFile, CreateThread, DeviceIoControl, CreateSemaphore, Initialize|Enter|DeleteCriticalSection, all of which suggest that a monitor thread is used. We tried setting up threads with calls to CreateFile (using the relevent USB VID/PID and SetupDi* calls to create the device path), ReadFile and/or DeviceIOControl, but without success. Everything we tried returns Error#1 (wrong function) or similar. Since the now unsupported DLL does manage to do this in USER MODE, obviously there is a solution. The Project: Create some sample code (pe...

    £24 - £199
    Sealed
    £24 - £199
    1 bids

    ...application. We can see the interrupt packet bytes using a USB filter driver utility, so we know that is passing the interrupt packets. We also know this happens because we can run an alternative app that does not use the unsupported DLL at all, and still see the interrupt packets. We tried setting up threads with calls to CreateFile (with the relevent USB VID/PID), ReadFile and/or DeviceIOControl, but without success. Everything we tried returns Error#1 (wrong function) or similar. Since the now unsupported DLL does manage to do this, obviously there is a solution. The Project: Create some sample code that successfully monitors the USB packets so that when the button is pressed, an event is created that can be passed to the host app. Please note that a pass-through driv...

    £24 - £199
    Sealed
    £24 - £199
    1 bids

    ::Project:: A Windows service offering a proxy for "CreateFile" and "DeviceIOControl" commands. ::Current state:: We have a Windows Application (MFC) which uses the "CreateFile" and "DeviceIOControl" commands to access and perform communication with a certain driver. Apart from any specifics about the application's and driver's, which should be irrelevant for this project, this architecture implies that the application needs to be run in elevated mode, requiring the user to have an administrative account. This should be no longer neccessary, therefore.... ::Description:: ... the objective of this project is basically to have all the commands implying elevated mode to be executed by a Windows service to be created in t...

    £161 (Avg Bid)
    £161 Avg Bid
    3 bids

    I have a Windows NTFS file utility that I wrote in Delphi. One of its functions is the ability to wipe unused sectors directly...or sectors: FHandle := FileOpen('.C:', fmOpenReadWrite or fmShareDenyNone); FileSeek(FHandle, Offset, 0); FileWrite(Fhandle, Buffer^, NBytes); FileClose(Fhandle); // Offset and NBytes must be in multiples of the drive's sector size. The above code only works with Windows XP and earlier versions. To get it work with Vista or Windows 7, the drive has to be locked with DeviceIOControl(,FSCTL_LOCK_VOLUME,,,,,,) but that fails on a drive with open files. I need a driver solution that allows my sector writing code to work without locking the volume on Vista and Windows 7 computers. The driver must work with logical volumes ...

    £417 (Avg Bid)
    £417 Avg Bid
    3 bids

    Hi All, We are wish to write code using DeviceIoControl Win API toimplement : file copying too and from USB. prevent drag and drop to and from USB prevent deletion on USB Ideal language would be VC++ to implement this API with mechanism to hide code in USB. Warm Regards, Aditya,

    £199 (Avg Bid)
    £199 Avg Bid
    1 bids

    ...and mouse input using the DeviceIoControl Windows API. Specifically I am trying to send input to a program that does not respond to SendInput or keybd_event/mouse_event functions... but if I can use DeviceIoControl to communicate directly with the installed keyboard/mouse drivers, then I can defeat this blocking. I know it is possible because I have found another small application that is NOT blocked, and it appears to be using DeviceIoControl to do so. I have also found this following page which describes how to use DeviceIoControl with the keyboard driver, but it doesn't show how to actually send keyboard keys. Can anyone provide me source code to send keyboard and mouse input with DeviceIoControl? ## Deliverables 1) Complete

    £197 (Avg Bid)
    £197 Avg Bid
    4 bids

    for a customer project we need follwoing solution: A driver/dll that allows us, to send DeviceIoControl commands to a USB plugged MassStorage System. You, as a experienced CE Developer, know that there is allready a DeviceIoControl available in WindowsCE. But this is based special on CD reading. We need the possibility to send IOCTL_SCSI_PASS_THROUGH_DIRECT and other commands to a USB MassStorage System. Actual, we are using Windows CE 5 on an Geode CPU. The allready available allow only the Read acces with this IOCTL Layer. We need Writer functions with this. You need to use Windows CE5 and the latest available PlattformBuilder and Plattform SDK. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all ...

    £10827 (Avg Bid)
    £10827 Avg Bid
    4 bids

    We need VB.net code to get the following APIs working: GetFileInformationByHandle DeviceIOControl with the controlcode FSCTL_READ_USN_JOURNAL (reads the data in a change journal) DeviceIOControl with the controlcode FSCTL_ENUM_USN_DATA (reads the data in a change journal) DeviceIOControl with the controlcode FSCTL_CREATE_USN_JOURNAL (creates a change journal) DeviceIOControl with the controlcode FSCTL_DELETE_USN_JOURNAL (deletes a change journal) Note that the deviceiocontrol APIs will only work on an NTFS partition. We already have the deviceiocontrol API working with the controlcode FSCTL_QUERY_USN_JOURNAL and have included it as an attached file just in case it is helpful ??" we would be using the firstusn and nextusn returned from t...

    £79 (Avg Bid)
    £79 Avg Bid
    5 bids

    Potrzebuję aby ktoś mi napisał prosty sterownik do systemu operacyjnego Windows XP Sterownik powinien posiadać możliwość skomunikowania sie z nim za pomocą DeviceIoControl aby móc do sterownika przekazać dwa parametry ADRES_IP i PORT Sterownik po zainstalowaniu w systemie operacyjnym filtrował by pakiety TCP/IP i dla przekazanego wcześniej ADRES_IP i PORT jest w stanie zablokować albo zmodyfikować pakiety

    min £2
    min £2
    0 bids