

I don’t know if you missed my other reply but it’s indeed in the exe but they are compressed. Uncompressed exe had the resources you need to change in the exe file.


I don’t know if you missed my other reply but it’s indeed in the exe but they are compressed. Uncompressed exe had the resources you need to change in the exe file.


I think I found the half of the answer.
Out of curiosity I downloaded and installed the trial version from their website. When I inspected it, turns out it’s written in Delphi. What I’m guessing due to monolithic nature of the software (i.e. huge .exe file holding almost everything for the system) the already big (32.9 megabytes) .exe file is actually compressed. When uncompressed it’s approximately 100 megabytes. When I checked the extracted binary(extraction due to execution, hence looking at the memory dump of a once ran executable) the resources now show the logo and the name your censored in a png resource file.
There are several versions of it but I’m guessing one of them is used in that header, others may be used in about window etc.
Unfortunately my quickly hacked up dump file doesn’t run. So even if a modification is done, the resulting exe is not useful as it is.
Detect-it-easy can’t find the exact compressor for the exe sections. So I don’t know if there’s any available de-compressor for this .exe.
At least my findings show why you can’t see those resources in resource hacker. Because it’s compressed and unreadable as it is from the .exe.
It’ll probably be possible to modify those resources once someone can create a runnable extracted version of the original .exe. I hope this helps. I’ll post again if I have any other findings and/or solution.


Image file being explicitly converted into a specific resolution and bitmap makes me wonder if it’s the logo for printed materials like receipts i.e. necessary format for black and white thermal printer.

It’s a nice post but I agree with IRC still being in use just like those decades ago. It’s just that it’s not the only viable medium for many.
About finding all of those you mentioned, you can probably go select one of that huge list of networks on https://kiwiirc.com/nextclient/ by clicking add network and start talking as a guest.
(1)You can just select one of the big networks, they are on top before the second seperator. (2)Don’t need to install a client, (3)no extra configuration needed, already configured, (4)no need for account creating for most of the channels, just call /list command for the channels and select one with good amount of users. It’ll probably be active to some degree when compared to some obscure ssh chat demo.
There are many open source projects that has their main chat rooms on IRC networks, self hosted or public ones.
And if you want to relive the actual nostalgia of chatting on IRC, one can go install one of the classic IRC clients and go thought all of those steps to join some nice communities.
Yes you can but be careful to not turn into a murderer on the way.

You mean Debian starts with “Apt” (the package manager it uses) ? I think not.
Oh man, not case sensitive, NOOOOOO!!N
I’m busted I guess. Beep boop.
Well that was the quickest random result I had while searching on mobile. Just to pave the way at least :)
That image seems to be on stock image sites like this one. So it’s just an image. Didn’t see any version that is converted to an actual theme.
Well, those windows reminded me of this old VLC skin.
And no, not a bot. Just a random internet user.
For those who are curious about its history, this is where it all began for the visited links to be that color by default.
Date: Mon, 12 Apr 93 02:38:29 -0500
Subject: NCSA Mosaic 0.13 released.
- Changed default anchor representations: blue and single solid underline for unvisited, dark purple and single dashed underline for visited.


Switch 2 can’t play decades of PC games, all which are accessible on Switch.
I think you meant “which are accessible on Steam Deck”
Other people already mentioned Roundcube and Snappymail, which are good options already.
There’s also Cypht if you want a different approach. It combines multiple accounts into same interface so you can have a unified inbox.


I’m using one of the models here . It’s working for voice instructions for navigation in Organic Maps. It’s also showing in the text to speech menu in the android settings.
The app it’s based on (SherpaTTS) already exists on fdroid repos, but the APKs on that link has the model embedded already.


I don’t remember finding a guide for it but when I saw the bios menu in the settings, I went “use the source, Luke” way and searched in Lemuroid repo for bios detection.
Here is where it shows the bios files and corresponding systems that you can have and use. You simply drop those files to the same directory as roms. After a scan, you can check and see that bios files you copied are detected. Then it should work with any roms you have in hand for those systems.
Edit: Also I thought I should mention this part as well, copied from Lemuroid help:
*Why aren’t my games detected? If your games are compressed, try try putting ROMs into separate directories, one for each system with the following names: nes, snes, md, gb, gbe, gba, n64, sms, psp, nds, gg, atari2600, psx, fbneo, mame2003plus, pce, lynx, atari7800, scd, ngp, ngc, ws, wse, dos, 3ds.
I guess this is a guide now :)
Well if you happen to find a good app that does what you want on desktop, then you can complement it on Android with Markor , it’s “markdown native” and it has nice extra options like adding list elements, quick formatting etc. All based on markdown, can be easily switched between editor mode and preview(markdown rendered) mode.


That’s interesting, I’m using it since android 4 days, don’t remember a single crash. If that’s the only case it crashes, I would open an issue and use it in the meanwhile. Check the permissions maybe?
I don’t know how feasible for you to use an immediate mode GUI library but imgui came to my mind as soon as i read the post. However it’s written in C++ instead of C.
I never tried the C bindings but it seems to have a couple of options including cimgui to use imgui in a C project.
Maybe it’s worth a shot if you want something that’s proven to be lightweight and battle tested (I mean the main imgui project for this).