Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
11 years ago
Diff never expires
Clear
Export
Share
The two texts are identical
There is no difference to show between these two texts
0 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
51 lines
Copy
0 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
51 lines
Copy
.method private static string GetString(object myIntVar) cil managed
.method private static string GetString(object myIntVar) cil managed
{
{
// Code size 72 (0x48)
// Code size 72 (0x48)
.maxstack 3
.maxstack 3
.locals init ([0] string GetString,
.locals init ([0] string GetString,
[1] object VB$t_ref$L0,
[1] object VB$t_ref$L0,
[2] bool VB$CG$t_bool$S0)
[2] bool VB$CG$t_bool$S0)
IL_0000: nop
IL_0000: nop
IL_0001: nop
IL_0001: nop
IL_0002: ldarg.0
IL_0002: ldarg.0
IL_0003: stloc.1
IL_0003: stloc.1
IL_0004: nop
IL_0004: nop
IL_0005: ldloc.1
IL_0005: ldloc.1
IL_0006: ldc.i4.0
IL_0006: ldc.i4.0
IL_0007: box [mscorlib]System.Int32
IL_0007: box [mscorlib]System.Int32
IL_000c: ldc.i4.0
IL_000c: ldc.i4.0
IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
object,
object,
bool)
bool)
IL_0012: stloc.2
IL_0012: stloc.2
IL_0013: ldloc.2
IL_0013: ldloc.2
IL_0014: brfalse.s IL_0020
IL_0014: brfalse.s IL_0020
IL_0016: ldstr "Nothing"
IL_0016: ldstr "Nothing"
IL_001b: stloc.0
IL_001b: stloc.0
IL_001c: br.s IL_0046
IL_001c: br.s IL_0046
IL_001e: br.s IL_0045
IL_001e: br.s IL_0045
IL_0020: nop
IL_0020: nop
IL_0021: ldloc.1
IL_0021: ldloc.1
IL_0022: ldc.i4.1
IL_0022: ldc.i4.1
IL_0023: box [mscorlib]System.Int32
IL_0023: box [mscorlib]System.Int32
IL_0028: ldc.i4.0
IL_0028: ldc.i4.0
IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
object,
object,
bool)
bool)
IL_002e: stloc.2
IL_002e: stloc.2
IL_002f: ldloc.2
IL_002f: ldloc.2
IL_0030: brfalse.s IL_003c
IL_0030: brfalse.s IL_003c
IL_0032: ldstr "Just one"
IL_0032: ldstr "Just one"
IL_0037: stloc.0
IL_0037: stloc.0
IL_0038: br.s IL_0046
IL_0038: br.s IL_0046
IL_003a: br.s IL_0045
IL_003a: br.s IL_0045
IL_003c: nop
IL_003c: nop
IL_003d: ldstr "Something else"
IL_003d: ldstr "Something else"
IL_0042: stloc.0
IL_0042: stloc.0
IL_0043: br.s IL_0046
IL_0043: br.s IL_0046
IL_0045: nop
IL_0045: nop
IL_0046: ldloc.0
IL_0046: ldloc.0
IL_0047: ret
IL_0047: ret
} // end of method Module1::GetString
} // end of method Module1::GetString
Saved diffs
Original text
Open file
.method private static string GetString(object myIntVar) cil managed { // Code size 72 (0x48) .maxstack 3 .locals init ([0] string GetString, [1] object VB$t_ref$L0, [2] bool VB$CG$t_bool$S0) IL_0000: nop IL_0001: nop IL_0002: ldarg.0 IL_0003: stloc.1 IL_0004: nop IL_0005: ldloc.1 IL_0006: ldc.i4.0 IL_0007: box [mscorlib]System.Int32 IL_000c: ldc.i4.0 IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_0012: stloc.2 IL_0013: ldloc.2 IL_0014: brfalse.s IL_0020 IL_0016: ldstr "Nothing" IL_001b: stloc.0 IL_001c: br.s IL_0046 IL_001e: br.s IL_0045 IL_0020: nop IL_0021: ldloc.1 IL_0022: ldc.i4.1 IL_0023: box [mscorlib]System.Int32 IL_0028: ldc.i4.0 IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_002e: stloc.2 IL_002f: ldloc.2 IL_0030: brfalse.s IL_003c IL_0032: ldstr "Just one" IL_0037: stloc.0 IL_0038: br.s IL_0046 IL_003a: br.s IL_0045 IL_003c: nop IL_003d: ldstr "Something else" IL_0042: stloc.0 IL_0043: br.s IL_0046 IL_0045: nop IL_0046: ldloc.0 IL_0047: ret } // end of method Module1::GetString
Changed text
Open file
.method private static string GetString(object myIntVar) cil managed { // Code size 72 (0x48) .maxstack 3 .locals init ([0] string GetString, [1] object VB$t_ref$L0, [2] bool VB$CG$t_bool$S0) IL_0000: nop IL_0001: nop IL_0002: ldarg.0 IL_0003: stloc.1 IL_0004: nop IL_0005: ldloc.1 IL_0006: ldc.i4.0 IL_0007: box [mscorlib]System.Int32 IL_000c: ldc.i4.0 IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_0012: stloc.2 IL_0013: ldloc.2 IL_0014: brfalse.s IL_0020 IL_0016: ldstr "Nothing" IL_001b: stloc.0 IL_001c: br.s IL_0046 IL_001e: br.s IL_0045 IL_0020: nop IL_0021: ldloc.1 IL_0022: ldc.i4.1 IL_0023: box [mscorlib]System.Int32 IL_0028: ldc.i4.0 IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_002e: stloc.2 IL_002f: ldloc.2 IL_0030: brfalse.s IL_003c IL_0032: ldstr "Just one" IL_0037: stloc.0 IL_0038: br.s IL_0046 IL_003a: br.s IL_0045 IL_003c: nop IL_003d: ldstr "Something else" IL_0042: stloc.0 IL_0043: br.s IL_0046 IL_0045: nop IL_0046: ldloc.0 IL_0047: ret } // end of method Module1::GetString
Find difference