Find diffenences between Visual Basic 4 header and old header (VB 4.0 too).
All information took from SemiVB decompiler by VBGamer45.
Disassembled structure looks like this:
All datatypes translates to undependent C# primitives
ECHO OFF | |
TASKKILL /F /IM RvRvpnGui.exe /FI "STATUS eq RUNNING" | |
TASKKILL /F /IM RvControlSvc.exe | |
EXIT |
// | |
// (C) CoffeeLake 2024-2025 | |
// 15th section (as far as I know, ".text") | |
// stores Visual Basic 5.0 VM information. Nowdays 15th section stores Cor20 .NET data | |
// | |
public struct VbHeaderStart | |
{ | |
public Byte Ia32PushCode; | |
public UInt32 PushAddress; // <- This address is a pointer to the VbHeader | |
public Byte Ia32CallCode; // structure. |
using System; | |
using System.Collections.Generic; | |
using UnityEngine; // база | |
using TMPro; // TextMeshPro | |
/// <summary> | |
/// Определение типа "Слова". | |
/// Если я помню правильно, аттрибут нужен, чтобы Юня |