Windows error 0x00000002, 2

Detailed Error Information

FILE_NOT_FOUND[1]

MessageThe system cannot find the file specified.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070002.

DEVICE_QUEUE_NOT_BUSY[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x2: DEVICE_QUEUE_NOT_BUSY.

HRESULT analysis[3]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

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.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[3][1]
DescriptionThe default facility code.[3][1]
Error Code2 (0x0002)

Questions

32votes
4answers

PowerShell launch script in new instance

I have a Master script that has several options. When you select 1 in the menu, action 1 will be executed and afterwards you'll get back to the menu. This is working fine but I would like to be able to select for example 8, which launches the code block [...] read more
powershell
18votes
2answers

How to query macOS DNS resolver from Terminal?

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 [...] read more
networking
macos
mac
dns
14votes
5answers

Unable to ping local machines by name in Windows 7

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
windows-7
networking
wireless-networking
home-networking
ip
14votes
12answers

Failed to create the host-only adapter - windows 10, docker, virtualbox

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
docker
virtual-machine
virtualbox
docker-machine
docker-toolbox
12votes
3answers

Map network drive programmatically in C# on Windows 10

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 [...] read more
c#
network-programming
10votes
1answer

How to get the processes that have systray icon

I am trying to create application that get the list of processes that have systray icon. I searched alot and found number of references: 1. http://www.raymond.cc/blog/find-out-what-program-are-running-at-windows-system-tray/ 2. https://superuser.com/questions/708674/how-to-find-out-what-process-a-system-tray-icon-corresponds-to 3. Which Windows process is displaying a given taskbar system tray icon? 4. https://social.msdn.microsoft.com/Forums/vstudio/en-US/53e27f60-37af-406f-bbdc-45db2bd3dee6/how-to-find-a-system-tray-process 5. https://social.msdn.microsoft.com/Forums/vstudio/en-US/4c4f60ce-3573-433d-994e-9c17f95187f0/finding-which-applications-and-services-are-listed-in-the-system-tray?forum=csharpgeneral 6. http://www.codeproject.com/Articles/10497/A-tool-to-order-the-window-buttons-in-your-taskbar 7. Get ToolTip Text [...] read more
c#
c++
winapi
taskbar
10votes
3answers

Is gcc reordering local variables at compilation time?

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
c
gcc
gdb
reverse-engineering
buffer-overflow
9votes
4answers

Is there any solution to Process1_Initialization_Failed on Windows 7?

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
windows-7
bsod
system-restore
7votes
2answers

eglfs on raspberry2 -- * failed to add service - already in use?

that's is my first post here. I'd like to keep it short... Following problem: i want to run a qt5/qtquickcontrols2 application utilising the eglfs backend on a raspberry-pi 2b, accelerated by vc4, of course. Ideally, it should run in kiosk mode and it definitely needs accelerated gl functionality. To minimise [...] read more
qt5
raspberry-pi2
qtquickcontrols2
archlinux-arm
eglfs
6votes
2answers

android.content.res.Resources$NotFoundException: String resource ID #0x2 Database

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 [...] read more
java
android
mysql
arrays
database
5votes
2answers

Error in Windows 10 setup: "Something happened"

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
windows-10
windows-10-upgrade
5votes
0answers

Programmatically installing a system driver on Windows 7 x64

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
windows-7
windows
drivers
64-bit
4votes
1answer

How to send an SMS from Debian command line?

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
networking
debian
modem
wwan
4votes
0answers

Make USB virtual COM device persistent through reboots

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
windows
usb
drivers
putty
serial
4votes
3answers

Windows 7 Upgrade keeps rolling back to Vista

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
windows-7
windows-vista
upgrade
4votes
1answer

Generate a public key from a private key with OpenCL for secp256k1

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
opencl
bitcoin
elliptic-curve
secp256k1
3votes
0answers

How to mount a fuse-sshfs file system inside a FreeBSD-12.0p10 jail

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
freebsd
jail
fuse
3votes
1answer

How i can Change ownership for to shared folders to Domain administrator

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
windows
network-share
3votes
1answer

Cannot connect to SQL Server after upgrading from Server 2003 to Server 2008

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
windows-server-2008
sql-server-2008
firewall
3votes
1answer

Error msg: ;; Warning: Message parser reports malformed message packet

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
networking
macos
google-chrome
dns
3votes
3answers

Digitally signed driver not verified by Windows (Code 52)

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
windows-10
usb
drivers
digital-signature
3votes
2answers

Install a driver with devcon.exe

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
windows
drivers
installation
device-manager
hid
3votes
2answers

Why might a Macbook Pro be freezing on resume from sleep?

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
macos
macbook
sleep
freeze
3votes
0answers

Android Runtime Error: Invalid ID 0x00000001 happening during Chip inflation

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
android
android-chips
2votes
0answers

Workstations lose connection to network shares and need to be rebooted in order to reconnect to shared resources

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
windows
domain-controller
network-share
dfs-r
connection-refused
2votes
1answer

Powershell: set Registrykey owner to SYSTEM user

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
powershell
access-control-list
windows-registry
2votes
2answers

Windows Update Error 800B0100

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, [...] read more
windows-server-2008
windows-update
2votes
1answer

Unable to join the domain?

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
windows-server-2008
microsoft-forefront-2010
2votes
1answer

Windows 10 Update to 1903 Error: 0x8007042B - 0x2000D

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
windows-10
windows-update
2votes
1answer

CentOS not finding wifi adapter

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
linux
networking
wireless-networking
centos-8
2votes
0answers

Windows 10 Update to 2004 failure - Error: 0x80004005 - 0x60016

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
windows-10
bootloader
mbr
bcd
2votes
3answers

Re-order or "prioritize" DNS server over Cisco AnyConnect VPN on Mac

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
networking
mac
vpn
dns
cisco-anyconnect
2votes
0answers

OpenVPN client error : Failed to configure TLS context

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
vpn
openvpn
openssl
tls
2votes
1answer

Windows 7 Software Driver Installation out of nowhere with Asian symbols

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
windows-7
drivers
virus
2votes
1answer

Slow USB3 under Linux

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
linux
usb
debian
speed
usb-3
2votes
2answers

Send MiniDump to Microsoft after Recovering from OS Blue Screen

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
windows-7
2votes
1answer

Proper way to manipulate registers (PUT32 vs GPIO->ODR)

I'm learning how to use microcontrollers without a bunch of abstractions. I've read somewhere that it's better to use PUT32() and GET32() instead of volatile pointers and stuff. Why is that? With a basic pin wiggle "benchmark," the performance of GPIO->ODR=0xFFFFFFFF seems to be about four times faster than PUT32(GPIO_ODR, [...] read more
performance
embedded
stm32
gpio
bare-metal
2votes
2answers

ZigBee Green Power AES-CCM

I'm currently working on an very simple ZigBee Green Power (GP) end device implementation. Currently, my problem is how to generate a correct MIC (message identification code). I already have an AES-CCM implementation and tested it with the test vectors for ZigBee Green Power from the ZigBee Pro Specification. The [...] read more
encryption
aes
zigbee
2votes
1answer

How to Change the My Computer Desktop Icon Using Powershell?

I am trying to learn a little bit of Shell-Scripting, as Test-Automation seems to get trendier these days. My grasp of Powershell is quite generic. My current goal is to change the My Computer desktop icon. There are some things of the Microsoft Windows 10 operating system that I have [...] read more
windows
powershell
shell
icons
desktop
2votes
3answers

What does a client need to connect remotely to an SQL Server?

i have set up a Microsoft SQL Server 2008 R2 Express on my home computer. My home computer has Windows 7 and is behind a router. I configured it i think ok, because i can connect to him from work through management studio. Means - i opened all necessary ports, [...] read more
sql-server
udp
2votes
0answers

Using PubSubClient from within a custom class

I'm building a library that I can reuse for multiple devices to save me setting up the same functions in my code over and over again. I'm having issues when trying to publish a message, and I'm hoping you can help! The code is targeting an ESP32 with BLE and [...] read more
c++
arduino
mqtt
2votes
1answer

Android app keeps going back to main activity UI when I try to display something using an adapter on the current activity

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
android
android-studio
android-recyclerview
android-arrayadapter
bluetooth-gatt
2votes
1answer

How should I initialise my stm32 ( f215 )

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
arm
embedded
cortex-m3
2votes
1answer

Why is paging not working and getting physical address not available error on Bochs

I have the following assembly code to set up paging for long mode. org 0x7e00 bits 32 mov eax, 0x08000008 mov cr3, eax pml4t: mov dword [0x8000], 0x0900000f mov dword [0x8004], 0x0 pdpt: mov dword [0x9000], 0x0a00000f mov dword [0x9004], 0x0 pdt: mov dword [0xa000], 0x0b00000f mov dword [0xa004], 0x0 [...] read more
assembly
x86
paging
bootloader
1vote
0answers

What triggers a "*** Guest State ***" register dump from the linux kernel?

Prefix: There is no kernel crash. Something, rarely, is triggering Guest State, Host State, Control State register and other debug variable dump to kernel log. The system in question is running many many virtual machines via qemu/kvm. The kernel messages are less often than any running vm is starting or [...] read more
linux
kvm-virtualization
qemu
linux-kernel
1vote
0answers

Unable to add new 2019 HyperV node to 2012R2 HyperV Cluster

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
cluster
failovercluster
hyper-v-server-2012-r2
windows-cluster
windows-server-2019
1vote
0answers

Hyper-V Core Server 2019 ignoring power plan thresholds

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
hyper-v
ups
1vote
0answers

"RPC server is unavailable" - port 135 shows filtered - NO firewall

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
windows-server-2003
domain-controller
rpc
1vote
2answers

Unsigned 64 bit printer driver on 32 bit server

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
windows
print-server
1vote
1answer

FreeRadius Accounting not working, bad passwords not cheked

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
mysql
user-accounts
freeradius
openwrt
coovachilli
1vote
3answers

IRQL_NOT_LESS_OR_EQUAL after moving Windows XP guest to new virtual machine host

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
virtualization
windows-xp
virtualhost
virtual-machines
kvm-virtualization
1vote
1answer

Starting my kernel driver (StartService) results in 0x124 bluescreen due to a machine check exception due to L2 cache bank 6 error on processor 0

When I start my driver manually using StartService, or other means, or when it's loaded by the system automatically when set to auto_start causes a bluescreen before DriverEntry is reached. Microsoft (R) Windows Debugger Version 10.0.19041.685 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\Windows\Minidump\041421-18486-01.dmp] Mini Kernel [...] read more
windows
drivers
bsod
kernel
bluescreenview
1vote
1answer

Win10 upgrade to version 20H2 failed - how to determine the cause?

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
windows-10
windows-update
windows-10-upgrade
1vote
2answers

Windows 10 Startup Fails After SysPrep

I've been battling with this issue for a week now. I'm hoping someone can help. Here is the backstory: Starting with a base Windows 10 image at build 1703, I updated to Windows 10 20H2. Everything went fine. In fact we have updated 200 of these systems the same way [...] read more
windows-10
windows-10-v1703
sysprep
windows-10-v20h2
1vote
2answers

Apps crashing with EXC_BAD_ACCESS when changing to a custom keyboard layout

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
macos
crash
keyboard-layout
dvorak
1vote
1answer

Mac OS 10.14.6 not using /etc/resolver/test

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
macos
dns
macos-mojave
1vote
1answer

Why does DHCP work even when udp 67 is blocked?

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
linux
networking
firewall
dhcp
1vote
0answers

scutil --dns and Network Preferences not matching up

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
networking
macos
dns
ipv6
wireguard
1vote
2answers

How to connect Motorola MC3190 to PC using Windows 8.1 x64?

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
usb
drivers
windows-ce
windows-8-x64
1vote
2answers

Proper installation of x64 minispy minifilter driver

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
drivers
1vote
1answer

Isolating cause of 0x124 WHEA_UNCORRECTABLE_ERROR consistently at address ntoskrnl.exe+4b314c

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
windows-7
drivers
freeze
bsod
minidumps
1vote
0answers

Why upgrading to Windows 10 anniversity edition fails

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
windows-10
windows-10-upgrade
windows-10-v1607
1vote
0answers

Internet Explorer 11 installation fails with errorcode 9C59

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
installation
windows-server-2008-r2
internet-explorer-11
1vote
2answers

IRQL_NOT_LESS_OR_EQUAL during run of Adobe CS 4 product

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
bsod
1vote
0answers

Vista update 800b0100

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 [...] read more
windows-vista
internet-explorer
updates
powershell
1vote
1answer

Multiple BSOD Windows 7

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
windows-7
google-chrome
memory
bsod
1vote
0answers

irql_not_less_or_equal Disable BIOS Memory options STOP: 0x0000000A (0xF000E987, 0x00000002, 0x00000001, 0x808247A4)

> 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 [...] read more
windows
windows-xp
1vote
1answer

TP-Link WN722N usb NIC

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
windows
wireless-networking
network-adapter
1vote
1answer

Unable to connect to AP on a Raspberry Pi

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
wireless-access-point
raspberry-pi
1vote
1answer

Windows 7 wireless suddenly doesn't work anymore

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
windows-7
wireless-networking
router
connection
1vote
1answer

Robocopy ignores /D switch

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
robocopy
1vote
2answers

XP reboots when I use uTorrent

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
windows-xp
reboot
minidumps
dump
1vote
0answers

Trouble assigning ports for tivia TM4C launchpad that ill be connected to components on a breadboard

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
c
keil
fsm
texas-instruments
1vote
0answers

Why eip is not restored from its location at the stack, instead uses relative to ebp address

I try to follow the example of stack smashing from the "Hacking The Art of Exploitation". The main code is #include <stdio.h> #include <string.h> #include <fcntl.h> #include <sys/stat.h> #include <unistd.h> #include "hacking.h" #define FILENAME "/var/notes" int print_notes(int, int, char *); // Note printing function. int find_user_note(int, int); // Seek in [...] read more
c
linux
assembly
stack
1vote
1answer

Why am I not receiving interrupts on Port Status Change Event with the Intel's xHC on QEMU?

I'm coding a small OS kernel which is supposed to have a driver for the Intel's xHC (extensible host controller). I got to a point where I can actually generate Port Status Change Events by resetting the root hub ports. I'm using QEMU for virtualization. I ask QEMU to emulate [...] read more
c++
x86
usb
osdev
hci
1vote
0answers

YouTubePlayer stops playback when entering Picture-in-Picture mode on Android

The PiP windows shows up, but the screen simply goes black and no audio is played. This is the only error-type thing I can find in my log. It doesn't match any of the error codes here so I have no idea what the problem could be. W/YouTubeAndroidPlayerAPI: This YouTubePlayer [...] read more
java
android
kotlin
youtube-api
picture-in-picture
1vote
1answer

Page fault after enabling paging? OSDEV

I am trying to make my own Operating System. I got interrupts working, some keyboard and mouse drivers, basic video and printing functions. Now I want to get into memory management and tasks and the first thing I realized is that I need paging which I have yet to set [...] read more
c
x86
paging
osdev
1vote
1answer

Invalid ID 0x00000001 errors after ViewPager2 migration

I have been working with a Tab layout with ViewPager for a while and it has gone deprecated. I followed the official documentation and migrated to ViewPager2, everything works but I am getting the following error on each fragment: Invalid ID 0x00000001 Invalid ID 0x00000001 Invalid ID 0x00000001 And these [...] read more
android-viewpager
fragment
adapter
sections
migrating
1vote
2answers

Can I treat an `enum` variable as an `int` in C17?

TL;DR: Is it right to assume, given enum NAME {...};, that enum NAME n is the same as int n during execution? Can n be operated on as if it were a signed int, even though it is declared as enum NAME? The reason: I really want to use enum [...] read more
c
types
enums
standards
c17
1vote
0answers

Operation could not be completed (error 0x00000002) while using rundll32

I came across this issue (I'm using windows 7 64x). I'm running this command RUNDLL32.EXE PRINTUI.DLL,PrintUIEntry /ia /m "Printer" /f "C:\Program Files (x86)\Project\bin\drivers\Print\printer.inf and it gives me error saying Operation could not be completed (error 0x00000002) I've searched around and found few solutions, like restarting Print Spooler and etc. But [...] read more
windows
printing
driver
1vote
0answers

CreateProcess function creates the process in de the default dekstop instead of creating it inside the new desktop

I am working on an small C# application and found a weird error. The goal of this application is to create a new Desktop and launch a process inside it. For this purpose, I am relying on the following win32 functions: [DllImport("user32.dll")] public static extern IntPtr CreateDesktop(string lpszDesktop, IntPtr lpszDevice, [...] read more
c#
windows
winapi
createprocess
1vote
3answers

Disassemble instruction set for 8051 microcontroller

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
assembly
reverse-engineering
microcontroller
disassembly
8051
1vote
0answers

How to force a generic Microsoft driver programmatically (RNDIS) with setupapi DiInstallDevice if it fails with ERROR_INVALID_PARAMETER?

When I plug a USB RNDIS device (Linux gadget) to a Windows PC, is seen as 'RNDIS' device, without driver. To make it work I go to Device Manager, and manually select the Microsoft Generic Remote RNDIS Driver. My final goal was to force-install that generic Microsoft driver from code [...] read more
c#
setupapi
rndis
1vote
1answer

Can't symbolicate using WinDBG, the exe and its associated pdb

I've been trying to use a crash reporter a previous colleague on a project. It outputs the stacktrace when a crash occurs which contains, for example, something like this (only showing the most important line of the stacktrace): Event: APPLICATION_CRASH SE EXCEPTION_ACCESS_VIOLATION at address 0x00007FF773D681E6 inside MyApp.exe loaded at base [...] read more
c++
windows
debugging
windbg
1vote
1answer

Debug core file with specific debug symbols using LLDB

I have a program built in both release and debug modes. The released binary of my program has been crashed on a user machine (let the sysroots be the same, for simplicity), so now I have got a core file from this user. I want to debug this core file [...] read more
macos
debugging
crash
lldb
1vote
0answers

unable to get thread context of an suspended process'

so, i am trying to write a script in python by which i can get the different register's value of a thread as well as also get the imagebase address and other different values which are related to process's PEB header. till now i wrote script by which i can [...] read more
python
ctypes
1vote
1answer

Esp32 panics every other HTTP Post request

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
c++
http
post
esp32
panic
1vote
1answer

Bit-Band Alias Offset Address for TI MSP432P401 board

Would anyone explain, please, in this formula below for calculating Bit-Band Alias Offset Address for TI MSP432P401R board, why we should add to (addr & 0xF0000000) + BB_OFFSET, this value ((addr & 0xFFFFF) << 5) ? #define TA0CTL_ADDR (0x40000000) /* Bit Band Region is offset from Peripheral/SRAM */ #define BB_OFFSET [...] read more
c
embedded
msp432
bit-banding
1vote
1answer

Emulate Touch Event in Windows 8 using Python

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
python
windows-8
touch
simulation
ctypes
1vote
0answers

Binary not loaded automatically to target by Keil MDK v5

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
stm32
keil
1vote
0answers

MaximumFileSize parameter in Start-EtwTraceSession appears to not work

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
powershell
etw
1vote
0answers

bomblab phase_6: Where did I make mistake?

This is the code of node6. 0x00005555555558ab <+0>: endbr64 0x00005555555558af <+4>: push %r14 0x00005555555558b1 <+6>: push %r13 0x00005555555558b3 <+8>: push %r12 0x00005555555558b5 <+10>: push %rbp 0x00005555555558b6 <+11>: push %rbx 0x00005555555558b7 <+12>: sub $0x60,%rsp 0x00005555555558bb <+16>: mov %fs:0x28,%rax 0x00005555555558c4 <+25>: mov %rax,0x58(%rsp) 0x00005555555558c9 <+30>: xor %eax,%eax 0x00005555555558cb <+32>: mov %rsp,%r13 0x00005555555558ce [...] read more
assembly
x86-64
reverse-engineering
1vote
0answers

kernel 4.4.192 spinlock already unlocked

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
linux
linux-kernel
embedded-linux
spinlock
1vote
0answers

Why does Bochs crash on simple mov instruction

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
assembly
x86
qemu
bootloader
bochs
1vote
0answers

Node.js/Electron - Can I reset the system idle time?

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
node.js
electron
1vote
1answer

Invalid parameter implementing GetMenuItemInfoW with JNA

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
java
winapi
jna
0votes
1answer

Proxmox Ceph - Got timeout on separate network

I've installed on 4 nodes a completly fresh OS with Proxmox. Every node has 2xNVMe und 1xHD, one NIC public, one NIC private. On the public network there is an additional wireguard interface running for PVE cluster communication. The private interface should be used only for the upcoming distributed storage. [...] read more
proxmox
ceph
0votes
0answers

SSH connection refused even if firewall is disabled

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
ssh
0votes
1answer

SSH reading "/root/.ssh/known_hosts" from local or remote?

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
ssh
debian
0votes
1answer

ls and find hangs on a folder. What to do?

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
proxmox
debian-stretch
fuse
0votes
1answer

CentOS Development Server Crashing Frequently

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
centos
centos5
server-crashes
0votes
2answers

Can connect to VNC only when computer is connected to another vnc server

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
router
ip
port
vnc
0votes
1answer

How to change Power options through registry or through command line?

I want to change powercfg.cpl "Power Options" directly through registry. Specifically I want to change this: enter image description here [https://i.stack.imgur.com/R2Fqq.png] To these settings: enter image description here [https://i.stack.imgur.com/mQyWK.png] I am using a desktop computer on alternating current power, therefore power saving is unnecessary and it impairs performance; I have [...] read more
windows-10
command-line
windows-registry
power-management
0votes
0answers

Changing the DNS server(s) pushed by SSLVPN (using FortiClient on macOS Catalina)

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
dns
ssl-vpn
forticlient
0votes
0answers

Troubleshooting BSOD error 0x000000c5 (0x00010003, 0x00000002, 0x00000001, 0xB05515A1) on Windows XP

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
windows-xp
bsod
0votes
1answer

Enable keyboard-interactive authentication with password only

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
linux
networking
ssh
slackware
0votes
4answers

Random BSOD with infamous DRIVER_IRQL_NOT_LESS_OR_EQUAL and unknown dll

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
windows-xp
drivers
bsod
0votes
2answers

Please help interpret setuperr.log from failed Win10 1903 Update

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
windows-10
updates
windows-10-v1903
0votes
0answers

Windows 10 update from 1803 to 1909 fails

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
windows-10
windows-update
0votes
0answers

Windows update from 1803 fails with 0x8007042B - 0x2000D SAFE_OS phase during MIGRATE_DATA operation

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
windows-10
0votes
2answers

USB HDD Case: can't mount 2nd ext4 partition

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
linux
hard-drive
usb
partitioning
usb-storage
0votes
1answer

Windows 10 Pro bluescreens during Windows update (Windows 1803)

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
windows-10
windows-update
bsod
0votes
1answer

How can I make robocopy continue to try even though there is an error 2 (file not found)?

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
networking
backup
7-zip
robocopy
cloud-storage
0votes
0answers

How do I upgrade from Windows 10 1803 to 1809? I'm getting a failure 0x80070003

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
windows-10
windows-10-upgrade
0votes
2answers

USB Audio and Video devices no longer work after Windows 10 Update KB3176493

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
windows
windows-10
usb
audio
drivers
0votes
0answers

BSOD graphic driver nvlddmkm.sys error

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
bsod
nvidia-graphics-card
0votes
1answer

Windows 10 BlueSscreen Error

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
bsod
0votes
0answers

Upgrading to Windows 10 fall creator fails

This is the setuperr.log. 2018-01-23 16:43:24, Error MOUPG CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class IMoSetupDlpAction> > > >::Suspend(1066): Result = 0xC1800104 2018-01-23 16:43:24, Error MOUPG CSetupManager::ExecuteInstallMode(723): Result = 0x800705BB 2018-01-23 16:43:24, Error MOUPG CSetupManager::ExecuteDownlevelMode(347): Result = 0x800705BB 2018-01-23 16:43:24, Error MOUPG CSetupManager::Execute(237): Result = 0x800705BB 2018-01-23 16:43:24, Error MOUPG CSetupHost::Execute(375): Result = [...] read more
windows-10-v1703
0votes
1answer

Windows 10 upgrade failing with "Win10UpgradeProgramInChina" events in Event Viewer

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
windows-7
windows-10
windows-10-upgrade
0votes
1answer

local web development not working on OSX

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
dns
apache-http-server
webserver
dnsmasq
osx-server
0votes
0answers

Windows 10 reinstall "Reset" operation fails with errors

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
windows
windows-10
boot
windows-installation
0votes
1answer

Dell desktop falls asleep in a couple minutes, ignores power/screen saver settings

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
windows-10
sleep
power-management
dell-inspiron
0votes
1answer

Installing Printer: Help analysing setupapi.dev.log

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
windows-10
printer
setup
0votes
1answer

Windows shutting down rather than hibernating when battery level critical

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
windows-7
power-options
0votes
0answers

Reason for kernel panic? Unable to handle kernel paging request at virtual address ebfeb0a0

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
linux
memory
cpu
scheduled-tasks
kernel
0votes
0answers

Windows 10 1607 upgrade issues

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
windows
windows-10-upgrade
sql-server
0votes
1answer

scanstate fails at reading a registry entry from the offline image

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
windows-8
windows-registry
usmt
0votes
0answers

Cannot update to Windows 10 on HP 15-f014wm

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
windows
windows-update
windows-10-upgrade
0votes
0answers

Win 10 doesn't upgrade to November update or Redstone

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
windows-10
windows-10-upgrade
windows-10-v1607
0votes
1answer

OpenVPN server issues

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
networking
arch-linux
openvpn
daemon
0votes
1answer

Vista SP2 and .NET Framework 3.5 ERROR: TRUST_E_NOSIGNATURE(800B0100)

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
windows-vista
updates
.net-framework
service-pack
0votes
2answers

Windows 8 upgrade fails

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
windows-8
windows-8-upgrade
0votes
2answers

windows update fails on windows vista x64 because of KB980182

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
windows-vista
windows-update
0votes
1answer

Customizing Fantacy Remote .INI file

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
remote-desktop
remote-access
0votes
0answers

fetch address not aligned on word boundary 0x00000002

I was trying to load a .word from a structure, but when I try to run the program it's shows the error "fetch address not aligned on word boundary 0x00000002". Don't understand, cause I have seen a friend's code with the same and it's works for her. The code uses [...] read more
assembly
mips
0votes
0answers

I'm getting an error for object does not contain a definition for WndProc (i.e base.WndProc)

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Runtime.InteropServices; using System.Windows.Forms; namespace ConsoleApp5 { public class Program { protected virtual void WndProc(ref Message m) { const int WM_DEVICECHANGE = 0x0219; //see msdn site const int DBT_DEVICEARRIVAL = 0x8000; const int DBT_DEVICEREMOVALCOMPLETE = 0x8004; const int DBT_DEVTYPVOLUME = [...] read more
c#
visual-studio-2019
0votes
0answers

Removing unused variables causes exception

Trying to find a way to execute a command as a different user with credentials I came across this great answer by Eryk Sun. Trying to melt it down to my needs, I saw some strange behaviour. For ease of copying, I put the code from that answer as a [...] read more
python-2.7
winapi
ctypes
pywin32
0votes
0answers

Coral USB Accelerator / RPI CM4 - Crashing over USB 2.0

I am running the Coral USB accelerator on a Raspberry Pi CM4 board over USB 2.0. When using the python / openCV sample program (google-coral/examples-camera/opencv/detect.py, with all the prerequisites installed), I get intermittent crashes, and I found the dmesg errors below that coincide with the crash. Sometimes it will tolerate [...] read more
raspberry-pi4
google-coral
0votes
0answers

Windows Time service won't synchronize

I'm posting my problem here because even with all the post I could read to fix this, the w32tm still give me the same error message when trying to synchronize the computer time with a local NTP server (which is a PLC). Here's a quick explanation of the situation : [...] read more
windows
synchronization
windows-services
wireshark
ntp
0votes
0answers

Runtime Error: undefined symbol: _ZN11IO_Expander14channel_selectEih

I have 3 files: a .cpp file containing definitions, a header file for declarations and macros and another file(.cc) that calls the header file. The problem I'm having is at runtime I seem to be getting an "undefined sysmbol error related to the function "channel select" that I'm trying to [...] read more
c++
compiler-errors
linker
runtime-error
undefined-symbol
0votes
1answer

Instruction Overwrites with Garbage?

I am practicing a function return address overwriting exploit. However, the program instruction pointer instead gets overwritten by gibberish. I have tried compiling with -fno-builtin and -fno-stack-protector, but nothing seems to change the behavior. Code (from "Hacking the Art of Exploitation", 2nd Edition, Page 125): #include <stdio.h> #include <stdlib.h> #include [...] read more
c
x86
overwrite
exploit
instructions
0votes
0answers

guru meditation error: core 0 panic'ed (loadprohibited) while working with custom library

I am working on a median filter on the ESP32 board. This median filter is based on a circular buffer. I implemented the filter into the main.c and it worked just fine. However as I created a custom library and called the function from the main.c the ESP32 just reboots [...] read more
c
esp32
freertos
platformio
0votes
0answers

dnsmasq not redirecting traffic

Problem: I am using PulseSecure VPN to connect to my workplace. After connecting i have to update the Hosts file /etc/hosts with my internal ip and host name to make it work else it is not accessible but the problem is that there are many domains called against 1 ip [...] read more
dns
hosts
macos-big-sur
dnsmasq
pulsesecure
0votes
0answers

I am getting EXC_GUARD when launching app using NSTask launchedTaskWithLaunchPath

Faulting code: myTask = [NSTask launchedTaskWithLaunchPath: appPath arguments: initArray]; Where myTask is a global static NSTask* myTask = NULL; and initArray is a global static NSMutableArray *initArray = NULL; and appPath is a local NSString* Exception Type: EXC_GUARD Exception Codes: 0x4000000200000001, 0x326e91a2a5c769eb Exception Subtype: GUARD_TYPE_FD, id=0x326e91a2a5c769eb, fd=1, flavor=0x00000002 (DUP) Top [...] read more
objective-c
exception
crash
file-descriptor
nstask
0votes
0answers

AWS) crosscompile C sdk To ARM - not a dynamic Executable

I crosscompile AWS Embedded CSdk through gnueabigcc and put it in the device. But when I run it, there's an error that says I can't run it because I don't have a library. When I tried ldd "file name" with Linux, the phrase "not a dynamic Executable" appears. I think [...] read more
amazon-web-services
0votes
1answer

Debug symbols won't load for slc.dll and sppc.dll

Here is my situation. I'm trying to debug a WCF service on a remote server (Windows 2012 R2 Standard). I'm on a Windows 7 Professional System running Visual Studio 12. After figuring out how to install the remote debugger and connect to it, I received a Symbols not loaded error. [...] read more
visual-studio-2012
debug-symbols
pdb-files
0votes
1answer

Script does not run correctly when executed from cron

i have a problem with a script, when is executed from cron the script does not work as expected but when i execute it from ssh it runs as is supposed. Setup: QNAP NAS The script that i'm trying to run: #!/bin/sh log="/share/CACHEDEV1_DATA/Jobs/logs/" currentDate=$(date +"%m-%d-%Y") logFile=$log"SSLCertNextCloud_"$currentDate".log" certSource="/etc/stunnel/" certFile="backup.cert" certKey="backup.key" nextCloudCert="/etc/apache2/ssl/SSLcertificate.crt" [...] read more
linux
ssh
cron
0votes
0answers

Total pages printed on python and winspool.drv

Recently I had copied this code (Thanks CristiFati): Python- How to communicate with printer While its working on its own, I can't figure out how can I get total page counting to work, I added it to DEFAULT_FIELDS var and to NotifyData method, without luck as follow: def NotifyData(self): if [...] read more
python
ctypes
pywin32
0votes
1answer

Remote SQL Server Connection Issues

I am having trouble transferring data from local SQL Server (SSMS) instance to a remote server instance as well as running an SSIS package that transfers data to remote server (it works fine locally). My local SQL Server version is 2018 and the remote version is 2014. My end goal [...] read more
sql-server
tcp
connection
timeout
remote-server
0votes
0answers

Why SSH_FXF_APPEND flag is commented out while calling the APPEND operation of JSCH

A quick brief, I am working with one of the implementations of SFTP server for .NET i.e. NSoftware IPWorks SSH. I wanted to deduce the APPEND operation invoked by the client and do some logic on that. I quickly implemented the SSH client using Renci's SSH.NET package and was able [...] read more
ssh2-sftp
0votes
0answers

Unexpected behavior while rendering Custom Controls(Form) C#

Introduction I am developing custom controls [Here: Form] with custom 3D shape and PathGradient colors. everything is working very smoothly and even I had achieved what I exactly want Click To View The Actual Image Shape And Color Of The Form [https://i.stack.imgur.com/vJH0m.png] And the whole code to generate this form [...] read more
c#
winforms
custom-controls
0votes
0answers

XAMPP remote access on windows server

I am running a website in XAMPP on localhost in Windows Server 2016. I am trying to make it public so anyone can access it via the IP (and later the domain). So I checked that the server port 80 (TCP) is open in the firewall settings. But portqry.exe returns: [...] read more
apache
networking
tcp
xampp
windows-server
0votes
0answers

According to the standard PCI bus scan but the result is abnormal

This is scanning code uint32_t pci_read_configd(uint8_t bus, uint8_t dev, uint8_t func, uint8_t offset) { uint32_t address; uint32_t lbus = (uint32_t)bus; uint32_t ldev = (uint32_t)dev; uint32_t lfunc = (uint32_t)func; address = (uint32_t)((lbus << 16) | (ldev << 11) | (lfunc << 8) | (offset & 0xfc) | ((uint32_t)1 << 31)); out_port32(0xcf8, [...] read more
c
operating-system
qemu
pci
pci-bus
0votes
0answers

Finding a value of a variable pointed by debug symbols on a hex editor

An example scenario would be compiled with gcc -g: void main() { int find_me = 123; char find_me1 = 'h'; } and from dwarfdump -d: 0000000000001119 <main>: 1119: 55 push %rbp 111a: 48 89 e5 mov %rsp,%rbp 111d: c7 45 fc 7b 00 00 00 movl $0x7b,-0x4(%rbp) 1124: c6 45 [...] read more
c
linux
assembly
gcc
reverse-engineering
0votes
1answer

How do I lookup a value in a table?

In Go assembly on arm64, I have created a table of values DATA table<>+0(SB)/4, 0x00000001 DATA table<>+4(SB)/4, 0x00000002 DATA table<>+8(SB)/4, 0x00000003 DATA table<>+12(SB)/4, 0x00000004 But what I want to be able to do is load up a value into a register from this table, but based on a variable. If [...] read more
go
assembly
arm
arm64
0votes
1answer

why vxworks register r3 is falsified before execution?

I am going to run an application on a PowerC platform(vxworks), but I have encountered a problem. I've got a data access exception. register r3 is falsified before execution, I don't know why, please help me with this question, thanks! > 0x7ff7150 (tTask4_nor): Watchdog for T0 stopped 0x7ff7150 > (tTask4_nor): [...] read more
exception
vxworks
0votes
2answers

c# fujistu fi-6140 scanner Value does not fall within the expected range

I am developing one window application on C#. For that, I install driver WIA & get from "http://www.fujitsu.com/global/support/computing/peripheral/scanners/drivers/twain/v9211307.html" - "Ft9l10bX5.exe". My code: class WIAScanner { const string wiaFormatBMP = "{B96B3CAB-0728-11D3-9D7B-0000F81EF32E}"; class WIA_DPS_DOCUMENT_HANDLING_SELECT { public const uint FEEDER = 0x00000001; public const uint FLATBED = 0x00000002; } class WIA_DPS_DOCUMENT_HANDLING_STATUS { public [...] read more
c#
asp.net
window
0votes
0answers

New linux firewall - nft - maps with concatenations and interval doesn't seem to work

Hello linux firewall gurus, I am trying to move from iptables-based firewalls to nft. I find sets/maps/concatenations quite useful, but now I am trying to use more concepts together.... and it doesn't work for me as I think it should. I want to mark certain packets for latter use. I [...] read more
linux
firewall
netfilter
nftables
nft
0votes
1answer

Get all data from RAM

It is just a theoretical question, which I'd like to ask: Is there a method to start reading memory addresses one by one and show it's values, even those are not belongs to my program? Here is my stupid JS-like example (I'm not a programmer): for (address in RAM) { [...] read more
hex
ram
0votes
1answer

Java - JNA - User32.INSTANCE.GetLayeredWindowAttributes returns wrong transparency value

After years of finding answers here, this case I could not find anything so I post question about here I try to get the transparency level of some window using GetLayeredWindowAttributes function in Win32 API. In C++/C, to get the transparency level I use the following code: DWORD flags = [...] read more
java
winapi
jna
0votes
0answers

DocumentProperties not updating the print job with new DEVMODE structure

I am trying to update a print job with a new property set to the printer's DEVMODE structure in my C# win forms application. Specifically, the tray to print to. [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public class DOCINFOA { [MarshalAs(UnmanagedType.LPStr)] public string lpszDocName; [MarshalAs(UnmanagedType.LPStr)] public string lpszOutput; [MarshalAs(UnmanagedType.LPStr)] public string lpszDatatype; [...] read more
c#
winapi
printing
print-spooler-api
0votes
1answer

ESP32: Getting Guru Meditation Error because having an extremly long string (~15.000 characters long)

I've written a little program, which in a loop first sends a POST-request to a special machine, the machine returns an other API-path in its response header, afterwards I can execute a GET-request on that API path and get an extremly long string (~ about 15.000 characters). This works pretty [...] read more
c++
string
runtime-error
stack-overflow
esp32
0votes
1answer

Reading the Command Line Parameters from a .lnk file

I already have the option to read the target file using JUCE or using the code below. But I also need to be able to read the command line parameters. Something I couldn't figure out yet. I tried the LibLnk library but couldn't find any example on how to actually [...] read more
c++
windows
juce
0votes
1answer

Determing the highest possible color and depth attachement sampled count in Vulkan

Do I need to set the value of VkAttachmentDescription::samples to a power of 2 or are arbitrary values allowed, as long as they don't exceed the maximum supported by the hardware? I'm really confused about this. The samples field is of type VkSampleCountFlagBits, which is declared in the following way [...] read more
graphics
vulkan
0votes
1answer

Shift 32 bit Numbers on a 16 bit Datapath

HOW TO SHIFT 32 BIT NUMBERS ON A 16 BIT DATAPATH This is a computer architecture question. -------------------------------------------------------------------------------- My datapath is only 16 bit wide, meaning my ALU can only process 16 bit operands at a time. My registers are 32 bits wide and are addressable in lower and upper [...] read more
cpu-architecture
32-bit
riscv
16-bit
riscv32
0votes
0answers

INF compiling error 22.9.1: file is missing or cannot be decompressed from source media

I am trying to build a kernel mode driver for Win 10. The driver INF is show below: ;; (c) Copyright ;; [version] Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%ProviderName% CatalogFile=myPCIeDriver.cat DriverVer=11/03/2020, 1.0.4.0 PnpLockDown=1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [SourceDisksNames] 1=%DiskName%,,,"" WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll=1 [SourceDisksFiles] myPCIeDriver.sys=1 myPCIeDriverLang.ini=1 [DestinationDirs] Common.Files.x86_11 = 12 ;;11 = \windows\system32\ Sys.Files.x86_12 = 12 ;;12 [...] read more
kernel
driver
inf
0votes
0answers

How to get video frames from UVC device in MJPG format on ARM64 system? (with python)

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
python
linux
opencv
gstreamer
uvc
0votes
0answers

Having issues with a Frida gadget on an emulated Android device

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
android
arm
apk
emulation
frida
0votes
0answers

Python SetThreadExecutionState: How do I prevent screen display from turning off?

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
python
ctypes
0votes
1answer

Mac Catalyst game crashes on GKAchievementInternal showBanner

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
game-center
mac-catalyst
0votes
0answers

Deciphering traceback from ARM CPU on Evaluation Board

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
arm
yocto
irq
petalinux
0votes
2answers

Show Balloon popup via WinApi32

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
c#
.net
winapi
f#
windows-10
0votes
0answers

Computer crashed after attempting to start bettercap http/api server. I copied some errors from journalctl --system. The output baffles me

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
crash
out-of-memory
httpserver
0votes
0answers

Completing/Amending Recurring Task (iOS: Reminder(s)) on iPhone results in Incorrect RecurrencePattern?

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
ios
outlook
mapi
activesync
0votes
0answers

How can I find the node6

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
x86-64
reverse-engineering
disassembly
0votes
0answers

How to set/build listview filterbar vs2019 winform C#

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
c#
0votes
1answer

Trying to read from switches and output in a LED switch board

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
assembly
mips
0votes
1answer

How to interpret the PCIe registers and (address) ranges in device tree files?

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
linux-device-driver
device-tree
pci-e
0votes
1answer

IBM-MQ PCF using to get subscriber count with a particular Topic

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
java
ibm-mq
0votes
1answer

Using ObRegisterCallbacks With C#

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
c#
windows
winapi
driver
0votes
0answers

Sending file to FTP through FtpPutFileW (MQL4)

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
dll
mql4
wininet
0votes
1answer

Segfault in qemu user emulation of Android binary

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 [...] read more
android
segmentation-fault
emulation
qemu
0votes
2answers

If I have hexadecimal numbers with some 1 digit long like 0x1 and some 5 digits long like 0x1e4b1, how do I write code to make them all 8 digits long?

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
python
hex
0votes
0answers

Is there any way to get the definition of the PerformanceFlags property for RDP if we don't define them in code explicitly?

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
rdp
0votes
0answers

NSTask launch crash due to EXC_GUARD

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
macos
nstask
0votes
0answers

file operations via winAPI kernel32

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
mql4
0votes
0answers

Using PowerShell to take ownership/change permissions of GPOs

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
powershell
active-directory
group-policy
-1votes
2answers

No DISM is found on my system

Windows 7 64-bit. Trying to install IE11 and getting following error: Launched package installation: C:\Windows\SysNative\dism.exe /online /add-package /packagepath:C:\Windows\TEMP\IE15931.tmp\IE11-neutral.Extracted.cab /quiet /norestart 00:21.684: INFO: Process exit code 0x00000002 (2) [The system cannot find the file specified. ] 00:21.715: ERROR: Neutral package installation failed (exit code = 0x00000002 (2)). I don't have Windows/SysNative [...] read more
windows-7
internet-explorer
dism
-1votes
1answer

irql_not_less_or_equal Disable BIOS Memory options

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
windows-xp
-1votes
0answers

Find and click default button on modal dialog?

I started with the code found here - https://color-of-code.de/programming/c-sharp/detect-waiting-for-user-input. I can find a modal dialog if one is open. I'm looking for a modal dialog that is open in a different app, not sure if that matters or not. Now what I want to do it click the default button. [...] read more
c#
pinvoke
ui-automation
-1votes
1answer

After STM instruction, why does R6 register hold memory location of 10, 11, 12?

In Wiley's Practical Reverse Engineering book, page 59, the following example is used to explain the LDM/STM instructions. Shouldn't line 30 show R6 with the values of r3, r4, r5? Doesn't line 10 store the values in R6 at the memory locations of the destination? 02: Breakpoint 1 at 0x8344 [...] read more
assembly
arm
-1votes
1answer

What do the Mutex and Cache sqlite3_open_v2 flags mean?

EDIT: If I could navigate documents I'd be dangerous. http://www.sqlite.org/sharedcache.html ORIGINAL: The sqlite3_open_v2 function bears the signature: int sqlite3_open_v2( const char *filename, /* Database filename (UTF-8) */ sqlite3 **ppDb, /* OUT: SQLite db handle */ int flags, /* Flags */ const char *zVfs /* Name of VFS module to use [...] read more
c
database
sqlite
mutex
-1votes
1answer

Non ascii characters in Balloon WinApi popup

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
.net
winapi
balloon
-1votes
1answer

Disable Windows Recycle Bin delete confirmation in C#

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
c#
windows
recycle-bin
shell32
-2votes
1answer

Trying to Backup Libraries on Windows 7 Using the Following Batch File

@echo off echo %DATE%,%TIME%,%USERNAME%,%COMPUTERNAME% >> \\ds.fordham.edu\Users\migrate.log mkdir P:\Saved-%computername%\ net use > P:\Saved-%computername%\SPARES.txt robocopy "%LIBRARIES%\Music" P:\Saved-%computername%\Music /E /LOG:P:\Saved-%computername%\copylog.log /np robocopy "%USERPROFILE%\Desktop" P:\Saved-%computername%\Desktop /E /LOG+:P:\Saved-%computername%\copylog.log /np robocopy "%USERPROFILE%\Local Settings\Application Data\Microsoft\Outlook" P:\Saved-%computername%\Outlook *.pst /E /LOG+:P:\Saved-%computername%\copylog.log /np robocopy "%USERPROFILE%\" "P:\Saved-%computername%\PKCU /E /LOG+:P:\Saved-%computername%\copylog.log /np robocopy "%LIBRARIES%\Pictures" "P:\Saved-%computername%\Pictures" /E /LOG+:P:\Saved-%computername%\copylog.log /np robocopy "%LIBRARIES%\Documents" "P:\Saved-%computername%\Documents" /E /LOG+:P:\Saved-%computername%\copylog.log [...] read more
command-line

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0