Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/23/2020 in all areas

  1. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200523-d6ba7ac-uxp-4d373c1d3-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200523-d6ba7ac-uxp-4d373c1d3-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-20200523-d6ba7ac-uxp-4d373c1d3-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.9.3a1.win32-git-20200523-a8f7300b9-uxp-4d373c1d3-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.3a1.win64-git-20200523-a8f7300b9-uxp-4d373c1d3-xpmod.7z Official UXP changes since my last build: - Issue #80 - De-unify gfx/thebes (0998c39f9) - Issue #80 - De-unify gfx/2d (dfa87279f) - Issue #80 - De-unify gfx/cairo (83b4235d8) - Issue #80 - De-unify gfx/config (2f5fb42c2) - Issue #80 - De-unify gfx/gl (eb67f101a) - Issue #80 - Fix gfx/thebes Windows conditional (d73bfc373) - Issue #80 - Split out GetShapedWord template function (8702b0ffb) - Issue #80 - Fix deps in gfxFont-Impl.h (a89818f5c) - Issue #1542 - IonMonkey: MIPS: Define JS_CODEGEN_MIPSXX by HAVE_64BIT_BUILD. (89097a9e5) - Issue #1542 - nsprpub: _PR_SI_ARCHITECTURE add missing mips64 (402bfbe48) - Bug 1394286 - mips64: fix error correction about stackpointer within function _NS_InvokeByIndex (ec7269ea5) - Bug 1344597 - Baldr: MIPS: Fix trap type of unsigned divide by zero (4e2559d92) - Bug 1323136 - wasm: MIPS: Do bounds check in 32-bit (4fc1cd556) - Bug 1323642 - IonMonkey: MIPS64: Fix load unsigned 48-bit immediate (a78f517c4) - Bug 1323646 - IonMonkey: MIPS64: Fix range checking in ma_addTestOverflow (2a6e16fba) - Issue #1542 - IonMonkey: MIPS32: Fix build error on O32 platform. (26178ba97) - [IonMonkey] MIPS: Import small optimizations from load & store (001c41612) - Bug 1271968 - IonMonkey: MIPS: Make jit code in same 256 MB-aligned region (22a4c154b) - Bug 1271968 - IonMonkey: MIPS: Replace long jumps by mixed jumps. (a141af108) - Bug 1271968 - IonMonkey: MIPS: Merge Assembler::bind. (1a61c518b) - Bug 1271968 - IonMonkey: MIPS: Merge MacroAssembler::ma_jal. (6b56185c0) - Bug 1271968 - IonMonkey: MIPS: Merge MacroAssembler::branchWithCode. (98620e3c1) - Bug 1271968 - IonMonkey: MIPS: Handle conditional branch in out of line code of mixed jump. (8055c99af) - Bug 1271968 - IonMonkey: MIPS: Refactor PatchWrite_NearCall. (79834afa6) - Bug 1271968 - wasm: MIPS: Port mixed jump for wasm. (2501df819) - Bug 1271968 - IonMonkey: MIPS: Refactor addMixedJump. (b878a54a2) - Bug 1390459 - mulby3 function implement error on mips platform (ebc0e5503) - Bug 1424978 - IonMonkey: MIPS: Fix ma_addTestCarry (24d8c2502) - Bug 1424978 - IonMonkey: MIPS: Fix ma_store_unaligned (ef3af7ce7) - Bug 1390802 - IonMonkey: MIPS64: Fix storeValue function (55897f06c) - Bug 1424978 - IonMonkey: MIPS64: Fix boxValue function (4e8c369b2) - Bug 1424978 - IonMonkey: MIPS64: Fix tagValue function (d032fb8df) - Bug 1424978 - IonMonkey: MIPS64: Fix unboxNonDouble for Int32 (574d071b5) - Bug 1430693 - IonMonkey: MIPS: Fix generic NaN for legacy mips (IEEE 754-1985) (53662b791) - Bug 1441521 : [MIPS] Optimize comparation with small constants (9679f714f) - Bug 1330942 - move MemoryAccessDesc::isUnaligned to the ARM/MIPS platform layer (77544de5d) - Bug 1412030 - [MIPS] Emit wasm memory access information (32a4d5c41) - Bug 1384826 - Media: WebRTC: Fix build config for MIPS (fee5da8d1) - Issue #1542 - [WebRTC] Don't use post proc on MIPS (3b1aec2e6) - Issue #1542 - [WebRTC] Set CPU speed to -1 on MIPS (7ce1ea0a4) - Bug 1426323 - Media: WebRTC: Fix build config for MIPS64 (088685a82) - Issue #1542 - [mtransport] Fix unaligned memory allocation in r_memory (5cfe1d902) - Bug 1430745 - IPC: Fix unaligned accesses in DirReaderLinux (052a03595) - Issue #80 - de-unify and fix up gfx/graphite2 (f05391a69) - Issue # 80 - Fix up gfx/2d/DataSurfaceHelpers (3b6fd3b6c) - Issue #80 - De-unify gfx/harfbuzz (7286d6ecf) - Issue #80 - De-unify gfx/ipc (836aa7053) - Issue #80 - De-unify gfx/ots (28c5a0844) - Issue #80 - De-unify gfx/skia and stop using dangerous opts (6ca94dc20) - Issue #80 - De-unify gfx/src (2e986f314) - Issue #80 - De-unify gfx/ycbcr (16ca000ca) - Issue #80- De-unify gfx/layers (9cb4884a7) - Issue #80 - Fix up gfx/ipc and gfx/src for Linux. (a72156b87) - Issue #80 - Include gfx/Logging.h in NativeFontResourceMac.cpp (fc7329902) - Issue #80 - Include gfxEnv.h in gfx/gl/GLLibraryEGL.cpp (1dc5599a7) - Issue #80 - De-unify editor/composer (0754b0bc4) - Issue #80 - De-unify editor/libeditor (80fc6e92e) - Issue #80 - De-unify editor/txmgr and editor/txtsvc (a5d2b7130) - Merge pull request #1552 from g4jc/deunify_patch (9cdc2b9ab) - Merge pull request #1551 from adeshkp/patch-17 (4cfbcc498) - Merge pull request #1550 from MoonchildProductions/deunify_gfx (a20f130de) - Issue #80 - De-unify netwerk/base (922f9b4f5) - Issue #80 - De-unify netwerk/cache (798f491ab) - Issue #80 - De-unify netwerk/cache2 (16d66edc2) - Issue #80 - De-unify netwerk/cookie (53e5d6373) - Issue #80 - De-unify netwerk/dns (364e44a4a) - Issue #80 - De-unify netwerk/ipc (5966f18f4) - Issue #80 - De-unify netwerk/protocol/about (5fa34da0b) - Issue #80 - De-unify smaller netwerk/protocol components (5f86cd25f) - Merge pull request #1553 from MoonchildProductions/deunify_editor (3da22ea94) - Issue #80 - De-unify netwerk/protocol/ftp (243850386) - Merge branch 'master' into deunify_netwerk (72d77237e) - Issue #80 - De-unify netwerk/protocol/res (3686a289c) - Issue #80 - De-unify netwerk/protocol/http (539fb0aea) - Issue #80 - De-unify netwerk/socket (3c05cc907) - Issue #80 - De-unify netwerk/srtp (7db74bdc3) - Issue #80 - De-unify netwerk/streamconv (822f8dad9) - Issue #80 - De-unify netwerk/wifi (efa5796d5) - Issue #80 - Add nsSocketTransportService2.h to ThrottleQueue.cpp (8f57507dd) - Issue #80 - Include MDNSResponderOperator.h in libmdns/nsDNSServiceDiscovery.h for Mac (18c36ffcd) - Merge pull request #1555 from g4jc/deunify_netpatch (b48902c58) - Merge pull request #1556 from adeshkp/patch-18 (41757ae2c) - Merge pull request #1554 from MoonchildProductions/deunify_netwerk (ffb32138c) - Merge pull request #1544 from FlyGoat/mips-upstream (750b4c3a1) - Issue #1538 - remove speech recognition engine (14f6f230d) - Revert "Merge pull request #1357 from athenian200/form-disabled-issue" (a965486fc) - Issue #1557 - Allow event dispatch on disabled form controls. (0a19762d3) - Merge pull request #1559 from athenian200/form-disabled-issue (5d6691e9d) - [printing] Fix build bustage with --disable-printing (ed8efdfab) - [permissions] Fix build bustage with --disable-permissions (4d373c1d3) Official Basilisk changes since my last build: - Issue MoonchildProductions/UXP#1538 - remove speech recognition (d6ba7ac) No official Pale-Moon changes since my last build.
    3 points
  2. This might be it for my Windows 2000 journey sadly. Not quite sure yet though. I built a new (to me) system and it's quite sweet. I'm running a Gigabyte Z68P-DS3 motherboard and the problem is lying in the SMBus driver along with the USB drivers. While browsing Blackwingcat's site on it last night, some of the stuff I'm finding doesn't seem to pertain to the issue I'm having. Essentially, none of the USB items work, nothing at all. And with the SMBus driver (chipset) not seemingly working correctly, I can't get the network driver working either. The stuff is detected but I end up with yellow circles with the black exclamation point. Not the way to start a new system build! With all that, I tried Windows XP Pro x64 bit edition, especially because I have 16GBs of RAM installed in the system and it's working just fine and flying like a top. I'm tempted to try the latest HFSLIP disk with Windows 2000 and see if it works by unplugging my XP drive and installing it to my future Windows 7 drive before I actually install Windows 7 to see if it happens. But I'm almost tempted not to try it because even if it worked, I still can't properly use Windows 2000 with all the RAM in my system and therefor it's sort of a waste of money. So I'm very stuck on what I'm going to do. Windows 2000 has always been my favorite and if it's not going to work properly on the system, I can't use it. I'm not even sure if getting a separate USB card/network card would help either so I'm quite stuck indeed! I've used Windows 2000 for over 15 years and almost 10 years after it left support of Microsoft. It's been a great run, I'm hoping it's not quite over but it just might be unfortunately.
    1 point
  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. kb3124624-v2: Fixes: CVE-2020-1035, CVE-2020-1058, CVE-2020-1060, CVE-2020-1093,CVE2020-0674(0 Day),CVE2019-1429(0 Day) kb4056941v2: Fixes: CVE-2020-0938(0day), CVE-2020-1020(0day) https://ryanvm.net/forum/viewtopic.php?f=25&t=22749
    1 point
  5. Yep. Speaking of names, I know a man with a wooden leg named Smith ... jaclaz
    1 point
  6. My small collection of unsupported API's from recent times. [ntdll.dll] IoUnregisterDeviceInterface= [Avicap32.dll] capCreateCaptureWindowW= capGetDriverDescriptionW= [ADVAPI32.dll] CredProfileLoaded= EnumerateTraceGuids= [GDI32.DLL] D3DKMTDestroyDCFromMemory= D3DKMTCreateDCFromMemory= [LZ32.DLL] DnsValidateName_W= ;KM76 WinHttpReadData= ;Flash23 WinHttpReceiveResponse= ;Flash23 [msvcrt.dll] _except_handler4_common= _ftol2= ; or ?ntdll _ftol2_sse= ; or ?ntdll [ntdll.dll] NtUnloadKeyEx= RtlIsDosDeviceName_U= RtlMakeSelfRelativeSD= ;FF38 RtlSelfRelativeToAbsoluteSD= ;FF38 RtlStringFromGUID= ;FF38 RtlUnicodeToOemN= [RPCRT4.dll] NdrAsyncServerCall= [Secur32.dll] TranslateNameW= [SETUPAPI.dll] CM_Connect_MachineW= ;KM76 CM_Disconnect_Machine= ;KM76 CM_Locate_DevNode_ExW= ;KM76
    1 point
  7. Serpent 52 is perfectly stable on Windows 2000 with the new version of ntdll (x2).
    1 point
  8. Just found out about Definitive Edition of all Mafia games. Mafia I is being completely remade, the other two are updated versions of the original. Mafia II is apparently 64-bit only now, 44,6 GB in size (holy crap!), engine uses D3D11 and officially requires at least Windows 8.1.
    1 point
  9. Since we used this thread to talk about newer NVIDIA drivers, I'll provide a report on 320.92, direct from NVIDIA: While it seems alright for OpenGL, allowing the use of versions up to 4.3 on my Quadro FX 3800, it has problems with some DirectX games. I tried to play Sid Meier's Railroads, but textures kept getting all glitchy and disappearing after a few minutes; alt-tabbing brought me into 640x480x4 mode, then the screen went blank. So I cannot recommend it. I can't wait to compare with BWC's modded driver once they're back online.
    1 point
  10. Hey, just saw this post, @win32 knows everything, but I was in the same boat as you a few months ago, and I put together this guide as a result: https://w2k.phreaknet.org/guide/ Maybe you'll find parts of it helpful...
    1 point
  11. 1. right click properties / update driver on one of the yellow bangs beneath "Universal Serial Bus controllers" 2. choose "display a list" 3. instead of the default choice pictured, choose "Show all hardware..."
    1 point
×
×
  • Create New...