-
Content Count
49 -
Joined
-
Last visited
-
Days Won
3 -
Donations
$0.00
hotnuma last won the day on September 25 2018
hotnuma had the most liked content!
Community Reputation
22 ExcellentAbout hotnuma

Profile Information
-
OS
XP Pro x86
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Or maybe like this : dir > text.txt & copy /y text.txt text1.txt & copy /y text.txt text2.txt
-
Evelyn Champagne King - Shame - 1978
-
My build of New Moon (temp. name) a.k.a. Pale Moon fork targetting XP
hotnuma replied to roytam1's topic in Windows XP
you should do the minimal requirements, remove all references to those trolls in order to avoid any kind of advertising that they don't deserve and just ignore them in the future. -
Python 3.5 Runtime Redistributable backported to XP
hotnuma replied to FranceBB's topic in Windows XP
I'm not sure but It may work. -
Python 3.5 Runtime Redistributable backported to XP
hotnuma replied to FranceBB's topic in Windows XP
From the sources : https://github.com/openssl/openssl/blob/master/crypto/rand/rand_win.c Line 64, if the macro USE_BCRYPTGENRANDOM is defined, the block from line 65 to 77 is built, using BCryptGenRandom. Otherwise, the block from 79 to 115 is built, using CryptAcquireContextW and other functions. Rebuilding OpenSSL should fix that problem but unfortunately, OpenSSL seems to use a horrid build system written in Perl and that makes it not so easy. In a perfect world, it would simply use CMake but we're not in a perfect world. -
My build of New Moon (temp. name) a.k.a. Pale Moon fork targetting XP
hotnuma replied to roytam1's topic in Windows XP
That's hilarious. -
The biggest problem with Linux is the poor binary compatibility. Under windows if you download this program : https://www.7-zip.org/ 7-Zip works in Windows 10 / 8 / 7 / Vista / XP / 2016 / 2012 / 2008 / 2003 / 2000 / NT. You have 20 years of binary compatibility !!! That was a huge advantage of windows. Under Linux there is absolutely no binary compatibility and you *must* install programs from the repository of your distribution, it's totally enclosed. Under windows, I use most of the time some Linux programs, gcc, Qt, QtCreator, etc... I'd rather use Linux, it would be simpl
-
ImportPatcher.41 - Find and fix dependency problems
hotnuma replied to jumper's topic in Windows 9x Member Projects
I understand, that's how xompie do it. :-P So, I tried with xompie's kernelxp.dll this way : [DLL replacements] KERNEL32.dll=kernelxp.dll It works just fine. Thanks a lot. :-D -
Rose Royce - Is It Love You're After - 1979
-
ImportPatcher.41 - Find and fix dependency problems
hotnuma replied to jumper's topic in Windows 9x Member Projects
I tried ImportPatcher under XP and I can't really understand how it works. First, I've built a test.exe program which calls GetFileInformationByHandleEx and targeting _WIN32_WINNT=0x0601 I've built a mod.dll containing a dummy bla function with the same arguments that the real GetFileInformationByHandleEx Now I want to replace the missing GetFileInformationByHandleEx with the dummy bla function from mod.dll : [Patches needed] test.exe=Functions [KERNEL32.dll] GetFileInformationByHandleEx=bla * not found I tried also : GetFileInformationByHandleEx=mod.bla an -
ImportPatcher.41 - Find and fix dependency problems
hotnuma replied to jumper's topic in Windows 9x Member Projects
https://jellevergeer.com/the-undocumented-istoplevelwindow-api/ https://stackoverflow.com/questions/16973995/whats-the-best-way-do-determine-if-an-hwnd-represents-a-top-level-window It seems to be something like : BOOL IsTopLevelWindow(HWND hWnd) { return (hWnd==GetAncestor(hWnd, GA_ROOT)); } https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-getancestor -
How they could drop 1/4 of their users, that's crazy. That company made billionaires and that's how they treat those who made them so rich. I hope they will pay for that someday.
-
Windows XP security after POS Ready 2009 updates cease
hotnuma replied to sparty411's topic in Windows XP
Absolutely, very well said. -
AFAIK, KernelEx is writen in C and C++ : https://sourceforge.net/p/kernelex/code/HEAD/tree/trunk/kexcrt/ https://sourceforge.net/p/kernelex/code/HEAD/tree/trunk/core/ That guy wanted to do a KernelEx for XP which is not something very easy, but he's not able to compile a trivial C program : And now he wants to write a driver...
-