« Load sos.dll » : différence entre les versions

De UnixWiki
Aller à la navigation Aller à la recherche
(Page créée avec « In case of the analysed binary is older than the framework 4: sxe ld mscorwks.dll; g .loadby sos mscorwks (After windbg breaks) If > framework 4 sxe ld clrjit ; g... »)
 
Aucun résumé des modifications
 
Ligne 3 : Ligne 3 :
.loadby sos mscorwks (After windbg breaks)
.loadby sos mscorwks (After windbg breaks)


If > framework 4
If framework >= 4
sxe ld clrjit ; g
sxe ld clrjit ; g
.loadby sos clr (After windbg breaks)
.loadby sos clr (After windbg breaks)

Dernière version du 31 octobre 2017 à 14:43

In case of the analysed binary is older than the framework 4:

 sxe ld mscorwks.dll; g
 .loadby sos mscorwks (After windbg breaks)

If framework >= 4

 sxe ld clrjit ; g
 .loadby sos clr (After windbg breaks)