« Load sos.dll » : différence entre les versions
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 > |
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)