Ir para conteúdo

MBot

Membros
  • Postagens

    693
  • Registro em

  • Última visita

    Nunca
  • Dias Ganhos

    1

Tudo que MBot postou

  1. Please see the file CHANGELOG for a detailed list of changes. Asset / File Description / Host OS die_sourcecode_3.07.tar.gz Source code tarball Detect_It_Easy-3.07-x86_64.AppImage Portable version for Linux How to run die_3.07_Debian_9.13_amd64.deb Installer for Debian 9 die_3.07_Debian_10_amd64.deb Installer for Debian 10 die_3.07_Debian_11_amd64.deb Installer for Debian 11 die_3.07_Ubuntu_14.04_amd64.deb Installer for Ubuntu 14.04 die_3.07_Ubuntu_16.04_amd64.deb Installer for Ubuntu 16.04 die_3.07_Ubuntu_18.04_amd64.deb Installer for Ubuntu 18.04 die_3.07_Ubuntu_20.04_amd64.deb Installer for Ubuntu 20.04 die_3.07_Ubuntu_22.04_amd64.deb Installer for Ubuntu 22.04 die_3.07_Ubuntu_22.10_amd64.deb Installer for Ubuntu 22.10 die_3.07_portable_Ubuntu_20.04_amd64.tar.gz Portable version for Ubuntu 20.04 detect-it-easy-3.07-1-x86_64.pkg.tar.zst Installer for Arch Linux die_mac_3.07.pkg Installer for macOS die_mac_qt6_3.07.pkg Installer for macOS Qt6 M1 processor die_mac_portable_3.07.zip Portable version for macOS die_win32_portable_3.07.zip Portable version for x86 Win32 (Win7-Win11) die_win64_portable_3.07.zip Portable version for x64 Win64 (Win7-Win11) die_winxp_portable_3.07.zip Portable version for Windows XP (WinXP-Win11) Experimental versions - There may be bugs in the GUI Asset / File Description / Host OS die_win64_qt6_portable_3.07.zip Portable version for x64 Win64 Qt6 (Win10-Win11) Download
  2. Added a not operator for bytes in hex strings. Example: {01 ~02 03} (#1676). for statement can iterate over sets of literal strings (e.g. for any s in ("a", "b"): (pe.imphash() == s)) (#1787). of statement can be used with at (e.g. any of them at 0) (#1790). Added the --print-xor-key (-X in short form) command-line option that prints the XOR key for xored strings (#1745). Implement the --skip-larger command-line option in Windows (#1678). Add parsing of .NET user types from .NET metadata stream in "dotnet" module (#1605). Improve certificate parsing and validation in "pe" module (#1623). Add telfhash() function to "elf" module (#1624). Add to_int() and to_string() functions to "math" module (#1767). Improve error reporting on certain edge cases (#1709, #1722). BUGFIX: Fix multiple memory alignment issues causing crashes in non-x86 platforms (#1724). BUGFIX: Fix implementation of math.serial_correlation(#1771). BUGFIX: Fix infinite recursion in dotnet module (#1794). BUGFIX: Fix SIGFPE when dividing INT64_MIN by -1. Thanks to @shanehuntley, @1ndahous3, @HoundThe, @wxsBSD, @vthib Download
  3. please refer to the Changelog Download
  4. please refer to the Changelog Download
  5. This release represents our first Windows Package Manager 1.4 release candidate build for Windows 10 (1809+), and Windows 11. Experimental features have been disabled in this release. This release also includes our Microsoft.WinGet.Client PowerShell module. Information about getting started and usage can be found here. Note: The Windows Package Manager Community Repository does not accept zip applications. They will not be accepted until after 1.4 is Generally Available and has been rolled out to the majority of Windows systems via the automatic upgrade from the Microsoft Store. Users may test with local manifests. Features Support installing .zip files #140 Add Native PowerShell Support #221 Support --no-upgrade option for install flow #2655 Bugs Fix issue that only 1 dependency package is installed #2761 Crash in list command #2273 Add SYSTEM to explicit ACLs #2370 What's Changed Enable long aliases by @Trenly in #2107 Check symlink target before removal by @ryfu-msft in #2242 Bump version to 1.4 by @ryfu-msft in #2263 Apply latest localization patch by @ryfu-msft in #2264 Feat: Show package tags by @Trenly in #2235 Add support for UnsupportedArguments by @ryfu-msft in #2216 Validate manifest installers (MSIX) by @AmelBawa-msft in #2215 Improve index dependency consistency check by @yao-msft in #2247 Fix spacing in 1.2 singleton schema by @ryfu-msft in #2276 Fix unsupported args unit tests by @ryfu-msft in #2277 Mitigate crash that can occur when installed version is null by @JohnMcPMS in #2278 Create WinGetUtil functionality for running installed package correlation by @JohnMcPMS in #2221 Addition of Initial 1.3 Schema by @ryfu-msft in #2189 Add extra compilation flags for debug info by @florelis in #2281 Migrate FabricBot Tasks to Config-as-Code by @msftbot in #2285 Update fabricbot.json by @vedantmgoyal2009 in #2293 Fix WinGetUtil WinGetCreateManifest result by @yao-msft in #2296 Add alternate name to Usage String by @Trenly in #2268 Prevent null characters from getting into SQLite by @JohnMcPMS in #2289 Schema additions for Zip support by @ryfu-msft in #2288 Feat: Wait upon command completion by @Trenly in #2236 Move Release Notes to new line and indent by @Trenly in #2312 Remove /Zi compilation flag by @florelis in #2325 Update VCLibs file hash in correlation test script by @florelis in #2326 Add UndockedRegFreeWinRT by @jontab in #2333 Implementation for Zip Install (Non-Portable) by @ryfu-msft in #2320 Don't fail fast by @JohnMcPMS in #2335 Fix WinGetUtil index operations for manifest dependencies without min version by @yao-msft in #2337 Explicit ACLs by @JohnMcPMS in #2324 Prevent access to parent directories from relativeFilePath for archive install by @ryfu-msft in #2342 Make zip install an experimental feature by @ryfu-msft in #2351 Add InstallationMetadata to manifests for future deep installation detection by @yao-msft in #2350 Expand WinMD discovery by @jontab in #2348 Move to using sqlite3_errmsg to extract a contextual error for SQLite failures by @JohnMcPMS in #2352 Add in-process and out-of-process E2E tests by @AmelBawa-msft in #2315 Implement FolderFileWatcher by @msftrubengu in #2336 Update CsWinRTWindowsMetadata value by @AmelBawa-msft in #2357 Remove correlation blocker for remote->local in some cases by @JohnMcPMS in #2362 Update documentation with 1.3 settings by @ryfu-msft in #2363 Add Microsoft.WinGet.Client PowerShell Module files by @jontab in #2314 Fix file overwrite warning displayed on clean first install by @ryfu-msft in #2375 Logging improvements by @JohnMcPMS in #2378 Add SYSTEM to explicit ACLs by @JohnMcPMS in #2370 Remove tests that no longer serve a purpose by @JohnMcPMS in #2379 Check for symlink creation privilege for portable install by @ryfu-msft in #2369 Server certificate pinning for Store source by @JohnMcPMS in #2347 Remove scope filter from being applied to portables by @ryfu-msft in #2383 Validate SignatureSha256 for MSIX packages during the manifest validation by @AmelBawa-msft in #2384 Enable MSI testing in CI/CD pipeline by @JohnMcPMS in #2386 Standardize 'Show' labels to manifest fields by @Trenly in #2311 fix ms-windows-store link not rendered in md by @iamCristYe in #2403 Add command aliases by @Trenly in #2390 Add support for RequireExplicitUpgrade manifest element by @florelis in #1795 Add the ability to specify "scope or unknown" via COM by @JohnMcPMS in #2402 Collect scope in installer metadata by @JohnMcPMS in #2415 Copy winget unpackaged logs in E2E tests by @florelis in #2441 Ensure default values are passed to nested installers within zip by @ryfu-msft in #2413 Add prompts when installer aborts terminal or needs install location by @florelis in #1814 Update Labels from Hash Command by @Trenly in #2431 Add DisplayName to InstallationMetadata installed files by @yao-msft in #2442 Use UpgradeCode for matching MSI apps by @florelis in #2418 Add support for installing portables without developer mode and running as admin by @ryfu-msft in #2401 Increase manifest schema version to 1.4 by @yao-msft in #2451 Update Documentation for schema 1.2 by @Trenly in #2429 Increase PackageIdentifier segments to max 8 by @yao-msft in #2461 Use check-spelling/check-spelling@v0.0.20 by @jsoref in #2467 ZIP support spec by @ryfu-msft in #2270 Show PurchaseUrl if present in manifest by @Trenly in #2416 Add PortableIndex for tracking portable files by @ryfu-msft in #2459 Add $schema to cgmanifest.json by @JamieMagee in #2487 Update README link to VS Installer Project extension by @bsivanov in #2488 Removed en-US in links by @ImJoakim in #2494 Add logo to README.md by @vedantmgoyal2009 in #2507 Return error codes for dependencies failure by @hackean-msft in #2410 Add ExpectedReturnCode::ReturnResponse for PackageInUseByApplication by @Trenly in #2492 Suppress reboot by default on msiexec based installers by @gerardog in #2499 Fix installer metadata collection by @yao-msft in #2517 Add Aliases to allow for quick upgrade of all and unknown by @Trenly in #2518 Expose deeper installation detection through Com by @yao-msft in #2420 Add PureLib subtree by @ryfu-msft in #2511 Suppress reboot by default on Inno Setup based installers by @SpecterShell in #2536 Add client support for parsing rest schema v1.4 by @yao-msft in #2473 Add experimental argument to open logs folder by @Trenly in #2510 Add support for installing portables from a zip by @ryfu-msft in #2500 Map operation return code for msstore type installation failure as well by @yao-msft in #2540 Fix installer renaming failure from encoded url by @yao-msft in #2555 Add Pure to component governance manifest by @ryfu-msft in #2556 Added WinGetUtil E2E tests by @AmelBawa-msft in #2542 Add space before path when files remain on uninstall by @Trenly in #2560 Additional logging when validating portable file fails by @Trenly in #2562 Make Symlink Target Canonical by @Trenly in #2563 Implement archive malware scan for local manifests by @ryfu-msft in #2566 Improve installer selection during upgrade by @yao-msft in #2570 Add zip installation to experimental features section of Settings.md by @infinitepower18 in #2584 Make Install flow aware of package installed status by @yao-msft in #2539 Enable mechanism for some control over correlation by @JohnMcPMS in #2577 Mini spec on upcoming install and upgrade flow improvements by @yao-msft in #2535 Download MSIX installer during manifest validation (if necessary) by @AmelBawa-msft in #2587 Always fall back on msix streaming failure by @yao-msft in #2590 Remove MSIX installers after validation is done by @AmelBawa-msft in #2591 Fix error when everything fails by @JohnMcPMS in #2593 Fix PowerShell module for release configuration by @ryfu-msft in #2599 Treat little numbers as big numbers by @JohnMcPMS in #2606 Fix compliance issues by setting Newtonsoft.Json to recommended version by @yao-msft in #2609 Fix internal build by @yao-msft in #2610 Added info about reinstalling App Installer to troubleshooting README.md by @AdmiralSnyder in #2616 Update protocols max items to 64 by @ryfu-msft in #2620 Print command aliases added on portable install by @Trenly in #2621 Add Expected Return Code for InvalidParameter by @Trenly in #2635 Add an issue option to guide users to winget-pkgs for package issues by @SpecterShell in #2658 Get arguments when using archive type package by @Trenly in #2660 Revert "Get arguments when using archive type package" by @Trenly in #2663 Disable toast notification for silent mode for MSStore type installation by @yao-msft in #2652 Support --no-upgrade option for install flow by @yao-msft in #2655 Group policy control for BypassCertificatePinningForMicrosoftStore by @AmelBawa-msft in #2637 Update localized strings by @ryfu-msft in #2684 Manifest (Msix) installer validation - Try parsing package version by @AmelBawa-msft in #2692 Update NuGet Packages by @Trenly in #2690 Don't enable/disable admin settings if group policy prevents it by @AmelBawa-msft in #2683 Add spectre configuration for PureLib by @ryfu-msft in #2704 Fix renaming issue with invalid file character url by @yao-msft in #2708 Remove and Add UndockedRegFreeWinRT library by @ryfu-msft in #2713 Clean build from winget-cli by @msftrubengu in #2698 Upgrade check-spelling to v0.0.21 by @jsoref in #2728 Add source ls alias for source list by @florelis in #2736 Standardize how arguments are used in resource strings by @florelis in #2737 Support for PowerShell cmdlets in admin mode by @ryfu-msft in #2642 Add PowerShell cmdlet help text and examples by @ryfu-msft in #2732 Miscellaneous project cleanup by @yao-msft in #2738 spelling: installation by @jsoref in #2739 Update powershell module target framework to 4.8 by @ryfu-msft in #2741 Allow upgrade for unknown version packages by @ryfu-msft in #2747 Add ARM and ARM64 build configuration for powershell module by @ryfu-msft in #2744 Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/AppInstallerCLIE2ETests by @dependabot in #2754 Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/WinGetUtilInterop.UnitTests by @dependabot in #2753 Infra changes for Microsoft.WinGet.Client and AppInstallerCLIE2ETests by @msftrubengu in #2746 Remove nuget config file by @ryfu-msft in #2756 Add empty pin command by @florelis in #2733 Update DesktopAppInstaller.adml by @AmelBawa-msft in #2759 Fix issue that only 1 dependency package is installed by @yao-msft in #2761 Export command for winget settings. by @msftrubengu in #2719 Suppress warnings for CA1416 in PowerShell module by @ryfu-msft in #2762 Restore nuget.config file for public dependencies by @ryfu-msft in #2763 Separate Archive Scan argument related to security from --force by @Trenly in #2622 Fix winget after a call to winget settings export by @msftrubengu in #2767 Add additional admin setting to match security related group policies by @yao-msft in #2772 Prepare PowerShell Module for Release Build by @ryfu-msft in #2768 More localization friendly source strings and context commenting by @AmelBawa-msft in #2454 Make zip feature stable by @ryfu-msft in #2774 Add scope support to more commands and add provisioning support for msix and msstore types by @yao-msft in #2766 Split tests in Workflow.cpp into multiple files by @florelis in #2773 Update localized strings by @ryfu-msft in #2783 Suppress CA1416 warning #2 by @ryfu-msft in #2784 New Contributors @msftbot made their first contribution in #2285 @jontab made their first contribution in #2333 @iamCristYe made their first contribution in #2403 @JamieMagee made their first contribution in #2487 @bsivanov made their first contribution in #2488 @gerardog made their first contribution in #2499 @SpecterShell made their first contribution in #2536 @infinitepower18 made their first contribution in #2584 @AdmiralSnyder made their first contribution in #2616 @dependabot made their first contribution in #2754 Full Changelog: v.1.3.1611...v1.4.3531 Download
  6. gdb-13-branch branchpoint Download
  7. Finally, a servicing update for our beloved Preview users! Sorry we left you on read for so long... but we think you'll like the changes in this update. Hope they're worth the wait! Windows Terminal v1.16.346{3,4}.0 contain the following backports from https://github.com/microsoft/terminal/tree/main: Changes Vintage transparency now works on Windows 10! Turn off useAcrylic to use it! (#14481) You can now configure whether you are warned before you close more than one tab (#14419) (thanks @leejy12!) (with wording improvements (#14473) thanks to @crazo7924!) Multiple changes to the new text rendering engine: We will now attempt to better scale block and box drawing glyphs (#14099) It will no longer crash with a heap overflow when presented with a malformed DBCS sequence (#14275) We've adjusted how glyphs are scaled when they are way outside their bounding boxes in poorly-behaved fonts (#14085) We've started collecting information on how often FTCS marks and themes are used (#14356) We've tweaked the layout of the color schemes page to address some issues on Windows 10 (#14223) Using the mouse wheel to turn off transparency will now disable the acrylic material effect (#14193) (thanks @JerBast!) Bug Fixes Windows Terminal once again works on Windows N (no media) SKUs We've fixed the following issues that could lead to a local denial of service or worse (with many thanks to @dgl for reporting): OSC 9;9 will now reject malformed paths and not further propagate them into wsl --cd (#14093) REMOTE CODE EXECUTION CVE-2022-44702 OSC 8 URIs will be limited to 2MB in length, following iTerm2 (and only 1024 bytes will be displayed in the tooltip) (#14198) We will no longer leak OpenConsole processes when they're running a Visual Studio Developer Shell (#14160) experimental.useBackgroundImageForWindow has 50% fewer rendering bugs! (#14456) We will no longer clip the progress ring in tab when the tab title is too long (#14167) (thanks @JonathanMeier!) START /MAX should now more reliably maximize the Terminal window when Terminal is set as the default console host (#14222) --pos will now override the "center on launch" setting when specified on the command line (#14229) (thanks @ianjoneill!) Bracketed paste, forced titles, and the default cursor shape are no longer randomly initialized (#14345) This fixes an issue where pasted text would occasionally be incorrectly mangled (as opposed to correctly mangled...) RIS will no longer utterly tank Terminal's ability to handle C1 control characters (#13969) (thanks @j4james!) Console applications will now be correctly identified as the owners of their associated "pseudo-console" window (#14196) Ctrl+C will now skip any currently-playing DECPS sounds (thanks @dgl for reporting) (#14214) Applications should more reliably receive close signals when you close a tab, and we will no longer unceremoniously terminate their console sessions (#14282) You can now duplicate unfocused tabs (#13964) (thanks @JerBast!) The Open in Terminal shell extension should appear more reliably on the Desktop context menu (#14048) (#14211) intenseTextStyle is now included properly in the JSON schema (whoops) (#14210) (thanks @neersighted!) JSON Schema: startingDirectory is now correctly identified as supporting null (#14408) Accessibility & Usability Alt+Space will now open the system menu in the Settings UI and Command Palette (#14221) Text boxes in the settings UI have been made more discoverable by screen readers (#14178) There will no longer no longer not be redundant tooltips in the Settings UI (#14244) The WPF control now supports accessibility notifications (#14097) The Settings UI title/breadcrumb bar is now readable by screen readers (#14180) Reliability An application calling system() on its main thread will no longer deadlock itself and Terminal (when Terminal is set as default) (#14195) We've fixed one source of deadlocks in windowing management for console applications (such as hanging when they're exiting...) (#14463) Launching thousands of instances of cmd.exe back to back will no longer take down your console session (MSFT PR !8072712, 86928bb) We've worked around a miscompilation in Visual Studio 2022 Update 4 that results in an out-of-bounds read (MSFT PR !8189936, 3c10444) wpf: it is no longer possible to call WriteString with a null terminal instance (#14515) wpf: It is now no longer possible to resize the terminal down to 0x0 (#14467) Code Hygiene ConsoleProcessList has been given some love and modernized to improve some of our ConPTY infrastructure (#14421) Dependency Updates brought to you by @AtariDreams IntervalTree.h (#14148) jsoncpp 1.9.3 => 1.9.5 (#14122) libpopcnt => 2.5 (#14140) XAML => 2.7.3 (#14123) Download
  8. v1.15.3465.0 (Windows 10) and v1.15.3466.0 (Windows 11) are servicing updates to Windows Terminal Stable v1.15. Warning As a reminder, Terminal 1.12 was the last version of Windows Terminal that supports Windows 19H1 or 19H2. Those versions of Windows went out of support in May 2022, so you really may want to consider upgrading. This message will self-destruct before the next release. Preinstallation Kit infoA preinstallation kit is available for system integrators and OEMs interested in prepackaging Windows Terminal with a Windows image. More information is available in the DISM documentation on preinstallation. Users who do not intend to preinstall Windows Terminal should continue using the msixbundle distribution. Why are there so many packages? How do I choose? This version of Windows Terminal is distributed in two bundles, one of which works on Windows 10-11 and the other of which only works on Windows 11. The Windows 11 version is much smaller because we no longer need to work around a platform issue related to our dependencies. If you intend on using Terminal as an unpackaged application--that is, extracting the msix file--we recommend that you use the Win10 bundle. You will need the Visual C++ runtime redistributable. In addition, if you install the packaged version on either Windows 10 or Windows 11, it now depends on the Visual C++ Universal Runtime Package. Despite these distributions having different version numbers, they are built from the same code and there is no functional difference between them. If you install the Windows 10 version on Windows 11, it will probably automatically upgrade itself to the Windows 11 version. It includes the following fixes (backported from 1.16 and https://github.com/microsoft/terminal/tree/main). Changes Vintage transparency now works on Windows 10! Turn off useAcrylic to use it! (#14481) Using the mouse wheel to turn off transparency will now disable the acrylic material effect (#14193) (thanks @JerBast!) Bug Fixes Bracketed paste, forced titles, and the default cursor shape are no longer randomly initialized (#14345) This fixes an issue where pasted text would occasionally be incorrectly mangled (as opposed to correctly mangled...) RIS will no longer utterly tank Terminal's ability to handle C1 control characters (#13969) (thanks @j4james!) Console applications will now be correctly identified as the owners of their associated "pseudo-console" window (#14196) Ctrl+C will now skip any currently-playing DECPS sounds (thanks @dgl for reporting) (#14214) Applications should more reliably receive close signals when you close a tab, and we will no longer unceremoniously terminate their console sessions (#14282) JSON Schema: startingDirectory is now correctly identified as supporting null (#14408) Accessibility & Usability Text boxes in the settings UI have been made more discoverable by screen readers (#14178) There will no longer no longer not be redundant tooltips in the Settings UI (#14244) Reliability We've fixed one source of deadlocks in windowing management for console applications (such as hanging when they're exiting...) (#14463) Launching thousands of instances of cmd.exe back to back will no longer take down your console session (MSFT PR !8072712, 86928bb) We've worked around a miscompilation in Visual Studio 2022 Update 4 that results in an out-of-bounds read (MSFT PR !8189936, 3c10444) wpf: it is no longer possible to call WriteString with a null terminal instance (#14515) wpf: It is now no longer possible to resize the terminal down to 0x0 (#14467) Code Hygiene Dependency Updates brought to you by @AtariDreams IntervalTree.h (#14148) jsoncpp 1.9.3 => 1.9.5 (#14122) libpopcnt => 2.5 (#14140) XAML => 2.7.3 (#14123) Download
  9. submodules: Bump outdated Download
  10. ILSpy 8 is based on .NET 6.0 compared to .NET Framework 4.7.2 for the previous generations of ILSpy. All artifacts except the self-contained distribution are built framework-dependent, which means .NET 6.0.2 or newer minor release must be installed prior to starting ILSpy. New Language Features C# 11: Required members Updated pattern detection for Roslyn 4.4.0 Contributions Add option to always fully qualify type names with global:: (see #2762 by @hexafluoride) Refresh ready to run for .NET 7 (see #2774 by @cshung) Fix #2736: ILSpy decides to fully qualify type name when it is not necessary (see #2789 by @ElektroKill) Fix initialization of FakeProperty with setter (see #2792 by @exyi) Add progress reporting to PortablePdbWriter (see #2802 by @andrewcrawley) Include assembly name in decompiled code (see #2810 by @miloush) Add IEntityProcessor to ReflectionDisassembler (see #2835 by @tom-englert) Fix dynamic type index calculation in ApplyAttributeTypeVisitor (see #2840 by @ElektroKill) Add support for another using pattern (see #2841 by @ElektroKill) Fix debug assertion regarding using directives (see #2843 by @ElektroKill) Add support for VB cached delegate initialization (see #2844 by @ElektroKill) Add support for VB auto events (see #2845 by @ElektroKill) Add support for lock statements within yield return state machines (see #2846 by @ElektroKill) Add support for VB async state-machines (see #2853 by @ElektroKill) Enable various passing ignored tests (see #2852 and #2854 by @ElektroKill) Improve support for post-increment/decrement on pointers (see #2856 by @ElektroKill) Enhancements Various performance improvements in the type system and decompiler engine. (see #2766 and #2754) Support native ints in "Combine bit.and into shift" transform #2780: Show embedded resource size Bug fixes Fix #2759: Some characters cause rendering issues in the tree view causing ILSpy to freeze. Also ignore embedded resources with an invalid offset, treat them as having zero byte length. Fix #2763: Improve decompilation of switch-on-enum by preserving enum type information when inlining local variables into SwitchInstruction.Value. PDB generation: Use row ID instead of token in AsyncDebugInfo blob. Fix #2806: Do not use implicitly typed out variables, if argument and parameter types do not match exactly. #2823: Introduce IType.GetDefinitionOrUnknown() to allow better detection of async state-machines involving unknown types. Fix #2825: Missing whitespace after new() Fix #2827: Allow users to enter search queries that match our prefixes. WholeProjectDecompiler: Fix #2830: Can't decompile project with / in resource name on Windows Fix #2831: Popup/Tooltip scaling on multi-monitor multi-DPI setups. WholeProjectDecompiler: Fix #2850: Make sure that type names longer than 255 characters are handled correctly. And many other fixes, for a full list click here. Download
  11. submodules: Bump outdated Download
  12. submodules: Bump outdated Download
  13. See https://frida.re/news/ for details. Download
  14. See https://frida.re/news/ for details. Download
  15. submodules: Bump outdated Download
  16. please refer to the Changelog Download
  17. Please see the file NEWS for a detailed list of changes. Note: all versions are functionally equivalent, i.e. each version can handle all executable formats, so you only need the file that runs on your host OS. Security/VirusTotal links are listed in the pinned issue #437 Asset / File Description / Host OS upx-4.0.1-amd64_linux.tar.xz UPX - Linux version upx-4.0.1-arm64_linux.tar.xz UPX - Linux version upx-4.0.1-armeb_linux.tar.xz UPX - Linux version upx-4.0.1-arm_linux.tar.xz UPX - Linux version upx-4.0.1-dos.zip UPX - DOS version upx-4.0.1-i386_linux.tar.xz UPX - Linux version upx-4.0.1-mipsel_linux.tar.xz UPX - Linux version upx-4.0.1-mips_linux.tar.xz UPX - Linux version upx-4.0.1-powerpc64le_linux.tar.xz UPX - Linux version upx-4.0.1-powerpc_linux.tar.xz UPX - Linux version upx-4.0.1-src.tar.xz UPX - source code tarball upx-4.0.1-win32.zip UPX - X86 Win32 version upx-4.0.1-win64.zip UPX - X64 Win64 version Download
  18. What's New Change History Installation Guide SHA-256: feb8a795696b406ad075e2c554c80c7ee7dd55f0952458f694ea1a918aa20ee3 Download
  19. This is the third development build after the Windows Package Manager 1.3 build for Windows 10 (1809+) and Windows 11. Experimental features are enabled in this release. The experimental support for installing from a zip file (including portable packages) is included in this release. Another helpful troubleshooting feature is "--open-logs". This build will be released to Windows Insider Dev builds, and Windows Package Manager Insiders. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable support for testing .zip manifests: "experimentalFeatures": {"zipInstall": true} Add the following to your settings (winget settings) file to enable support for opening the log directory: "experimentalFeatures":{"openLogsArgument":true} With this experimental feature enabled you can append "--open-logs" to any command and the logs directory will open after the command completes. What's Changed Collect scope in installer metadata by @JohnMcPMS in #2415 Copy winget unpackaged logs in E2E tests by @lechacon in #2441 Ensure default values are passed to nested installers within zip by @ryfu-msft in #2413 Add prompts when installer aborts terminal or needs install location by @lechacon in #1814 Update Labels from Hash Command by @Trenly in #2431 Add DisplayName to InstallationMetadata installed files by @yao-msft in #2442 Use UpgradeCode for matching MSI apps by @lechacon in #2418 Add support for installing portables without developer mode and running as admin by @ryfu-msft in #2401 Increase manifest schema version to 1.4 by @yao-msft in #2451 Update Documentation for schema 1.2 by @Trenly in #2429 Increase PackageIdentifier segments to max 8 by @yao-msft in #2461 Use check-spelling/check-spelling@v0.0.20 by @jsoref in #2467 ZIP support spec by @ryfu-msft in #2270 Show PurchaseUrl if present in manifest by @Trenly in #2416 Add PortableIndex for tracking portable files by @ryfu-msft in #2459 Add $schema to cgmanifest.json by @JamieMagee in #2487 Update README link to VS Installer Project extension by @bsivanov in #2488 Removed en-US in links by @ImJoakim in #2494 Add logo to README.md by @vedantmgoyal2009 in #2507 Return error codes for dependencies failure by @hackean-msft in #2410 Add ExpectedReturnCode::ReturnResponse for PackageInUseByApplication by @Trenly in #2492 Suppress reboot by default on msiexec based installers by @gerardog in #2499 Fix installer metadata collection by @yao-msft in #2517 Add Aliases to allow for quick upgrade of all and unknown by @Trenly in #2518 Expose deeper installation detection through Com by @yao-msft in #2420 Add PureLib subtree by @ryfu-msft in #2511 Suppress reboot by default on Inno Setup based installers by @SpecterShell in #2536 Add client support for parsing rest schema v1.4 by @yao-msft in #2473 Add experimental argument to open logs folder by @Trenly in #2510 Add support for installing portables from a zip by @ryfu-msft in #2500 Map operation return code for msstore type installation failure as well by @yao-msft in #2540 Fix installer renaming failure from encoded url by @yao-msft in #2555 Add Pure to component governance manifest by @ryfu-msft in #2556 Added WinGetUtil E2E tests by @AmelBawa-msft in #2542 Add space before path when files remain on uninstall by @Trenly in #2560 Additional logging when validating portable file fails by @Trenly in #2562 Make Symlink Target Canonical by @Trenly in #2563 Implement archive malware scan for local manifests by @ryfu-msft in #2566 Improve installer selection during upgrade by @yao-msft in #2570 Add zip installation to experimental features section of Settings.md by @infinitepower18 in #2584 Make Install flow aware of package installed status by @yao-msft in #2539 Enable mechanism for some control over correlation by @JohnMcPMS in #2577 Mini spec on upcoming install and upgrade flow improvements by @yao-msft in #2535 Download MSIX installer during manifest validation (if necessary) by @AmelBawa-msft in #2587 Always fall back on msix streaming failure by @yao-msft in #2590 Remove MSIX installers after validation is done by @AmelBawa-msft in #2591 Fix error when everything fails by @JohnMcPMS in #2593 Fix PowerShell module for release configuration by @ryfu-msft in #2599 Treat little numbers as big numbers by @JohnMcPMS in #2606 Fix compliance issues by setting Newtonsoft.Json to recommended version by @yao-msft in #2609 Fix internal build by @yao-msft in #2610 Added info about reinstalling App Installer to troubleshooting README.md by @AdmiralSnyder in #2616 Update protocols max items to 64 by @ryfu-msft in #2620 Print command aliases added on portable install by @Trenly in #2621 Add Expected Return Code for InvalidParameter by @Trenly in #2635 Add an issue option to guide users to winget-pkgs for package issues by @SpecterShell in #2658 Get arguments when using archive type package by @Trenly in #2660 Revert "Get arguments when using archive type package" by @Trenly in #2663 Disable toast notification for silent mode for MSStore type installation by @yao-msft in #2652 Support --no-upgrade option for install flow by @yao-msft in #2655 Group policy control for BypassCertificatePinningForMicrosoftStore by @AmelBawa-msft in #2637 Update localized strings by @ryfu-msft in #2684 New Contributors @JamieMagee made their first contribution in #2487 @bsivanov made their first contribution in #2488 @gerardog made their first contribution in #2499 @SpecterShell made their first contribution in #2536 @infinitepower18 made their first contribution in #2584 @AdmiralSnyder made their first contribution in #2616 Full Changelog: v1.4.2161-preview...v1.4.3132-preview Download
  20. What's New Change History Installation Guide SHA-256: f683cfbb583641d27f9dca3c1a59b4172ecd10155d8771bbb28a2e0eaa7c80bb Download
  21. A hackable malware sandbox for the 21st Century Download
  22. [NOBIN] Switch to CMake 3.0 Download
  23. [NOBIN] Switch to CMake 3.0 Download
  24. What's New Change History Installation Guide SHA-256: a5163f50bd6ce725c4c8638f7505b64bb603ea6bfe3f7d9ed4e403236716f787 Download
  25. Please see the file NEWS for a detailed list of changes. Note: all versions are functionally equivalent, i.e. each version can handle all executable formats, so you only need the file that runs on your host OS. Security/VirusTotal links are listed in the pinned issue #437 Asset / File Description / Host OS upx-4.0.0-amd64_linux.tar.xz UPX - Linux version upx-4.0.0-arm64_linux.tar.xz UPX - Linux version upx-4.0.0-armeb_linux.tar.xz UPX - Linux version upx-4.0.0-arm_linux.tar.xz UPX - Linux version upx-4.0.0-dos.zip UPX - DOS version upx-4.0.0-i386_linux.tar.xz UPX - Linux version upx-4.0.0-mipsel_linux.tar.xz UPX - Linux version upx-4.0.0-mips_linux.tar.xz UPX - Linux version upx-4.0.0-powerpc64le_linux.tar.xz UPX - Linux version upx-4.0.0-powerpc_linux.tar.xz UPX - Linux version upx-4.0.0-src.tar.xz UPX - source code tarball upx-4.0.0-win32.zip UPX - X86 Win32 version upx-4.0.0-win64.zip UPX - X64 Win64 version Download
×
×
  • Criar Novo...