
TuMaGoNx
MemberContent Type
Profiles
Forums
Events
Everything posted by TuMaGoNx
-
Introducing XomPie Tools: these are supplement to the core patcher (pehdr-lite and gsar), as you know there are disadvantages by patching the apps: 1. apps that check its checksum (not PE checksum) will not works (this is a deal breaker) 2. packed exe don't get patched 3. patched signed file will have invalid signature 4. ... in https://github.com/tumagonx/xompie/ I have add several opensource tools that might help: 1. osslsigncode.exe: this the opensource equivalent of MS signtool, it can sign files, create digital signature (self-sign) or unsign executables and msi. If you need to unsign a file, you need to do it BEFORE xpatcher otherwise DS offset might become invalid then. 2. rcedit.exe: this maybe the only opensource commandline manifest embedder that I know. Apps in later windows might appeared with proper UI but in XP it may need xptheme manifest (for ex. MS Visual TrueType). You can apply manifest using this tool 3. upx.exe if your apps packed you need to unpack first BEFORE apply xpatcher. I guess you already familiar with this. Unfortunately there are tons of packer out there... 4. veredit.exe (actually also named rcedit.exe). You can change PE file version, desc (and those stuff) from commandline with this. Maybe not that useful...
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Thanks a lot jumper, I intend to make that ordinal a forwarder, but messed up it as import. Here I fix it in version 0.2a BTW is there a limit for attachment? last time I saw was .5mb now only .15mb xompie-0.2a.exe
- 205 replies
-
1
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Okay thanks I add smaller version with less optimization. Just in case.. I made progress with direct2d, wine implementation need freetype (and optionally fontconfig), gdi32 also need to be extended. I can build them and able to load direct2d sample from Windows SDK, but it's not functional yet, because of the gdi32 issue. wine-1.7.55.7z
- 205 replies
-
1
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Here is version 1.7.55 (oops not 1.8), give it a try Dibya and thanks
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I can confirm those patches (and alot more) already included here https://github.com/wine-compholio/wine-patched/releases (download the staging ones) but patches are missing in 1.8.1-1.8.5 (no staging release). Will give a try staging 1.8.0 tonight
- 205 replies
-
2
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
it has particular patch (other than https://github.com/wine-compholio/wine-patched)? sure!
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
BTW Has anyone tried https://github.com/google/swiftshader? or mesa llvmpipe?
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
@Dibya: thanks a lot. So I messed up or I choose the wrong wined3d version? What do you recommend (for direct2d)?
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Nobody give a try on my wined3d above :gulp:? I need it for direct2d/directwrite. I not really gamer (anymore) please help me confirm if it works or not at all.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
@FranceBB: I dont how to attach file via PM so I put it temporarily in my SF account : https://sourceforge.net/projects/tumagcc/files/filezillaxp.7z it still need GetFinalPathNameByHandleW (I use Xompie) @Dubby: Spot on! Thank you. Yes the *SRW* stuff is dubious including the rtl* after that which should be in ntdll, by design I should only transplant something that can be layered on existing (unchanged) implementation. my assumption hopefully it not interfered. But I need to think about what to do with ntdll shim first... do you have suggestion?
- 205 replies
-
1
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
XomPie is out of pre-alpha state! now include msvcrt.dll forwarder (need vc2013 runtime). XomPie in now break the 64KB size barrier But as usual NO System Files modified, NO registry modified, just your app get patched.. and pray
- 205 replies
-
3
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
@FranceBB: I have not issue at all compiling Filezila. FYI change #ifdef FZ_WINDOWS to #ifndef __MINGW32__ in mutex.hpp, so it use pthread. However I can't connect to any server in XP (VM), it does connect on Windows 10... EDIT: it could be that it use new kind of flags/method for winsock connection... will need to diff latest socket.cpp with version 3.8.0
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
FranceBB: Basically libfilezilla could be "forced" to use pthread instead of new windows threading method. then it should works on XP no? I haven't tried it since it need gcc 4.9 (my gcc is 4.8)
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Could anyone with D3D10/11 games check whether my WineD3D build works? I only have FBX viewer to check and it doesn't works FranceBB: I'll give it a try...
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
@Dibya is it to make gdi XP to have D3DKMT or disable WineD3D from using it? @jumper: yeah it make me wonder why it's hard to find free 32bit d3d10/11 games. but there is also wine directwrite and direct2d which not game oriented. @FranceBB: I tried .net core yesterday, and on the surface I think only missed AddDllDirectory (Wine don't have it), unfortunately putenv wont help either to wrap it. But it maybe tricked using PATH insertion before execute dotnet.exe in batch file then use dummy AddDllDirectory()... Btw blender 2.78 runs
- 205 replies
-
3
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Any suggestion on free and small games with D3D10 support to test WineD3D? thanks
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I see. thanks! I think I have seen that before, although I wont allowed to use it with XomPie. Will have to stick on WineD3D...
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Get well soon Dibya! I want to ask about his advice before about KMT patch for wineD3D, what's that mean? is it to make gdi XP to have D3DKMT or disable WineD3D from using it? FranceBB do you know about the patch? At the moment I build WineD3D-csmt 1.9.5 and 1.9.20 from https://github.com/wine-compholio/wine-patched/releases
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
For .NET I remember I could compile more stable Mono.NET using GCC (instead of VS, the official) and that Mono.NET 4.x can run on XP with just slight patch on assembly that handle date/time function. Too bad it's not convenience to use. without WPF as well.
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
by ffms2 do you mean this ffmpeg-type app: https://github.com/FFMS/ffms2/ ? EDIIT: @FranceBB : Thanks, at least it install on someone else machine :D
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I made little progress as well with filezilla but it just barely load. Will checkin its source code since it was compiled with gcc.
- 205 replies
-
1
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
I guess the main interest would be browser after all How to patch Palemoon with XomPie: 1. Install xompie-0.0.2a.exe, need to be admin 2. Install 32bit Visual C++ 2015 runtime if you are not have it yet 3. Download Palemoon using the zip version, extract to [somewhere] 4. from explorer right klik on [somewhere] -> sendto -> xpatcher.bat 5. From the cmd dialog proceed by press Enter 6. Wait till over.. Close cmd dialog and try run palemoon EDIT: to uninstall : StartMenu -> All Programs -> Xompie -> Uninstall Xompie (there is no uninstaller from Add/Remove)
- 205 replies
-
4
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
Well duh, probably because I screwed the installer that it not even install... hopefully fixed in 0.0.2a
-
It's rather quiet :gulp: nobody tried/download xompie 0.0.1a? or should I open separate dedicated thread? I felt like hijackin Dibya thread (twice now) haha
- 205 replies
-
- patcher
- compatibility
-
(and 2 more)
Tagged with:
-
As promised the whole thing is under 64kb, this is super-duper-pre-alpha. No registry touched, No system files modified. please give suggestion or report! (@github preferred: https://github.com/tumagonx/xompie/) Apps that known to "run": MS Visual True Type Adobe DNG Converter 9.6.1 Python 3.5.2 with additional step http://opensourcepack.blogspot.com/2016/10/python-352-on-xp.html Palemoon Thanks to Dibya, FrenchBB for the intriguing discussion Thanks to dencorso to encourage further, I actually don't plan to continue, after getting Python works. So now seems so much thing left to be done. Usage: right klik on your app folder -> sendto -> xpatcher.bat
- 205 replies
-
4
-
- patcher
- compatibility
-
(and 2 more)
Tagged with: