VB .NET decompile seeing characters in the decomplied code

JinuJinu Posts: 1 New member
edited August 20, 2019 3:57AM in .NET Reflector
Hi I decompiled a DLL using this product, but in many of line i see what look like pointers or Hex numbers. any idea what these are ? For eg: one of the lines is shown below what does &H3E7 and &H270F signify I am assuming these are Hex numbers

If (((num4 * &H3E7) Mod &H270F) <> Conversions.ToInteger(Strings.Mid(varstring, &H15, 4))) Then
Tagged:

Answers

Sign In or Register to comment.