Vadims Podans

Results 214 comments of Vadims Podans

> I have double-checked what is happening after openeing the application and it seems that the trigger is not opening the application, but opening the file. unfortunately, your video doesn't...

The only thing I can think of -- late `SysadminsLV.Asn1Parser.dll` loading. To confirm this, try to run the application, do not open file for decoding in main window. Instead, open...

> the connection is triggered just by opening the Converter ... yeah, then these connections are indeed triggered when application [lazily] loads `SysadminsLV.Asn1Parser.dll` dependency using implicit `System.Reflection.Assembly.Load*` call. And this...

I have no plans to wrap into MSI installer, unfortunately.

Probably yes if I will be able to maintain it. I have an experience only with Advanced Installer product.

Installer is provided starting with v25.7.9: https://github.com/Crypt32/Asn1Editor.WPF/releases/tag/v25.7.9

you can paste base64 (with or without PEM headers) or hex dump of DER data into Converter window and decode to tree from there. Converter is 2nd button on a...

I limited this to 16 because larger fonts may cause unfortunate side effects on smaller displays due to panel auto-resizing. Hex viewer and converter dialog auto-size to fit content without...

> I can redraw the icons as SVG - would that help? I guess it will. Maybe as a test, you could make just a couple of icons so I...

Sounds like a good starter, I will try them. Will not promise anything on timelines though.