Page 1 of 1

Generic InjectDll for SBIE Process Monitoring & Debugging

Posted: Tue Nov 03, 2015 2:07 pm
by amiable_indian
For debugging purposes, it would be great to have a generic DLL for SBIE injection http://www.sandboxie.com/index.php?InjectDll, that we could use in an enterprise environment to generate verbose log file with list of processes spawned, registry activity, file access, mutex, etc.

Thanks.

Re: Generic InjectDll for SBIE Process Monitoring & Debuggin

Posted: Wed Nov 04, 2015 12:24 pm
by Curt@invincea
Is this only for debugging? We usually use Process Monitor (www.sysinternals.com) for that purpose.

Re: Generic InjectDll for SBIE Process Monitoring & Debuggin

Posted: Thu Nov 05, 2015 12:15 pm
by amiable_indian
This is for logging what happened if a certain process or an application crashes when executed under Sandboxie. It would allow administrators to provide end-users with two default sand`boxes`, one for general running and another for 'debugging'. The 'Debug Box' setting could then be configured to inject a Dll that would dump relevant activity for the end-user to attach when opening tickets.

IMHO, asking non-technical end-user to use a different (sand)box for capturing debugging information would be easier than asking them to install/run/capture ProcMon results with right filters.

Thanks.