Search found 36 matches

by v2y
Fri Jan 12, 2018 11:45 am
Forum: Quick Questions
Topic: cannot read osver from CLR, what should I do
Replies: 1
Views: 270

cannot read osver from CLR, what should I do

build.cmd: %windir%\Microsoft.NET\Framework\v4.0.30319\csc test.cs /win32manifest:test.manifest test.cs: using System; namespace ConsoleApplication { public class Program { public static void Main(string[] args) { Console.WriteLine("ver.{0}.{1}",Environment.OSVersion.Version.Major,Environment.OSVers...
by v2y
Thu Jun 08, 2017 1:59 pm
Forum: Problem Reports
Topic: more compatibility with pismotec Pismo File Mount
Replies: 7
Views: 2594

Re:

hmmm... so, how about with our SandboxieInstall.exe ?
(SB cannot install into SB of course, but it should be launched)
by v2y
Thu Jun 08, 2017 12:23 pm
Forum: Problem Reports
Topic: more compatibility with pismotec Pismo File Mount
Replies: 7
Views: 2594

Re: more compatibility with pismotec Pismo File Mount

how to say ... - installation scene. suppose ISO file which contains setup.exe, mount it with pfm (its outside sandbox), and call from sandbox, it may fail as above. - testing, development, or gaming scene. suppose pfo or compressed ISO file which contains boot.exe and tons of asset files, mount it ...
by v2y
Mon Jun 05, 2017 12:29 pm
Forum: Problem Reports
Topic: more compatibility with pismotec Pismo File Mount
Replies: 7
Views: 2594

Re: more compatibility with pismotec Pismo File Mount

tested with: NT6.1.7601.23796 amd64, SB5.18 x64
NO external security/fsfilter modules excepts pfm, msmpeng disabled (only mpssvc and SB protect them)
by v2y
Sun Jun 04, 2017 9:33 pm
Forum: Problem Reports
Topic: more compatibility with pismotec Pismo File Mount
Replies: 7
Views: 2594

more compatibility with pismotec Pismo File Mount

summary: want to place sandbox into container. reproduction: - install pfmap-184-win - create any private folder (pfo) and mount - copy notepad.exe info the pfo - run that notepad.exe from(within) any sandbox - error may occur more info: currently, if sample.pfo is mounted, c:\Volumes\sample.pfo app...
by v2y
Wed Feb 10, 2016 11:12 am
Forum: Problem Reports
Topic: SandboxieWUAU doesn't seems run wuaueng/ [SOLVED]
Replies: 6
Views: 937

Re:

fmm.. so wuaueng cannot run in sandbox now? by design?
by v2y
Wed Feb 10, 2016 9:56 am
Forum: Problem Reports
Topic: SandboxieWUAU doesn't seems run wuaueng/ [SOLVED]
Replies: 6
Views: 937

Re: SandboxieWUAU doesn't seems run wuaueng

NT6.1.7601. sbie5.6.


If some MS utilities are installed into sandbox, it should be updated inside sandbox, occasionally with WUA.
by v2y
Wed Feb 10, 2016 8:59 am
Forum: Problem Reports
Topic: SandboxieWUAU doesn't seems run wuaueng/ [SOLVED]
Replies: 6
Views: 937

SandboxieWUAU doesn't seems run wuaueng/ [SOLVED]

cannot run WUA inside sandbox.

sample:

Code: Select all

> net start wuauserv
SandboxieWUAU.exe v3.76 seems work (but less compatibility support, of course).
by v2y
Mon Aug 19, 2013 8:44 am
Forum: International Translations
Topic: JAPANESE Translation Status
Replies: 5
Views: 21412

error reported: %s used

anonymous on 2ch.net said [4340;txt;01] has an error as below:
http://kohada.2ch.net/test/read.cgi/sec ... 59/381-382

Code: Select all

%s のセッション管理に直接アクセスすることを許可する
so please replace with:

Code: Select all

%2 のセッション管理に直接アクセスすることを許可する
by v2y
Thu Aug 23, 2012 10:51 am
Forum: International Translations
Topic: JAPANESE Translation Status
Replies: 5
Views: 21412

1315;pop;inf;01 SBIE1315 ソフトウェアとの競合の可能性があります: %2 . 3114;txt;01 プログラム . 3453;txt;02 概要とチュートリアル(&T) . 5152;txt;01 上へ移動(&U) . 5153;txt;01 下へ移動(&D) . 5154;txt;01 移動する(&T) . 7850;txt;01 概要とチュートリアル - Sandboxie . 7851;txt;01 Sandboxie の概要とチュートリアル . 7852;txt;01 Sandboxie にようこそ! Sandboxie は、プログラムを、コンピュータ上の別の...
by v2y
Sun Apr 29, 2012 6:13 am
Forum: International Translations
Topic: JAPANESE Translation Status
Replies: 5
Views: 21412

3435;txt;01 レイアウトとグループの設定 . 5142;txt;01 サンボドックスをグループで整列し、リストされる順序をカスタマイズします。 コンテキスト メニューを右クリックし、レイアウト ツリーの項目を管理してください。 . 5143;txt;01 (先頭) . 5145;txt;01 既定のレイアウトを復元(&R) . 5146;txt;01 グループを挿入(&G) . 5147;txt;01 名前の変更(&R) . 5148;txt;01 削除(&D) . 5151;txt;01 移動(&M) . 5152;txt;01 上へ移動(&M) . 5153;txt;01 下へ移...
by v2y
Sun Aug 08, 2010 11:53 am
Forum: Feature Requests
Topic: inherit (not merge) sandboxes
Replies: 2
Views: 2624

inherit (not merge) sandboxes

Imagine like this: Sandbox A : dotnet runtimes installed Sandbox B : flash runtimes installed Sandbox C : suspicious software 2 that needs dotnet Sandbox D : suspicious software 1 that needs dotnet, and flash And imagine Sandbox B and C inherits Sandbox A,B files, registry entries, and *some of* set...
by v2y
Mon Apr 12, 2010 11:36 am
Forum: Feature Requests
Topic: dev: notifying on-enter-process funcptr
Replies: 2
Views: 2043

Oh, I see with topic#7513.
My DLL is coded as "hooks exe entry, patch exe's IAT, goback entry".
I'll try re-coding with RegisterDllCallback(), it may help.
by v2y
Mon Apr 12, 2010 5:38 am
Forum: Feature Requests
Topic: dev: notifying on-enter-process funcptr
Replies: 2
Views: 2043

dev: notifying on-enter-process funcptr

I use injectdll for development purpose, like IAT manipulating.
Sometimes I want to be notified on-enter-process-entrypoint.

// hmm what should I say additionally...?
by v2y
Wed Apr 08, 2009 8:28 am
Forum: Problem Reports
Topic: betaonly: sandboxed services cannot be started when ...
Replies: 0
Views: 1239

betaonly: sandboxed services cannot be started when ...

Sandboxed services seems not be able to started
when for example SbieCurrentState is remained accidentally.
Tested only with v3.35.30.0 + XPSP3.