This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.for (r $t0=28;@$t0<FF;r $t0=@$t0+1) { .frame @$t0; .catch { as /x messageArg @@c++(parent.px->mLinkedSpyObjectDef.px->mAttributes._Myhead->_Parent->_Myval.second.px); .block{ dt -n winFormsHookDll_4_x86!Communicator::CMessageArgumentImpl<long,Communicator::detail::CMessageArgumentImplBase<long> > messageArg }; ad messageArg; } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!for_each_module .if(($sicmp( "@#ModuleName" , "mscorwks") = 0) ) {.loadby sos mscorwks} .elsif ($sicmp( "@#ModuleName" , "clr") = 0) {.loadby sos clr} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cache*s:\temp\symbolcache;srv*http://lnz-jenny/symbolstore;srv*http://lnz-jenny/symbolstore-release;srv*http://msdl.microsoft.com/download/symbols;srv*http://chromium-browser-symsrv.commondatastorage.googleapis.com;srv*http://symbols.mozilla.org/firefox;srv*http://symbols.mozilla.org/xulrunner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Logging started at Tue Sep 10 10:27:55 2013 | |
STWDIAGSRV:Process Attach c:\Program Files\Silk\SilkTest\ng\gui\stw.exe PID=d60 TID=37c | |
TPUtils:104031:TPMiniDumper Mode=[0] | |
STWDIAGSRV:Process Attach c:\Program Files\Silk\SilkTest\ng\gui\stw.exe PID=c64 TID=f94 | |
TPUtils:104031:TPMiniDumper Mode=[0] | |
STWDIAGSRV:Process Attach C:\Program Files\Silk\SilkTest\ng\gui\SilkTest.exe PID=da0 TID=eb4 | |
TPUtils:104031:TPMiniDumper Mode=[0] | |
TPUtils:104031:[PropertiesFileParser::ParseFile] Attempting to parse file %OPEN_AGENT_HOME%\versioninfo.properties | |
Silk Test Workbench:104031:Version: 15.0.0.6681 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Location: | |
C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe | |
Arguments (Eclipse): | |
/command:log /path:"${selected_resource_loc}" | |
/command:blame /path:"${selected_resource_loc}" | |
/command:diff /path:"${selected_resource_loc}" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package agentlaunching; | |
import java.util.ArrayList; | |
import java.util.List; | |
import org.junit.Test; | |
import com.borland.silktest.jtf.Desktop; | |
public class PowerLauncher { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BaseState ba = new BaseState("C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe", "-NoExit -Command cd c:\\temp;Get-Process iexplore | Select-Object Id | ForEach-Object { .\\procdump.exe -ma $_.Id }", "//Window"); | |
d.executeBaseState(ba); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
article { | |
padding-left: 10px; | |
margin: 75px 0 75px 5%; | |
border-left: 5px solid @tag-archive; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uses http://www.ltr-data.se/opencode.html/#ImDisk virtual disk driver for windows 7 or less | |
# Tries to use chocolatey to install imdisk | |
# Sample use case: | |
# Import-Module ".\mount.iso.psm1" | |
# Invoke-IsoExe "C:\test.iso" "setup.exe" "/passive" | |
function Mount-Iso([string] $isoPath) | |
{ | |
if ( -not (Test-Path $isoPath)) { throw "$isoPath does not exist" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# todos: | |
# add working eclipse | |
# vs2010 sp1 may not work | |
# actipro-syntax-editor - headless install doesnt work (license stuff) | |
if ((gwmi win32_computersystem).partofdomain -eq $true) { | |
write-host -fore green "I am domain joined!" | |
} else { | |
Write-ChocolateyFailure "machine needs to be domain joined." | |
throw "machine needs to be domain joined." |
OlderNewer