Inspecting a discontinued portable amateur radio memory control program

Detect It Easy

 


De4dot

 

dotPeek export to VS project. VS 2026 converted successfully to .NET 4.8 level. Weird and obfuscated source files but also a dir in project that contains clean code files. Changed configuration to x86.

 

Build failed with many C# 7.3 nullable disable errors.

added to .csproj
    <Nullable>Enable</Nullable>
    <LangVersion>preview</LangVersion>

still one CSC nullable disable error c# 7.3
changed to wrong configuration x86 -> x64
and back to x86
then clean and successful build. 

 

Comments

Popular posts from this blog

Telive-2 how-to

Inspecting Alinco DJ-X100E firmware updater

Modifying LILYGO T3 LoRa32 RTL_433 ESP OOK receiver example - log found devices to file