View Single Post
  #7  
Old 09-10-2022, 21:12
zen zen is offline
Friend
 
Join Date: Aug 2022
Posts: 11
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 36
Thanks Rcvd at 28 Times in 9 Posts
zen Reputation: 1
Old thread but I was looking at a service and using the method of replacing bytes at entrypoint with a loop (EB FE) and I extended service timeout with this registry mod. I searched the forum here and didn't see reference to it so if this is duplicate I blame the search function

.reg file to apply then reboot
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"ServicesPipeTimeout"=dword:ffffffff
Load service exe, replace first two bytes with ebfe, start service, attach with x64dbg or x32dbg as appropriate, pause or set breakpoints, restore original bytes, proceed ..
Reply With Quote
The Following 2 Users Say Thank You to zen For This Useful Post:
Dr.FarFar (09-10-2022), niculaita (09-11-2022)