Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/07/2020 in Posts

  1. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200606-547d236-uxp-fdb918dea-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200606-547d236-uxp-fdb918dea-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200606-547d236-uxp-fdb918dea-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win32-git-20200606-eec7c277f-uxp-fdb918dea-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win64-git-20200606-eec7c277f-uxp-fdb918dea-xpmod.7z Official UXP changes since my last build: - Issue #1570 - Implement globalThis (e5dd97fee) - Update README.md (b5be37e0a) - Issue #1571 - Remove JEMALLOC_USES_MAP_ALIGN and fix 48-bit addressing on SunOS AMD64. (967ee4fbc) - Merge pull request #1572 from athenian200/jemalloc_48bit_address (52c4750ab) - Issue #1525 - Kill marquee element (f828451e5) - Issue #1566 - Lowercase link filename extension (66b02a804) - Merge pull request #1574 from adeshkp/patch-19 (d7a6bb217) - issue #1575 - Fix the wrong position when we calculate the position for position:absolute child and add reftests (fb564353f) - Bug 1632717 (11718bf88) - [NSS] Force a fixed length for DSA exponentiation (760c45dbe) - [NSS] Bump NSS version (da8fbfb4d) - Issue #80 - Re-land early dom/media de-unification with fixups. (5a64ee34a) - Fix missing include (580cb677d) - Merge pull request #1576 from win7-7/1379306-pr (fdb918dea) Official Basilisk changes since my last build: - [ui] Encode braille space (547d236) Official Pale-Moon changes since my last build: - [ui] Encode braille space (eec7c277f) My changes since my last build: - Reverted "Issue #1525 - Kill marquee element (f828451e5)"
    3 points
  2. Don't use Export table tester to add export .it will cause certain tables to break . Never add a section after resources table in NT system files Use Petools to move Table to new section before .reloc then add anything you like. If you are not using vanilla file , then wildbill/bwc shall have enough space . Use the blank space inside .TXT , no need to add another section for code
    2 points
  3. Summary: This project is a combination of NTDLL from BlackWingCat's Extended Kernel and NTDLL from WildBill's KB2479629-v3. How this began: This project began when I needed to run a program that required some functions that were only present in NTDLL from BlackWingCat's Extended Kernel and some functions that were only present in NTDLL from WildBill's KB2479629-v3. The NTDLL file: The first 3 versions of NTDLL-XEC (NTDLLx1-3(B)) are based on NTDLL from BlackWingCat's Extended Kernel v30e (latest version as of writing this) and contain some functions from WildBill's KB2479629-v3. NTDLLx4 is based on NTDLL from WildBill's KB2479629-v3 and contains functions from BlackWingCat's Extended Kernel. Downloads: NTDLLx4: DLL | Installer Changelog: NTDLLx1: Initial Release NTDLLx2: Code for new functions now stored in .xdata ZwQueryDebugState no longer uses same code as NtQueryDebugState Error in LdrCreateOutOfProcessImage fixed NTDLLx3: Test release for adding exports with PEMaker NTDLLx3B: Fixed issues in NTDLLx3 Changed file version to 5.0.2195.7133 to follow new file version rules NTDLLx4: File is now based on NTDLL from WildBill's KB2479629-v3. Added ALL functions from NTDLL from BlackWingCat's Extended Kernel v30e. Added Functions: Click on each version to view the list of added functions in semi-alphabetical order. NTDLLx1 | NTDLLx2/3(B) | NTDLLx4 File modification process: Find required subroutines for functions with IDA Move export table to new section before .rsrc (if needed) Increase size of .patch with PEMaker (if needed) Add code to blank space in .text and if needed, add code at end of .patch with HxD Add exports to export table with PEMaker Fix errors in code with IDA Change file version and fix red text on main page of PEMaker Name and version number info: NTDLL-XEC: X - Ximonite E - Extension C - Combo File Version: 5.0.2195.71## ## = My version number + 30 Examples: NTDLLx4 - 5.0.2195.7134, NTDLLx12 - 5.0.2195.7142 IDA Tips and Tricks: Press F2 while in Hex View to edit hex values. Right click a location a function is calling and click "Manual" to change the location. Go to Edit > Patch program > Assemble... to have IDA automatically modify hex values after changing location with Manual. Save modifications made in IDA in Edit > Patch program > Apply patches to input file... Archive: NTDLLx3B: DLL | Installer Older files: NTDLLx1 | NTDLLx2 | NTDLLx3 (no download on my website because of major issue in file) | NTDLLx3B First Installer
    1 point
  4. On my machines Win 10 2004 is quite stable actually. But I experience some explorer.exe crashes and 1 instability thanks to nVidia driver. So I'm back to 1909 at the moment.
    1 point
  5. I don't know of any software to modify packages, but you could extract the files from the package, add the newer files, and create a new package with the updated files. Here is a link to RAX SFXCAB, which is a SFXCAB creation tool that contains parts of the Microsoft SFXCAB creation tool, which hasn't been released to the public.
    1 point
  6. In fact, the number of computers with windows XP installed is much, much larger. Almost all payment terminals, ATMs and cash registers still work on XP. Also, a lot of computers are used in organizations where there is not even access to the Internet. And also in special equipment in hospitals, auto diagnostics and so on.
    1 point
  7. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200606-53da04b4-uxp-fdb918dea-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200606-53da04b4-uxp-fdb918dea-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z No official repo changes since my last build. -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200606-id-ba79c34-ia-3fc6e9c-uxp-fdb918dea-xpmod.7z
    1 point
  8. ... New Moon 28 DOES NOT support WebRTC and the same stands true for (upstream) official Pale Moon 28/29; this has been a long-standing decision made by the Moonchild team, I think after a user poll; main considerations are security and performance toll on the browser... The team currently spends very little time on the WebRTC part of the (UXP) platform code, which is mainly still present (inherited initially from Mozilla ESR 52.6.0 platform) for the sake of Basilisk 52.9.x ... In theory, you could build yourself a custom build of New Moon 28/UXP with the --enable-webrtc config flag, but if you are a social media sites fan (where WebRTC is mostly used), then opt to use for that purpose Serpent 55.0.0/Serpent 52.9.0, where WebRTC is built and enabled by default... Or switch to another browser (are you on XP?) with WebRTC support (probably all Chromium derivatives and, though I don't use it myself on my Vista laptop, MyPal 28.9.3) ... Personally, I avoid ALL social sites like the plague (for security/privacy/performance issues, etc.), so I have currently no need for WebRTC and the like; pretty happy then with NM28 not supporting it... However, I am a democratic person by conviction and respect the right of other people wanting something I consider a nuisance...
    1 point
×
×
  • Create New...