This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I'm having a strange (and persistent!) problem with pinging local machines on my network by name. I believe my machine (Windows 7 64-bit) is the only one having this issue. This is over a wireless connection. As an example, consider a device on my network by the name of WDTVLiveHub. [...] read more
I know how to query DNS using tools like dig, host, etc. But their macOS man pages state: > The results of DNS queries may also differ from queries that use the macOS DNS routing library. Given that, how do I query DNS in terminal and get the same results [...] read more
I've recently run into this problem after having used docker toolbox without a problem for a while. Started happening after windows update? Windows 10 Home - 64 Uninstalled and reinstalled Docker toolbox Uninstalled and reinstalled various versions of VirtualBox Still get the same error Running pre-create checks... Creating machine... (default) [...] read more
I followed the approache to map a network drive programmatically in the following link:Mapping Network Drive using C# The drive seems to be connected correctly because I can query directories and files within C#. BUT I do not see the drive on my computer. My target is to map certain [...] read more
Searching the web, I found 2 scripts that are able to change the owner of files and folders. When testing this, it functions perfectly in PowerShell 1.0. Now I'm trying to combine both so they work recursively, because we have folders with over 500 sub directories and files in them. [...] read more
I have a BSOD problem that I cannot repair. I would be so grateful if someone could provide a solution. I have Windows 7 OS installed on the computer. The stop error message resembles the following: > A problem has been detected and Windows has been shut down to prevent [...] read more
I'm currently reading (for the second time) "Hacking : The Art of Exploitation" and have stumbled on something. The book suggests two different ways to exploit these two similar programs : auth_overflow and auth_overflow2 In the first one, there is a password checking function layed out like this int check_authentication(char [...] read more
The official XCB documentation tells us that using OpenGL purely with XCB is impossible: one must also use Xlib. This post by Bart Massey (creator of XCB) doesn't suggest this should be impossible. But I'm sure I'm missing something. I've spent hours browsing xcb/glx.h, which is nicely organized here. It [...] read more
When I try to test my app, I get an error. > FATAL EXCEPTION: main Process: com.example.android.lab5, PID: 12261 android.content.res.Resources$NotFoundException: String resource ID #0x2 HERE'S MY CODE public class MainActivity extends AppCompatActivity { private Spinner spinnerVille; private TextView ville; private ListView lstJours; int posVille = 0; // Les items private [...] read more
I downloaded the Microsoft Media Creation Tool to create an ISO file for Windows 10. After selecting the version I want and clicking Next I got: Something Happened [https://i.stack.imgur.com/LRZtX.png] I can click Close and the program finishes without doing anything. In a similar question the second text at least gives [...] read more
I am experimenting with the WinDDK and trying to install a system driver on a Windows 7 (x64)virtual box. I have an .inf file: ; testdriver.inf - install information file [Version] Signature = "$Windows NT$" Class=System ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318} Provider=%tester% DriverVer= 12/12/2012,1.0.0 [Manufacturer] %DRV% = TestDriver.DRV [TestDriver.DRV] %Tst1%=Tst1.Install, *testdriver\TST1 [DestinationDirs] Tst1.Files.Driver.NTx86=10,System32\Drivers [SourceDisksNames] [...] read more
I have a 4G wwan modem (Fibocom L850GL) with a valid SIM card on a Debian PC. I have modem-manager-gui and I can send SMS with it. modem manager gui help send SMS from linux with a GUI [https://i.stack.imgur.com/Rgfy6.png] How can I do the same from the command line? I [...] read more
EDIT: Having rethought the issue, perhaps my question can be summarized like this: Is there an existing COM terminal type program that will automatically detect when a COM port becomes unavailable and reconnect when it becomes available? I have an embedded control that uses a STM32 Microcontroller which uses its [...] read more
I finally decided that I would update my desktop from Windows Vista SP2 64-bit to Windows 7 64-bit. So I got my Windows 7 Professional 64-bit DVD, popped it into my PC, and started up the installer and told it to upgrade. The installer told me that some things may [...] read more
It's going to be really hard to reduce the scope of this question, but here we go. CONTEXT I'm in the context of a 32-bit ActiveX control which is loaded into a host ( TstCon.exe). After unloading and reloading the control, I receive a streak of errors from NtMapViewOfSection, the [...] read more
I wish to mount a remote data source locally as a fuse file system. This is listed as supported by lsvfs: lsvfs Filesystem Num Refs Flags -------------------------------- ---------- ----- --------------- devfs 0x00000071 4 synthetic, jail cd9660 0x000000bd 0 read-only procfs 0x00000002 4 synthetic, jail nfs 0x0000003a 0 network zfs 0x000000de [...] read more
This is on a small bussiness server 2008 (windows server standard FE copyright on 2007) with SP1 and powershell version 1 for some strange reason the server cannot update to sp2 and no longer updates work it reports (80072EFE error though it directly connected to internet without a firewall) so [...] read more
I upgraded my Windows Server 2003 x64 to Windows Server 2008 R2 x64, and I noticed that I cannot connect to SQL Server (from within the LAN) which is running on the computer. I ran the OpenSqlServerPort.bat script specified on http://support.microsoft.com/kb/968872/en-us, however the software Firewall is still somehow blocking access [...] read more
I am installing the I2CTools USB-to-I2C Elite driver for Win 10 x64, but I got a dialog saying ”Jungo Connectivity: a digitally signed driver is required.” In device manager the two drivers JungoConnectivity WinDriver1251 and USB-to-I2C Elite drivers are marked with yellow triangles and Details says: Not digitally signed. I [...] read more
I have developed a multi-device HID driver, which consists of two devices: a virtual mouse driver and a proxy for it. The proxy is required for accepting output reports from clients, because mouses are opened exclusively by the Windows kernel. This is my report descriptor: HID_REPORT_DESCRIPTOR g_reportDescriptor[] = { 0x05, [...] read more
My Macbook Pro (17" 2.2 Ghz Intel Core 2 Duo, OS X 10.4.11) often locks up when it resumes from sleep. I usually know I'm in trouble when the display brightness doesn't adjust right away. Then it runs for a few seconds until it stops responding again. The pointer works, [...] read more
I'ld like to calculate a public key from a private key. It must work using OpenCL. It seems hashcat has a nice library but I'm not sure how to use it. * https://github.com/hashcat/hashcat/blob/master/OpenCL/inc_ecc_secp256k1.h * https://github.com/hashcat/hashcat/blob/master/OpenCL/inc_ecc_secp256k1.cl Other libararies are also possible. secp256k1-cl seems to be very difficult to use https://github.com/hhanh00/secp256k1-cl/blob/master/secp256k1.cl See [...] read more
I have a screen that populates a bunch of Chips into a ChipGroup from the database, and they are all populated appropriately but I keep seeing a bunch of these errors when I navigate to the screen. E/sarahmica.myapp: Invalid ID 0x00000000. E/sarahmica.myapp: Invalid ID 0x00000001. E/sarahmica.myapp: Invalid ID 0x00000005. E/sarahmica.myapp: [...] read more
I have a process that runs on a windows server from multiple users on multiple sessions (could be as many as 50 concurrent users), I would like to: 1. Log from all processes to a single log file 2. limit the size of the logs to 1.5MB (for the purposes [...] read more
I have a situation where workstations will lose the connection to network shares and printers during the night and have to be rebooted in order to reconnect, afterwards everything works correctly, this does not happen every night, and it does not happen to every workstation. When clicking on a shared [...] read more
I have to add an exclusions path to Windows Defender registry key. I am aware that there are Cmdlets provided from Windows Defender to use them directly for these kinds of purposes. But unfortunately, in Windows 7 and Powershell v2, they are not available. So I am trying to build [...] read more
I am having that error code while downloading Windows Update files. Anyone have similar experience with this? I searched around and found all of them related to Windows Vista, not Windows Server. Here's the screenshot from the server:WinUpdateError Update (01/08/2009): I have decided to revisit the problem rerun CheckSUR, and [...] read more
I am having difficulties in joining my Windows Server to the domain, may I know what could be the problem ? I suspect that there is a firewall in between this DR internal site and the DMZ where this Forefront TMG 2010 is deployed ? DCDiag /s: result: Directory Server [...] read more
The update starts on the windows 10 machine but after the restart everything is rolled back. My setuperr.txt: 2019-07-16 16:38:55, Error CSI 00000001 (F) STATUS_OBJECT_NAME_NOT_FOUND #10# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysQueryValueKey(flags = 0, key = 974 ('\REGISTRY\MACHINE\SYSTEM\Setup'), vn = [l:7 ml:8]'Compact', kvic = 2, kvi = 2, disp = 0)[gle=0xd0000034] 2019-07-16 16:38:55, Error [...] read more
I've been trying for the last week or so to get Windows 10 to update to 2004. I've tried all of the common solutions (sfc /scannow, DISM restore, media creation tool etc). After looking at the log files I think I've narrowed the issue to a BCD/MBR issue (see full [...] read more
It started a few weeks ago and it's intermittent. Going to google.com,Facebook.com would return This site can’t be reached www.google.com’s server IP address could not be found. This happens even if I was on the site earlier in the day. Sometimes booting the router or laptop would resolve the issue [...] read more
I installed CentOS on a Lenovo yoga laptop a few days ago, but I cannot get the wifi to work. I've tried lots of things following suggestions from replies to several questions on different sites. NetworkManager-wifi is installed (and always was). Below are some of the commands people usually ask [...] read more
I got this errors when trying to start my openvpn client: Tue Nov 28 15:28:03 2017 us=942328 OpenVPN 2.3.14 arm-poky-linux-gnueabi [SSL] [LZO] [EPOLL] [MH] [IPv6] built on Sep 6 2017 Tue Nov 28 15:28:03 2017 us=942837 library versions: LibreSSL 2.5.0, LZO 2.09 Tue Nov 28 15:28:03 2017 us=943095 WARNING: file [...] read more
I got the following Software Driver Installation screen out of nowhere. Screen language is in German, so that is fine. I quickly aborted the search attempt. enter image description here [https://i.stack.imgur.com/hDa8J.png] What is/was that? -------------------------------------------------------------------------------- Here is the matching block from setupapi.dev.log: >>> [Device Install (Hardware initiated) - USB\VID_0BDB&PID_1910\328C92879D3A5690] >>> [...] read more
I have a problem with the speed of USB 3.0 under Linux. I'm testing with the following parts: * "NEC Corporation uPD720200 USB 3.0 Host Controller" (pcie) * "Pretec 240" USB 3.0 Card-Reader * Sandisk Extreme Compact Flash 60 MB/s In Windows 7 "HD-Tune Pro" reports a reading speed of [...] read more
Occasionally I encountered Blue Screen of Death on my Windows 7 32 bit ( Yes, windows 7!). I believe that this is software error, and from Event Viewer I can see when and what the error is. This is a sample of such a report: > The computer has rebooted [...] read more
I am very new to android development and am building an app that can read characteristics from a BLE device. I am able to connect to a device and read its characteristics. However, I have a problem is displaying the characteristics using an adapter. Initially, I tried using the RecycleView [...] read more
I am trying to make an extremely minimal stm32f215 firmware to teach myself its boot-up intricacies. As it is now I have this dump which, to my knowledge, should write the stack address to r0 and loop forever: firmware-d: file format elf32-littlearm Disassembly of section .isr_vector: 08000000 <vector>: 8000000: 20002000 [...] read more
I'm new to C# and I want to simulate a mouse click(I'm using visual studio 2017 on windows 10). I found this code: using System; using System.Runtime.InteropServices; public class MouseOperations { [Flags] public enum MouseEventFlags { LeftDown = 0x00000002, LeftUp = 0x00000004, MiddleDown = 0x00000020, MiddleUp = 0x00000040, Move = [...] read more
I have list of fragments and artice. Every lelement on list is connected with article. That works fine. But when I try replace article by ID from external activity I have an error:No view found for id for fragment External Activity: ArticleMuralFragment newElement = new ArticleMuralFragment(); Bundle args = new [...] read more
I could really use some help here. I evicted an failed HyperV node from our 2 node 2012R2 Hyper-V cluster. The node has been rebuilt with server 2019 and am trying to re-inject it back into the cluster. NOTE1: The host was rebuilt using the same node name. NOTE2: The [...] read more
I am attempting to tweak Hyper-V Core Server 2019 (host) power thresholds, however my attempts have failed so far. Scenario The newly created Hyper-V 2019 Server (part of Workgroup, not yet a Domain) has been attached to an external UPS. Battery status is provided through a USB cable. The UPS [...] read more
So I have a pair of 2003 Domain Controllers which seem to have problems replicating. After running netdiag, dcdiag I figured out that there is an RPC problem, so I tested the connection with portqry.exe. From DC2 to DC1 the connection to Domain related ports (ldap, RPC, DNS, Kerberos,...) seem [...] read more
In our company, we have a 32 bit Windows 2008 print server. I have successfully installed many printers with both 32 bit and 64 bit drivers. We have two Xerox Wide Format printers and I cannot install the 64 bit drivers. I believe it's because they are not digitally signed. [...] read more
I'm trying to configure a captive portal using a router with OpenWRT+ChilliSpot and an external server with Freeradius and a Web Server. * ChilliSpot 1.3.0 My issue right now is that the freeradius server answer OK if the username exists on database, no matter if password is correct or not [...] read more
I have two Virtual Machine Servers, both are similar spec 64 bit machines, same processor, etc. Both are running KVM with LVM based disks. One machine is using CentOS 6 Minimal as the Host OS, the other uses Ubuntu Server 11.04. I moved the guest machine disks by using dd [...] read more
I have a custom layout installed (svdvorak_mac6.keylayout). After a reboot another keyboard layout was selected, so I selected my usual one instead. This lead to a lot of apps suddenly starting to crash (Chrome, Skype, Adium etc). I can change to any other built in layout for OS X, but [...] read more
I have a dns server running on the host in a virtual machine with the IP 192.168.99.169 If I run the dns queries I get these responses dig: dig @192.168.99.169 hello-john.test result: ;; Warning: Message parser reports malformed message packet. ; <<>> DiG 9.10.6 <<>> @192.168.99.169 hello-john.test ; (1 server [...] read more
I have a dhcp server on my raspberry pi. I setup a firewall which only allows ssh, dns and samba service. However, dhcp server works like a charm too, but why? Here is the firewall rules: table ip filter { chain input { type filter hook input priority filter; policy [...] read more
I have a wireguard tunnel that I am configuring via wg-quick on macOS; my client-side config looks something like: $ cat /usr/local/etc/wireguard/wg0.conf [Interface] PrivateKey = <snip> # The address of this client Address = fd37:5040::0002/64 # The address of my DNS server within the Wireguard VPN DNS = fd37:5040::0001/64 [Peer] [...] read more
I have Cisco AnyConnect on my Mac (10.13.6), and the DNS resolution works properly for our internal hostnames. The output of scutil looks fine: 2015MBP:~ craig$ scutil --dns DNS configuration resolver #1 search domain[0] : dns1.mycompany.com search domain[1] : dns2.mycompany.com search domain[2] : hsd1.ma.comcast.net nameserver[0] : 10.xx.xx.xx (<-- AN INTERNAL [...] read more
I've been happing using a USB sync cradle to connect to our MC3190 scanners via my old Windows 7 Pro x86 for over a year now. I recently got a newer, faster PC running Windows 8.1 Pro x64. When I tried to connect the USB Sync Cradle, it appears in [...] read more
I'm trying to get the minispy minifilter from Microsoft to install and function properly. I started a new empty kernel driver project in VS2013, and compiled the driver and test signed it. I can use the wdreg.exe utility to successfully install the driver, and I put a DbgPrint test in [...] read more
I have a Windows 7 64-bit machine that's freezing up roughly once a month. The last five minidumps all indicate "Caused by address" ntoskrnl.exe+4b314c, and I'm trying to figure out who owns (or is triggering failed calls of) the code at that address. Here's the !analyze -v output from the [...] read more
After running upgrade Windows 10 to anniversity edition screen in blank. After computer restart windows 10 restores its previous version. Tried two times but problem persists. How to upgrade ? Earlier Windows 10 works OK, all windows 10 uodates are installed. C:\$WINDOWS.~BT\Sources\Panther\setuperr.log contains: 2016-08-06 11:20:32, Error MOUPG CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class [...] read more
I get an error with installing IE11 on Windows 2008 R2 The final errorcode is: Setup exit code: 0x00009C59 (40025) The first reported error is: 'C:\Windows\SysNative\dism.exe .. exited with exit code 0x00000002 (2) The last lines from the log 00:11.918: INFO: Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE1E82C.tmp\IE11-neutral.Downloaded.cab /quiet /norestart [...] read more
I get bluesreen IRQL_NOT_LESS_OR_EQUAL during running of Photoshop CS 4 or Ilustrator CS 4 on Windows XP Home edition SP3. Details of error:IRQL_NOT_LESS_OR_EQUAL 0x0000000A (0x911A7008 0x00000002 0x00000001 0x8052390D) What can be cause? read more
As I try to move from IE9 per-release to the regular IE9 I get the mostly useless error 800B0100 sfc completed without error. Using firegenUL I find the most common error to read > HANDLER FATAL: UH: 0x800b0100: EvaluateApplicability failed in CCbs::EvaluateApplicability System update readiness tool gives me Checking Packages [...] read more
I'm using Windows 7 and I've gotten multiple BSOD errors when browsing with chrome or watching videos. I've updated my integrated graphics card driver but it didn't solve the problem. I've run Memtest86+(12 passes) - everything was OK, I've also tested the HDDs - no problem, too. I've disabled GPU [...] read more
> Possible Duplicate: irql_not_less_or_equal Disable BIOS Memory options STOP: 0x0000000A (0xF000E987, 0x00000002, 0x00000001, 0x808247A4) My exact Problem is: > When i Switch on the PC and system boots/starts with Windows XP Professional OS, i'm able to see the windows XP logo and with progress bar processing but after the logo [...] read more
I'm having trouble connecting to my home network using a new USB NIC I ordered from Newegg.com. I have installed the newest drivers from the manufacturer's website and tried multiple times to diagnose the problem through Windows to no avail. The closest I can come to connecting to my network [...] read more
I'm trying to setup an access point, using Raling RT5370 USB Dongle on a Debian system, I followed the following tutorial, until "Internet connection Sharing.", I don't want to share internet, so I skip this step. After the reboot I can see the AP, but I can't connect, it seams [...] read more
EDIT Nevermind, probme seems to be the router, tried resetting it to factory defaults, doesn't help either. It's a WRT54GS v5.1 Linksys router END EDIT For some reason my laptop with windows 7 can't connect to my router properly anmore. The router is a Linksys with a mac-address filter. The [...] read more
I am trying to use robocopy to move files from a source directory to a destination directory. The problem is that an inetpub mail process monitors the destination directory, and quickly locks and deletes files placed there. Here's what seems to be happening: 1) I call Robocopy C:\test c:\test1 /COPY:D [...] read more
Maybe it's a hard-disk fault, but I don't think so. Ran some tests and all says the HDD is in green condition, all test passed. Memory is a Geil ULTRA, guess that's not a problem either. Basically if I run uTorrent about ~80mbps speed (thats my home connection atm), it'll [...] read more
As the title suggests, my Esp32 panics every other HTTP Post request. The first one it works fine, the second one i get a 400 error, the Esp panics and then restarts itsself. This wouldnt be this much of an issue if the Esp didnt power any other things, however [...] read more
I've been using Keil MDK (currently v5.31) for a long time on different products and boards. Right now, I've ported a project of mine from a Nucleo/STM32H743 to a EVAL2/STM32H753. Usually when I click on "Start/Stop debug session" button it starts by loading the binary code to Flash (i checked [...] read more
I'm trying to automate some processes around collecting ETW data. To that end, I'm writing a Powershell script. The script includes this command: Start-EtwTraceSession -Name "leTestSession" -LocalFilePath "C:\Temp\traceit.etl" -FileMode Circular -MaximumFileSize 2000 However, running this command results in the following error: > New-EtwTraceSession : MaximumFileSize is required for the current [...] read more
during normal usage, the system locked up, and the following messages appeared on the screen. where you can see from the log, the spinlock owner and CPU are -1. After this BUG the system restarts by WatchDog. Our CPU is arm Cortex A9 iMX6DL, with both cores active. Do you [...] read more
I'm building a small operating system and was using Qemu before which was working properly. Now I'm stuck on a Windows 10 machine and Qemu doesn't work well with GDB on this machine. I thought I'd try Bochs or Virtual box instead. The problem is that with both of these [...] read more
It's quite easy to get the system idle time in Electron with powerMonitor.getSystemIdleTime() However, I wonder if there is any easy way to reset this? I tried both the powerSaveBlocker.start('prevent-app-suspension') and the powerSaveBlocker.start('prevent-display-sleep') but they don't really reset the idle time. When I use the Caffeine on the Mac OSX [...] read more
I am invoking the win32 API function GetMenuItemInfoW. When I invoke the function I it returns false, and Native.getLastError() returns 87: ERROR_INVALID_PARAMETER 87 (0x57) The parameter is incorrect. I think that my error is in my implementation of the structure MenuItemInfoW: @Structure.FieldOrder({"cbSize", "fMask", "fType", "fState", "wId", "hSubMenu", "hBmpChecked", "hBmpUnchecked", "dwItemData", [...] read more
I'm trying to write a powershell script to run a few tasks in order to test the batteries on a wide range of tablet PCs. A big part of this is controlling the display. I don't seem to have too much trouble turning it off, but when I come to [...] read more
I'm trying to understand the difference of behavior between a code compiled with the GCC option -mpreferred-stack-boundary=2 and the default value which is -mpreferred-stack-boundary=4. I already read a lot of Q/A about this option but I am not able to understand the case I'll described below. Let's consider this code: [...] read more
It's actually a basic code for controlling buzzer with leds. I did with HAL libraries.But the institution I was working with wanted to do this at the register level too. But I couldn't it. It's not too complicated however i don't understand where the problem is. My code in below. [...] read more
I have the following hex opcode sequence for a 8051 microcontroller 785679107A247BFD7C347D407E51745568F869F96AFA6BFB6CFC6DFD6EFE I found this repo that converts hex to instruction sequences https://github.com/anarcheuz/8051-disassembler. Using that I was able to get the following assembly instructions x00000000: 37 38 MOV 38 (R0,#immed) 0x00000002: 35 ANL A,@R0 0x00000004: 37 39 MOV 39 (R1,#immed) [...] read more
I made a console application project for my project but its console application so how I change it to Form application... can anyone help me to change this console application to Windows form application. Who know change console application codes to form application codes. Please help me.. i want put [...] read more
I am trying to write a sort of driver using python for windows 8. I will be receiving touch coordinates via serial which I then want to use to make it appear as though someone touched those coordinates on the screen (emulate a touch). My first question is: Is a [...] read more
Hey, im doing a little app for my smart phone, using Windows Mobile 6. I'm trying to get all currently running processec, but method CreateToolhelp32Snapshot always returns -1. So now im stuck. I tried to get error with invoking GetLastError() method, but that method returns 0 value. Here is a [...] read more
There is this mov instuction: 0040064e 89 7d dc MOV dword ptr [RBP + local_2c],EDI EDI stores argc from main function. I wanted to check its value by looking at rbp - 0x2c: (gdb) x/x $rbp-0x2C 0x7ffffffee1c4: 0x00000000 As you can see, there is nothing there. The thing is - [...] read more
I am working with a TM4C lunchpad and need to assign Ports E and B as inputs and outputs to be able to control a simple traffic light built on a breadboard. There are three LEDs on the board as well as two buttons: when btn1 is pressed, the LEDs [...] read more
I try to use DirectX ChromaKey effect, but my function stucks on some step. What I do: 1. Create ID2D1Factory1 2. Create ID3D11Device and ID3D11DeviceContext 3. Obtain DXGIResource from received texture 4. Obtain shared handle from DXGIResource 5. Open DXGIResource as new ID3D11Texture2D using ID3D11Device 6. Obtain D3D11_TEXTURE2D_DESC of new [...] read more
I try to create new ID3D11Texture2D for map it to DXGI_MAPPED_RECT further. I receive some ID3D11Texture2D that I have no power on (can not change way of creation of). Here is the part of the code: CComPtr<IDXGIResource> cpDXGIResource; RET_HR_NULL(_pTexIn->QueryInterface(__uuidof(IDXGIResource), (void**)&cpDXGIResource), cpDXGIResource); HANDLE sharedHandle; cpDXGIResource->GetSharedHandle(&sharedHandle); CComPtr<ID3D11Texture2D> cpTexIn; cpD3D11Device->OpenSharedResource(sharedHandle, __uuidof(ID3D11Resource), (void**)(&cpTexIn)); D3D11_TEXTURE2D_DESC [...] read more
I'm sorry that this is unusually long, I just want the contributors to see what I have tried before posting. My code: #include<stdio.h> #include<string.h> #include<stdlib.h> void nevercalled(){ printf("nevercalled"); } void gadget1(char payload[]){ char buff[16]; strcpy(buff, payload); } int main(int argc, char** argv){ gadget1(argv[1]); return 0; } When I passed this [...] read more
In my office network, one of my clients (CentOS 7.5) couldn't connect to a remote server. The remote server is running CentOS 5.11, and has iptables and csf installed. However, my client couldn't connect to it even if I disabled both iptables and csf on the remote host: # ssh [...] read more
on our customer we have RDS farm and a print server. There is one printer which I have a problem installing when logged on a particular RDS member server. It seems I can install it on any other RDS member. Normally I click add printer, type \print-corp\printer name and it's [...] read more
I am having issues connecting to a remote server with SSH and I'm trying to understand some output I am seeing from SSH when running a connection with the -vvv switch enabled. I am running the below command from my project folder... ssh -i keyfile.pem root@$REMOTE_HOST -vvv Within the output [...] read more
I have a proxmox cluster with two nodes (s1 and s2). On s2 listing a certain directory hangs forever (like in this question): $> strace -vf ls -l /etc/pve/nodes/s2 [...] open("/etc/pve/nodes/s2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 fstat(3, {st_dev=makedev(0, 48), st_ino=5, st_mode=S_IFDIR|0755, st_nlink=2, st_uid=0, st_gid=33, st_blksize=4096, st_blocks=0, st_size=0, st_atime=2017-06-19T18:59:35+0300, st_mtime=2017-06-19T18:59:35+0300, st_ctime=2017-06-19T18:59:35+0300}) = 0 [...] read more
I am running a development server on a fairly old version of CentOS 5. This server has been live almost constantly for the past five years ago, so has been pretty stable. A while ago, it crashed during normal operation. I restarted it and it crashed again after a few [...] read more
I am having issues with a VNC. I am currently using Windows XP with UltraVNC. I am unable to connect to a vnc server. The only way for me to connect to the server is if I am connected to another VNC Server using the viewer. Computer A | Computer [...] read more
I want to change the default DNS servers pushed by my SSLVPN (FortiClient on macOS). I’ll be using IP addresses to access network resources over VPN. Obviously, even though I am interested in using a different DNS server, I don’t want the routing table to change so the traffic for [...] read more
Question: Where can I find logs from Win10 upgrade and how to interpret them? I've attempted to apply the upgrade three times, and I'm trying to get a clue if there's anything I can fix, so that it succeeds next time. In particular, if the failures are caused by an [...] read more
A BSOD error 0x000000c5 (0x00010003, 0x00000002, 0x00000001, 0xB05515A1) occurred in Windows XP while my device was running. After power cycling also the error persisted. I tried to boot into safe mode, but the device reboots. Please provide a way to understand and troubleshoot the issue. enter image description here [https://i.stack.imgur.com/WHsqp.jpg] read more
I have a ssh client and a ssh server. I want to enable keyboard interactive authentication on the server, so the client can only connect to the server with this authentication method. In /etc/ssh/sshd_config on the server I have the following: KbdInteractiveAuthentication yes ChallengeResponseAuthentication yes PubkeyAuthentication no PasswordAuthentication no When [...] read more
I am currently experiencing some difficulties with my surface pro 4 so am trying to reset it to factory settings. However, every time i reset from within windows, it prepares, then restarts to the blue reset screen, gets to around 35%, then tells me there was an issue. I have [...] read more
I was working on my computer for a few hours (Only had Remote Desktop and Firefox up, no heavy resource usage) when it randomly BSOD'd with DRIVER_IRQL_NOT_LESS_OR_EQUAL and a dll I've never heard of called xuicfs.sys . I took down the information, restarted, and tried to do some research. 10 [...] read more
I'm trying to update to Win10 1903 from 1803 but keep getting BSOD with 0xc1900101 code. I've tried removing attached USB devices and disabling my overclock, without success. Today I learned that there is a setup error log, which you can see below, but I don't understand what it's telling [...] read more
My Windows 10 repeatedly fails to update. Today I decided to make a day of getting it to upgrade - and after a day of installing I'm no better off. The Windows Update tool fails and rolls back with no explanation, so I downloaded the ISO, mounted it, and ran [...] read more
I am updating a Windows 10 PC from 1803 (to the latest OS which is 1909) and it's failing with this error: 0x8007042B - 0x2000D The installation failed in the SAFE_OS phase with an error during MIGRATE_DATA operation It fails the same way each time, pretty much down to the [...] read more
I bought a USB 3.0 External 3.5" HDD Case. It is based on the following chip: JMicron JMS567. I want to use it for attaching my internal HDD which has three partitions: swap and two ext4 partitions. For testing purposes, I took my old 200 GB HDD, which had 2 [...] read more
Been having a recurring issue for months now where I cannot update my Windows 10 Pro N machine. It blue screens through the process and then when Windows restarts and attempts to repair it freezes around 44%. Inside C:\$Windows.~BT\Sources\Panther there are the follow errors: 2019-10-25 20:07:34, Error DU DU::CDUSession::Search: Failed [...] read more
I have a script that runs each night for backup purposes. The just of the script is it will backup a DB, compress it to a 7zip file and then copy it to a network location I have set-up. My script errors out with the following results when using Robocopy [...] read more
When attempting to upgrade from Windows 10 1803 to 1809, I get a failure every time. I tried Microsoft support and three reps were unable to assist me. I tried disabling all the startup programs, running the update troubleshooting tool, running Windows 10 update assistant, and downloading / installing from [...] read more
I need to copy my directory from my Laptop to my server using robocopy my server IP is 192.168.100.45 I write like:Robocopy "D:\folder" "\\192.168.100.45\e$\demo" /S /E /Z but error: 2019/01/30 12:04:56 ERROR 2 (0x00000002) Accessing Source Directory D:\folder\ The system cannot find the file specified. Can any one guide me? read more
I'm not sure if it's related to KB3176493 as I can't find anything else relating. I've been searching all day and all I've found are a ton of totally unrelated Windows XP/8 posts. Anyway, came to my Computer today to find it rebooted. Great, update with telling me. Then I [...] read more
My pc specs : * Asus p5g MX (motherboard) * Nvidia geforce 7300gs (graphic card) * Intel core 2 duo E7500 (CPU) * windows 7 ultimate x86 I am using my pc like all the day playing music and then I start need for speed mostwanted2005 and suddenly my pc [...] read more
Source Windows Summary Shut down unexpectedly Date 04-02-2018 18:54 Status Report sent Problem signature Problem Event Name: BlueScreen Code: 124 Parameter 1: 0 Parameter 2: ffffbe80ec35a038 Parameter 3: 0 Parameter 4: 0 OS version: 10_0_16299 Service Pack: 0_0 Product: 256_1 OS Version: 10.0.16299.2.0.0.256.48 Locale ID: 16393 Extra information about the [...] read more
I just tried to upgrade a Windows 7 machine to Windows 10 and it failed for no apparent reason. Both Windows 10 Upgrade Assistant and Media Creation Tool fail, the former with 0xc1900200 and latter with 0x800704DD-0x90016 error code. When it happens (with Upgrade Assistant), the following three events appear [...] read more
I have DNSmasq setup properly to point any *.dev domains to localhost. My apache vhosts are all configured to the appropriate folders yet I am not getting any response from the local sites. I have been pulling my hair out and searching online for various answers without success. Just to [...] read more
I need to revert my windows 10 install to clean version. I attempt to do this by going to "Update & Security" -> "Recovery" -> "Reset this PC". I choose option to remove all applications and data. PC restarts and then boots windows as normal, and when I sign in, [...] read more
My parents' Dell Inspiron tower goes to sleep within ~3 minutes of inactivity, despite every power setting in Windows (screen saver, turn off screen, go to sleep, turn off hard-disk, etc.) either turned off or set to 60 minutes. This answer claims that Dell has been known to bundle their [...] read more
Been trying to install a USB Printer/Scanner. The installation fails to effectively detect/install the Printer during the phase of the installation where I connect the Printer via its USB cable. Does anyone here know how to effectively interpret the setupapi.dev.log file of the installation to determine what went wrong during [...] read more
According to Power Options, my laptop is set to hibernate when the battery level becomes critical, which is defined as 2%. I thought that is what happened last night, after I got the battery warning, and then when the display faded out shortly after that, and the hard disk started [...] read more
This is regarding imx6q, 2GB Alliance Memory (4Gb x 4, 4 RAM chips) custom hardware design which is most similar to nitrogen6_max. This hardware was stable and could run Yocto without any failures. But now it is unstable and get kernel panics randomly. Here I have attached kernel log. Is [...] read more
Sorry there's a lot of issues, they could be related so I will list them in one question. The issues are:- 1. As posted previously here Windows Update is failing to install the anniversary update. 2. I've since turned off Windows Update, until I can resolve issue #1 and now [...] read more
My win 8 got boot loop and when I want to "Refresh" it, mandates logging in but doesn't show any of the user profiles! I'm trying to migrate some EFS certificates from it using USMT(Yes, I know I must backup my certificates., and I did, but now, none of the [...] read more
I'm trying to update to Windows 10 on my 15-f014wm laptop. I'm using the "Windows10Upgrader9194.exe" (which updated itself, so the presumably version number at the end may be wrong) thing to update, but after trying to update, it restarts, shows me a window saying that Windows 10 couldn't be installed, [...] read more
I have an one year old ASUS laptop, which originally shipped with Win 8.1. When Windows 10 was released I upgraded without hassle to Windows 10. Trying to update to November update (Threshold-2) or more recently Redstone just doesn't work. The upgrade starts and finally Windows is restarting. Then after [...] read more
I am unable to connect to my OpenVPN server running on latest ArchLinux version, the port seems open if I scan from the outside, so im pretty sure its correctly forwarded, however the client displays "Connection Failed" message (tried using another client on another network, same response). SERVER.CONF > port [...] read more
I have a laptop running Windows Vista x86, and I can't install 2 updates: "Microsoft .NET framework 3.5 SP1 and .NET Framework 3.5 Family Update (KB951847) x86" and "Windows Vista Service Pack 2 (KB948465)." The error is always: TRUST_E_NOSIGNATURE(800B0100). I know it has something to do with wrong registry, and [...] read more
Upgrading windows 8 keeping programs and settings is not working. It fails at 47% of migrating settings and rolls back. This is the relevant part of the log (Sources/Panther/setuperr.log): 2013-02-03 00:02:02, Error [0x0803b6] MIG Can't retrieve group information for user NT SERVICE\MSSQLFDLauncher. NetUserGetLocalGroups failed 0x000008AD 2013-02-03 00:30:39, Error MIG COnlineWinNTPlatform::AddPathToSearchIndexer [...] read more
I believe a corrupt install of KB980182 for windows vista x64 is causing windows update to fail. As a result I cannot run windows update, or install/uninstall updates via the control panel. I have run the readiness tool which includes checksur, and I've received the following output. Does anyone know [...] read more
I am using Fantacy Remote to remote view other machines. I have attached the default .INI file that Fantacy Remote uses. When i connect to a machine, the client user should not have mouse and keyboard access of the Remote machine. It should be a View only remote connection. And [...] read more
As the title. I want to get the highest performance from Logic HD Pro Webcam C920, which should be 1920*1080, FPS=30.0. I've tried many ways from Internet, however, neither could solve my problem. Generally, There are two methods could achieve the goal. 1. opencv-python -> VideoCapture: Here is my code. [...] read more
I'm a little confused on how this works, so lets say I've got a device tree node like so ddr3_store: ddr3@200000000 { compatible = "xlnx,ddr3-1.1"; reg = <0x00000002 0x00000000 0x0 0x40000000>; }; It's a 1GB ddr3 memory device. I would like to read the data stored in this device from [...] read more
I am trying to inject a Frida gadget into an Android App which is already installed on an emulated (MEmu) Android 7.1 rooted system. When I connect to the device using adb, I can see that the files are store here: ASUS_Z01QD:/data/app/com.turtle.foo.bar-1 # ls base.apk lib oat split_config.armeabi_v7a.apk The MEmu [...] read more
I am on Windows. I want to run a Python Script that involves keyboard activity hence my PC mustn't lock screen or go to sleep. Instead of changing my PC Sleep Setting, I want to use Python code to keep my Screen Display On for the whole duration of my [...] read more
Every time I submit an achievement to Game Center on macOS, using Mac Catalyst, my game crashes with this: -[GKAchievementInternal showBanner]: unrecognized selector sent to instance 0x600002616ca0 No call stack. I set a break point for all the Obj-C exceptions but it's just stopped in the AppDelegate. Everything is fine [...] read more
I am using a petalinux / yocto on a evaluation board with a MpSoc and a FPGA. I am new to this whole Embedded Linux and gereeted with this error message when I try to run a precompiled example. Any pointers on what's going wrong is appreciated. [ 91.171070] rcu: [...] read more
I want to show a balloon popup without adding a dependency on Windows.Forms. So I decided to use Shell_NotifyIcon from Shell32. Here is a code that I wrote (translated to C# from F#), which should create a notification icon and then show a balloon. struct NotifyIconData { public System.Int32 cbSize; [...] read more
There is something strange going on here. In the log, it mentions two other private IPs that I definitely do not use. Especially since it's on a different IP subnet. I've noticed this the other day and was actually able to ping them. Still can. The other thing I seen [...] read more
When an iOS Device tries to complete an Outlook/Exchange Recurring TASK (i.e. which appears as a Reminder in the iOS Reminders App), or even tries to amend that Recurring Task, the RecurrencePattern MAPI Property seems to get Set or Re-Set to an Incorrect value, which can result in MAPI Errors. [...] read more
I found that I needed to input 6 integers, and that the integers consist of 1 to 6. And I found the node1 ~ node5. But, this phase needs 6 nodes. So I looked for more, but instead of node 6, I found'host_table'. (gdb) x/3x 0x555555559230 0x555555559230 <node1>: 0x00000303 0x00000001 [...] read more
How do i apply/build listView filterbar with C# into vs2019 Need extended filter functionality listView-bar each column, as like using >,<,>=,=<, exist, between,,,.....etc. Filter with search and view Rows with filter condition. [ListView Column Filter button and field not working...] Please see images---link below... https://ibb.co/2sLVrpD https://ibb.co/hKdWRDn Thank you in advanced. [...] read more
I am wrtiing a program in PLP assembly that repeatedly reads the value of the switches (address: 0xf0100000) and displays a pattern on the LED array (address: 0xf0200000) based on what switches are clicked. Each time the switch value is read, the pattern should be displayed (regardless of whether the [...] read more
I was trying to understand the reg and ranges fields in the following dts and tried to find the resemblance with already explained literature like PCI_Address_Translation and pcie device tree 'ranges' property explanation, but the number of cells are different i.e. six vs seven. How can I interpret these fields? [...] read more
I'm using IBM-MQ, and I want to get the number of subscribers for a specific topic using PCFMessage MQQueueManager qmgr = null; PCFMessageAgent agent = null; Hashtable<String, Object> hashtable = new Hashtable<String,Object>(); hashtable.put(MQConstants.HOST_NAME_PROPERTY,"HOST NAME"); hashtable.put(MQConstants.PORT_PROPERTY,1414); hashtable.put(MQConstants.CHANNEL_PROPERTY,"CHANNEL NAME"); hashtable.put(MQConstants.USER_ID_PROPERTY, "USER_ID"); hashtable.put(MQConstants.PASSWORD_PROPERTY, "PASSWORD"); agent = new PCFMessageAgent(qmgr); PCFMessage request = new PCFMessage(MQConstants.MQCMD_INQUIRE_TOPIC_STATUS); [...] read more
So I am trying to use C# and the ObRegisterCallbacks function to get notified about any calls to OpenProcess. This is the code I have so far: internal static class Win32SelfProtection { [DllImport("NtosKrnl.exe", SetLastError = true, PreserveSig = false)] private static extern uint ObRegisterCallbacks(IntPtr callbackRegistration, out IntPtr registrationHandle); [DllImport("NtosKrnl.exe", SetLastError [...] read more
So here is the deal : I need to upload and download a file from my FTP. I obviously am missing something, as I can connect to it, but not upload the file. Any idea on why "FtpPutFileW" isn't working in this case? Cheers ! #define INTERNET_SERVICE_FTP 1 #define INTERNET_SERVICE_GOPHER [...] read more
I'm running qemu on an Ubuntu 18.04 x64 host and trying to do user emulation of dynamic binaries built for Android (for aarch64 or i386) using the Android NDK, but I always get a segfault. For example: Build$ i686-linux-android28-clang hello_world.c -o hello_world Check dependecies and paths$ file ./hello_world ./hello_world: ELF [...] read more
I have some hexadecimal numbers like this in a .txt file: 0x1, 0x2, 0x1e4b1, 0x5b, 0x80, 0x52, 0x111, 0x6b0d, 0x4e, 0x34a, 0x2067, 0x6ef3, 0x1cf, 0x1b, 0x15b, 0x4f, 0xba8, 0x319. What I am trying to do now is overwrite the contents (using code) of the file and make the end result [...] read more
For RDP, there is one page from MSDN which defines some properties for RDP performance. For example: TS_PERF_DISABLE_WALLPAPER (0x00000001): Wallpaper on the desktop is not displayed. TS_PERF_DISABLE_FULLWINDOWDRAG (0x00000002): Full-window drag is disabled; only the window outline is displayed when the window is moved. I found I need to define them [...] read more
In my macOS app I launch the ffmpeg task in order to retrieve the media file information. And I receive many crashes due to EXC_GUARD: Exception Type: EXC_GUARD Exception Codes: 0x4000000200000001, 0xd71a2ae8e8dab339 Exception Subtype: GUARD_TYPE_FD, id=0xd71a2ae8e8dab339, fd=1, flavor=0x00000002 (DUP) Here is the code I use: NSArray *ffmpegArgs = [NSArray arrayWithObjects:@"-hide_banner", [...] read more
hello gurus i am i am trying to read an external file operation in mql4 firstly my EA involves reading and writing between two mt4 terminals but to do that i have to know how to operate files externally in mql4 i have tried this documentation but it didnt work. [...] read more
Good Morning, So I am having a bit of trouble with this code. I have a gMSA setup to take ownership of Group Policy Objects. I have given the gMSA rights in Group Policy on all Domain Controllers to "Take Ownership of files and other objects". The taking ownership part [...] read more
I want to write a batch file or powershell script as a wrapper that can invoke apacheds.bat provided by ApacheDS to create a new ApacheDS instance and register it as a windows service. Currently I use C# to create powershell process and pass argument: "-c & '$scriptFullName' -Service" to powershell [...] read more
REM error code ERROR 2 (0x00000002) Copying File \Local_network_storage\Q2Elispot\AID.ROBOT1\EBOLA\062508-L1-B3-4001-0144\data.txt The system cannot find the file specified. @echo off cls :start set timestamp=%time:~0,2% set todaysdate=%date:~-4%%date:~4,2%%date:~7,2% set Source=\domain_name\Q2Elispot\AID.ROBOT1 set Destination=\domain_name\company\Apps\Lab-ElispotAP.Secured\SecuredRaw.Data set Log=\domain_name\company\Apps\Lab-ElispotAP.Secured\SecuredRaw.Data\Logs set LogName=ElispotRawDataLog if not exist %Log%%todaysdate%\ mkdir %Log%%todaysdate%\ robocopy %source% %destination% /E /FFT /Z /R:2 /W:2 /MT:8 /NP /LOG+:"%Log%%todaysdate%%LogName%_%timestamp%.txt" goto [...] read more
Issue: uint32_t entry = (uint16_t )1 << (bitPosition && 0xf); I'm about to code a memory allocator that uses a bit map in order to track allocated/free pages. void PageAllocator::deallocate( uintptr_t memoryAddress ) { logInfoEvent_m( "function = %s, file = %s, line = %i.", __PRETTY_FUNCTION__, __FILE__, __LINE__ ); uint32_t pageNb [...] read more
I'm currently working on a Python/Winapi project. I want to call Get- and SetThreadContext with Python and ctypes. My setup is Windows10 64bit and Python 64bit. The Apis should work for both, 32bit and 64bit processes. It does work with 32bit processes by calling Wow64GetThreadContext with a WOW64Context. However with [...] read more
I have an exe (C# application) which runs with a service account and tried to get the DSF link for a file share. Share exists and accessible. i have another similar exe running with the same service account and running fine where as my exe is not getting 2662 error. [...] read more
I have created a DB2 (Db2 for Z/OS) DSN in my Windows machine(Windows Server 2016, 64 bit OS) and I am trying to connect to it using SSL mechanism by providing the SSL certificate as SSLServerCertificate=\path\name.arm and Security=SSL parameters in the connection string. I am getting below error: SQL1109N The [...] read more
I am trying to build a library on my mac (OSX Version 10.14.1, Xcode Version 10.1) and it fails giving following error: Building target: application.a ar -r "application.a" api.o ar: creating archive application.a /opt/local/bin/ranlib: object: application.a(api.o) malformed object (unknown load command 1) ar: internal ranlib command failed make[1]: *** [application.a] [...] read more
My questions are : 1- Im trying to write a script for monitoring RDS grace period which expire in 10 days. it does not work for Powershell. wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !="") CALL GetGracePeriodDays Error : __CLASS : The term '__CLASS' is not recognized as the name of [...] read more
I am trying to use freeling to recognize and classify named entities in Spanish, I am testing with the analizer as I still don't understand how to use the Python API. So when using the analizer in a text it doesn't recognize or classify named entities or dates or anything [...] read more
Am using libcurl to communicate with Amazon S3. GET calls are success whereas PUT (for uploading files) calls are failing with 403. PUT call with same headers when ran through CURL-CLI are success. I have disabled certificate checking. [[ curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0) ]] Using CURLOPT_DEBUGFUNCTION option as specified in https://curl.haxx.se/libcurl/c/CURLOPT_DEBUGFUNCTION.html, [...] read more
I am trying to get the path of a running process without admin privileges. There is lots of tutorials online, but i can't get them to work. This is the basic premise that works great when running as administrator: // main Process pname = Process.GetProcessesByName(processName)[0]; string path = GetExecutablePath(pname); // [...] read more
I'm using this code on an ESP32 to connect to my home WiFi network: #include <Arduino.h> #include <WiFi.h> char text[80]; uint8_t connectTCP(void) { char ctr = 0; const char *ssid= "*********"; const char *pwd = "*********"; WiFi.begin(ssid, pwd); Serial.print("Connecting to WiFi: ***"); // Wait for connection or time-out in 5 [...] read more
I am currently learning how debuggers function and I am trying to program one myself following the book 'Gray Hat Python' by Justin Seitz. I am quite new to python and using the Windows API so any help is appreciated. I am using python 2.7 and Windows 10 64bit (in [...] read more
I'm writing code in assembly and i have a big trouble solving the error below. Tried to find solutions all over the internet, but didn't managed to find a suitable solution. i'm using CSS 8.3.1.00004 and the EK-TM4C123GXL LauchPad. The code itself is scissored from a larger one that i [...] read more
im using nipplejjs like virtual joystick by sending json request to esp32 to remote a rc car with to dc motors the front motor is for direction and the back motor for speed the fonction rorat hendle the json request i retrive the (distance , angle , degree ,type ) [...] read more
I am writing my first ever V4 printer driver application.When i tried to build the application,i got error messgae like below, Error:1296 - Hardware 'V4_Printer_Driver' does not have an associated service using install section 'DriverInstall'. What should i do to resolve this error? Here is the code of my INF [...] read more
We know that for an .so file the section header for the note.gnu.build-id is this. > idx offset load-addr size algn flags type section 001 0x000001c8 0x000001c8 0x00000024 4 0x00000002 0x00000007 .note.gnu.build-id So when I try to read the build-id from the given off-set location, I get the wrong result. [...] read more
I'm trying to run the c# watchdog windows service application from this stackoverflow thread The issue I'm having is that WtsApi32.WTSQueryUserToken is return false with the following message The operation completed successfully in this snippet of code: // Retrieve the active session ID and its related user token. var sessionId [...] read more
I'm trying to check if a webp image is transparent in PHP or not. Is it possible? Best would be in pure php. Update: After researching... i wrote this php function. Works great. webp_info() detect transparent and animation in a webp image. function webp_info($f) { // https://github.com/webmproject/libwebp/blob/master/src/dec/webp_dec.c // https://developers.google.com/speed/webp/docs/riff_container // [...] read more
I am reading a book, Hacking: The Art of Exploitation 2nd Edition, and I'm at the chapter of format string vulnerability. I read the chapter multiple times but I'm unable to clearly understand it, even with some googling. So, in the book there is this vulnerable code: char text[1024]; ... [...] read more
I have 3 Objects in game. Falling Ball, Upward moving Steps, Coins Now no problem with game play, I need steps and ball collision place to add sound effects.now onContactBegin fired twice for ball and steps collision. Once contact begin onContactBegin fired, also once it loose contact then onContactBegin fired [...] read more
I am getting an int from a data source that serves as a flag. Example: private static final int EMPLOYEE = 0x00000001; private static final int IT = 0x00000002; private static final int MARKETING = 0x00000004; private static final int DATA = 0x00000008; private static final int DBAs = IT [...] read more
String: "Some text This is first hex number 0x00000001, This is second hex number 0x00000002 Some text" Pattern: "This is first hex number 0x00000001, This is second hex number 0x00000002" Expected output: "0x00000001" and "0x00000002" (string or int, doesn't matter) In C# I want to search a String for known [...] read more
My app sends emails with Outlook and Thunderbird (Version 68.6.0) via MAPI. I only receive a receipt if emails are sent with Outlook, not with Thunderbird. mapiMessage.flags = MAPI_RECEIPT_REQUESTED; // Set receipt flag Please, could anybody provide help to request a receipt with Thunderbird, too? // using System.Runtime.InteropServices; void button1_Click(object [...] read more
after hours of debugging without any effort, I hope to find some help here on StackOverflow. I'm currently on a PTP training and due to the fact that I'm only using Linux, i also want to practice the very firsts Labs on my local machine. What i have to do [...] read more
I am writing a dummy PHY driver as a LKM. This is a platform driver and I can't call the driver probe since it depends on the compatible string. How can I make my driver invoke probe in my host machine, which is running Ubuntu 18.04, kernel version - 5.3.0-40-generic. [...] read more
I try to create new ID3D11Texture2D for map it to DXGI_MAPPED_RECT further. I receive some ID3D11Texture2D that I have no power on (can not change way of creation of). Here is the part of the code: CComPtr<IDXGIResource> cpDXGIResource; RET_HR_NULL(_pTexIn->QueryInterface(__uuidof(IDXGIResource), (void**)&cpDXGIResource), cpDXGIResource); HANDLE sharedHandle; cpDXGIResource->GetSharedHandle(&sharedHandle); CComPtr<ID3D11Texture2D> cpTexIn; cpD3D11Device->OpenSharedResource(sharedHandle, __uuidof(ID3D11Resource), (void**)(&cpTexIn)); D3D11_TEXTURE2D_DESC [...] read more
On windows 8 I am trying to copy a folder using robocopy robocopy /MIR /E /DCOPY:T /s "c:\test\xupdate can’t be deployed" "c:\test\out\" But it fails with: ------------------------------------------------------------------------------- ROBOCOPY :: Robust File Copy for Windows ------------------------------------------------------------------------------- Started : 9. april 2015 10:56:35 Source : C:\test\xupdate canÈÃÍt be deployed Dest : C:\test\out\ [...] read more
I have a recursive SQL query that works well for what I want it to do, however I'm not sure how I should filter it in order to the branches filtered alphabetically. For example: UniqueID | Description | ParentID | MaterializedPath 1 CCC 0 0x00000001 2 BBB 0 0x00000002 3 [...] read more
When I switch on the PC and system boots/starts with Windows XP Professional OS, I'm able to see the Windows XP logo and with progress bar processing But after the logo and processing I'm not getting the Welcome or Login screen immediately my PC is getting restarted automatically. PC On [...] read more
I try to show a balloon popup with a Unicode text, but I always see a ??? characters inside. When the title (szInfoTitle) doesn't contain non-ascii characters everything works just fine. And here is the fully working F# example: type NotifyIconData = struct val mutable cbSize: System.Int32 // DWORD val [...] read more
I'm following this tutorial https://samsclass.info/127/proj/lbuf1.htm i have ASLR off and i'm using Python 2 btw C Code: #include <stdio.h> #include <string.h> int main(int argc, char **argv) { char buffer[100]; strcpy(buffer, argv[1]); printf("Done\n"); } compiled with: gcc -m32 -g -fno-stack-protector -z execstack -o buffer buffer.c then i run it in gdb [...] read more
I am creating a small program which has a few functionalities to make my PC "feel better". One of those functionalities is emptying my recycle bin. I am using the following code for that: enum RecycleFlags : uint { SHERB_NOCONFIRMATION = 0x00000001, // No empty confirmation SHERB_NOPROGRESSUI = 0x00000002, // [...] read more
I am trying to open a device driver in order to send it an ioctl. There are many examples on SO and elsewhere but virtually all address opening "\\.\PhysicalDrive0" or the like. But I am trying to open a non-disk driver, compiled from Microsoft sample code at GitHub "Windows-driver-samples", namely [...] read more
This error shows in my serial monitor see the code below for ESP32 and please help me to solve > Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed) Core 1 register dump: PC : 0x400d1580 PS : 0x00060034 A0 : 0x400847fc A1 : 0x3ffbe7b0 A2 [...] read more
I noticed that if I try to read the entirety of the process with ReadProcessMemory it takes VERY long. However, when doing a MiniDumpWriteDump, it happens in about 1 second. Also for some reason the byte array becomes corrupt when trying to store the entire process when doing ReadProcessMemory and [...] read more