VB .NET decompile seeing characters in the decomplied code
Jinu
Posts: 1 New member
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
If (((num4 * &H3E7) Mod &H270F) <> Conversions.ToInteger(Strings.Mid(varstring, &H15, 4))) Then
Tagged:
Answers
Can I just check what option you have set under Tools>Options>Disassembler>Number format?
Jessica Ramos | Product Support Engineer | Redgate Software
Have you visited our Help Center?