SandboxDiff - Registry/Files changes
msvcp60.dll is apparently a part of the C++ Run-time package. Mine is:wraithdu wrote:... and what version do you all have installed?
Microsoft (R) C++ Runtime Library, V 6.2.3104.0, Date Modified 4/13/2008.
Paul
Win 10 Home 64-bit (w/admin rights) - Zone Alarm Pro Firewall, MalwareBytes Premium A/V, Cyberfox, Thunderbird
Sandboxie user since March 2007
Win 10 Home 64-bit (w/admin rights) - Zone Alarm Pro Firewall, MalwareBytes Premium A/V, Cyberfox, Thunderbird
Sandboxie user since March 2007
SandboxDiff updated
SandboxDiff updated.
Changes:
- Fixed: an issue when the RegHive file size is bigger that 6 MB.
- Added: when RegHive file can't be load for some reason, the user is advised - and SandboxDiff closed.
- Fixed: get around the 'msgwait.exe' file crash issue in some users'systems.
Download in: Contributed Utilities page.
Changes:
- Fixed: an issue when the RegHive file size is bigger that 6 MB.
- Added: when RegHive file can't be load for some reason, the user is advised - and SandboxDiff closed.
- Fixed: get around the 'msgwait.exe' file crash issue in some users'systems.
Download in: Contributed Utilities page.
Thanks for the update. It fixed the msgwait.exe problem.
I have configured the path:
copy "C:\Sandbox\Superman\DefaultBox\RegHive" hive_1.bak /v /y > NUL
Every time I run the sandboxdiff I encounter this error message:
What is this?
What could cause such a problem?
I have configured the path:
copy "C:\Sandbox\Superman\DefaultBox\RegHive" hive_1.bak /v /y > NUL
Every time I run the sandboxdiff I encounter this error message:
Code: Select all
file open error:[hive_1.reg.txt]
What could cause such a problem?
Yes it should works. BTW is your Windows folder'path in another drive, other than C?
1. Can you try this?: to do the bat file e.g. 'name.bat' in your text editor with:
@echo off
reg.exe load HKU\hive hive_1.bak
reg.exe export HKU\hive hive_1.reg.txt
reg.exe unload HKU\hive
pause
Run it; some warnings? did it create a 'hive_1.reg.txt' file?
2. Copy 'reg.exe' to where 'SandboxDiff.exe' is. Run 'SandboxDiff.exe'. Same message yet?
1. Can you try this?: to do the bat file e.g. 'name.bat' in your text editor with:
@echo off
reg.exe load HKU\hive hive_1.bak
reg.exe export HKU\hive hive_1.reg.txt
reg.exe unload HKU\hive
pause
Run it; some warnings? did it create a 'hive_1.reg.txt' file?
2. Copy 'reg.exe' to where 'SandboxDiff.exe' is. Run 'SandboxDiff.exe'. Same message yet?
My account is a limited user account I guess it's the cause of the problem.
1. It cannot run even though the account has "read" and "read and run" rights on reg.exe
The message complains:
Error: The client has no special rights to run it
System couldn't find specific registry key
Error: The client has no special rights to run it
2. I copied the reg.exe using the admin account.
I added my account into the group. Set "read" and "read and run" rights.
Same error message:
file open error:[hive_1.reg.txt]
What should I configure to allow a limited user account to run it successfully?
1. It cannot run even though the account has "read" and "read and run" rights on reg.exe
The message complains:
Error: The client has no special rights to run it
System couldn't find specific registry key
Error: The client has no special rights to run it
2. I copied the reg.exe using the admin account.
I added my account into the group. Set "read" and "read and run" rights.
Same error message:
file open error:[hive_1.reg.txt]
What should I configure to allow a limited user account to run it successfully?
Hope this help.1. Right-click the program and select 'Run as...'. Specify a non-limited account.
2. As a workaround, you can use an Administrator account to run the program by performing the following steps:
Right-click the program shortcut, then select Properties.
From the Shortcut tab, click Advanced.
Select the "Run with different credentials" check box, as this figure shows, then click OK.
Click OK to close the Properties dialog box.
Now, when you execute the program shortcut, XP will prompt you to enter the user context in which you want to run the program. Select "The following user" and specify a non-limited account.
File Comparison: More than Filename/Presence of File?
Much thanks for this SBie add-on; works great!
Regarding the file comparison, does SandboxDiff compare any more than the filename--or simply the presence of the file(s)--in the sandbox? For example, if a file already present in the sandbox was updated (but filename remained the same) during a sandboxed program session, would SandboxDiff detect the difference and highlight it green in the results? Or would the before and after entries remain un-highlighted?
The reason I ask is after testing it on a program installation, I thought it would be interesting to test it on a subsequent update to that program (weeks later). Prior to the update test, I ran a sandboxed session of the program to pre-populate the sandbox with files already installed and used by the program (so those that didn't change after the update wouldn't show up highlighted green in the results [they would if they weren't in the sandbox already]). I then started SandboxDiff, started the sandboxed program, then updated it in the sandbox.
SandboxDiff worked just fine. But what I'm not sure is whether one or more files that were updated (but no change to filename) were recognized by SandboxDiff as having changed. Does SandboxDiff check any other file attributes? One way to be sure would be to compare a before and after hash (such as SHA1) of the files, but not sure how that would impact comparison speed (runs pretty zippy on my XP SP3 quad-core CPU).
Thanks!
Regarding the file comparison, does SandboxDiff compare any more than the filename--or simply the presence of the file(s)--in the sandbox? For example, if a file already present in the sandbox was updated (but filename remained the same) during a sandboxed program session, would SandboxDiff detect the difference and highlight it green in the results? Or would the before and after entries remain un-highlighted?
The reason I ask is after testing it on a program installation, I thought it would be interesting to test it on a subsequent update to that program (weeks later). Prior to the update test, I ran a sandboxed session of the program to pre-populate the sandbox with files already installed and used by the program (so those that didn't change after the update wouldn't show up highlighted green in the results [they would if they weren't in the sandbox already]). I then started SandboxDiff, started the sandboxed program, then updated it in the sandbox.
SandboxDiff worked just fine. But what I'm not sure is whether one or more files that were updated (but no change to filename) were recognized by SandboxDiff as having changed. Does SandboxDiff check any other file attributes? One way to be sure would be to compare a before and after hash (such as SHA1) of the files, but not sure how that would impact comparison speed (runs pretty zippy on my XP SP3 quad-core CPU).
Thanks!
Re: File Comparison: More than Filename/Presence of File?
No, it doesn't do that. I'll check if it's easy to do something like that.Todd wrote:Does SandboxDiff check any other file attributes?
I appreciated your feedback and your question/suggestion. Thanks.
Who is online
Users browsing this forum: No registered users and 0 guests