Search found 198 matches

by BUCKAROO
Wed Aug 19, 2015 1:44 pm
Forum: Quick Questions
Topic: autoit controlsend/controlclick?
Replies: 7
Views: 1601

Re: autoit controlsend/controlclick?

Original... Run("notepad.exe") WinWaitActive("Untitled - Notepad") Send("This is some text.") WinClose("Untitled - Notepad") WinWaitActive("Notepad","Save") ;WinWaitActive("Notepad","Do you want to save") ; When running under Windows XP Send("!n") Exit Modified... AutoItSetOption("WinTitleMatchMode"...
by BUCKAROO
Mon Aug 10, 2015 3:06 am
Forum: Quick Questions
Topic: SBIE Bypassed? [No]
Replies: 54
Views: 6316

Re: SBIE Bypassed?

"Please disregard warnings from Windows 8 regarding compatibility with Sandboxie v3. Sandboxie version 3.76 is compatible with Windows 8." Just not >= 8.1 Test update: Sbie <= 3.76 actually vulnerable on 64-bit OS. [win7 sp1 x64] (Sorry. I wasn't being thorough.) Experimental Protection (64-bit) wit...
by BUCKAROO
Sun Aug 09, 2015 5:04 am
Forum: Quick Questions
Topic: SBIE Bypassed? [No]
Replies: 54
Views: 6316

Re: SBIE Bypassed?

It's case by case and some cases in their way fall through and slip by Sandboxie 4.x; we can only infer behaviour. Undocumented NtGetNextProcess and others, too generous in their helping, still have to be a cock-up by MS engineers - just my feeling. :wink: As far as I know, Sandboxie operates in thi...
by BUCKAROO
Sat Aug 08, 2015 12:34 pm
Forum: Quick Questions
Topic: SBIE Bypassed? [No]
Replies: 54
Views: 6316

Re: SBIE Bypassed?

The technical reason, I don't really know. Starting 4.x, Sbie hooks less system internals in line with Microsoft's wishes, so more compatibility across the board, supposedly. Fewer grubby hacks for less work [not in hindsight] in the long run building and relying on Windows NT's inherent security, b...
by BUCKAROO
Sat Aug 08, 2015 5:40 am
Forum: Quick Questions
Topic: SBIE Bypassed? [No]
Replies: 54
Views: 6316

Re: SBIE Bypassed?

Confirmed Bypass! Needs admin priv, so protect your system with Drop Rights. Windows 7/8 tested. Sandboxie 5.01.6 (64-bit and 32-bit OS). Likely all 4.x. (Sbie 3.76 didn't appear to be vulnerable.) OMG! If you want to toy with this API of/in question, do NOT target your SystemDrive, C:\ Kill Windows...
by BUCKAROO
Sat Jul 11, 2015 10:21 pm
Forum: Quick Questions
Topic: 2 quick questions (Wireshark, VPN)
Replies: 16
Views: 2346

Re: 2 quick questions (Wireshark, VPN)

WinPcap major version 2 or 3 or 4 (?) It has been my past experience that software expecting a certain WinPcap version fails to capture without so much as a driver version mismatch warning. Ideally, a VPN connection should be maintained by a seperate system, and VPN use should be kept to an appropri...
by BUCKAROO
Sat Jul 11, 2015 1:24 pm
Forum: Quick Questions
Topic: 2 quick questions (Wireshark, VPN)
Replies: 16
Views: 2346

Re: 2 quick questions (Wireshark, VPN)

Wireshark ... should work [untested myself]. However, Wireshark's dependency, WinPcap, cannot be installed boxed so just install that driver version outside. CyberGhost VPN ... probably not! It uses OpenVNC under the hood? [yes it seems] Then definitely not! I've considered coding Sbie+VPN dll, but ...
by BUCKAROO
Mon Jun 15, 2015 9:15 am
Forum: Anything Else
Topic: Can you set Run Sandboxed items on sandbox to load custom
Replies: 1
Views: 588

Re: Can you set Run Sandboxed items on sandbox to load custo

There isn't any way to do that practically. (Not a Registry hack. Not limited to a Resource hack. Hardcoded stuff.)
by BUCKAROO
Sun Jun 14, 2015 11:31 pm
Forum: Problem Reports
Topic: Netflix, Hulu, & Amazon
Replies: 4
Views: 636

Re: Netflix, Hulu, & Amazon

Any one of these lines throws a DRM error for me... WriteFilePath=%ALLUSERSPROFILE%\* WriteFilePath=C:\ProgramData\Microsoft\PlayReady\* ClosedFilePath=C:\ProgramData\Microsoft\PlayReady\* You don't have to open the path, but I recommend it. OpenPipePath=%ALLUSERSPROFILE%\Microsoft\PlayReady\* I did...
by BUCKAROO
Sat Jun 13, 2015 1:06 am
Forum: Anything Else
Topic: Limiting Processor frequency within Sandboxie possible?
Replies: 2
Views: 655

Re: Limiting Processor frequency within Sandboxie possible?

; /* Close Combat(tm)V: Invasion Normandy Demo A fixed map scroll speed and a necessary adjusted margin. http://ahkscript.org/ */ #NoEnv #SingleInstance force SetTitleMatchMode,RegEx Global NULL:=0 Global WinTitle:="Close Combat ahk_class TBX3AppWindow" Global RECT VarSetCapacity(RECT,16) Global Ma...
by BUCKAROO
Tue Jun 09, 2015 4:03 am
Forum: Problem Reports
Topic: Python27 and Cheetah
Replies: 2
Views: 425

Re: Python27 and Cheetah

Works for me. :| Master environment variables, user or system, propagate at new process creation from a listening (for env changes) parent process, i.e. Explorer shell, but where in the case of a Sandbox (registry), Start.exe must be taking care of it... (?) So if you had installed Python via a sand...
by BUCKAROO
Sun Jun 07, 2015 3:03 am
Forum: Problem Reports
Topic: Steam In-Home streaming
Replies: 12
Views: 2179

Re: Steam In-Home streaming

Was plain to see from the Messages from Sandboxie popup. Import this into your registry if you want all SBIE messages even those marked as hidden to be logged to file. Though it showed up in my Resource Access Monitor as well with a X. I don't know. Lucky. :P REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\Curr...
by BUCKAROO
Sat Jun 06, 2015 10:58 am
Forum: Problem Reports
Topic: Steam In-Home streaming
Replies: 12
Views: 2179

Re: Steam In-Home streaming

... which OpenPipes i have to choose to let streaming work? So I had to lug the laptop out of the cupboard for this. And . . . back in the cupboard it goes. :) Host and client were Windows 8.1 + fwiw latest Apple Boot Camp Software Graphics Driver from AMD on the server end. notes: SBIE2101 Object ...
by BUCKAROO
Fri Jun 05, 2015 11:43 am
Forum: Problem Reports
Topic: A problem configuring Directory Opus to launch Sandboxie
Replies: 6
Views: 574

Re: A problem configuring Directory Opus to launch Sandboxie

Start.exe disable_force (minus forward slash) prevents auto sandboxing of Forced Programs and programs within Forced Folders. It reactivates automatically on a timer. The forward slash variant only applies to this Start.exe <program> and its initial issue. Start.exe disable_force_off expires said ti...
by BUCKAROO
Thu Jun 04, 2015 11:27 pm
Forum: Problem Reports
Topic: A problem configuring Directory Opus to launch Sandboxie
Replies: 6
Views: 574

Re: A problem configuring Directory Opus to launch Sandboxie

tzuk wrote: Sandboxie 3.43.04 has some changes to the "Disable Forced Programs" feature: - Added "Start.exe disable_force_off" command, which complements the "Start.exe disable_force" command. And so it seems we need a /disable_force_off too to complement the Ctrl+Shift-enforced "Start.exe /disable...