Ir para conteúdo

MBot

Membros
  • Postagens

    693
  • Registro em

  • Última visita

    Nunca
  • Dias Ganhos

    1

Tudo que MBot postou

  1. This release is the fifth stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release. The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project. Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine. What's Changed Add missing condition for using toolset v143 when building JsonCppLib for arm by @florelis in #3773 Performance improvements by @JohnMcPMS in #3867 Make manifest retrieval choice more dynamic by @JohnMcPMS in #3738 Allow --accept-source-agreements with local manifests by @Trenly in #3753 Broadcast WM_SETTINGCHANGE on change of path by @JohnMcPMS in #3751 Allow higher version to satisfy the dependency by @JohnMcPMS in #3763 Use package version as potential last update timestamp by @JohnMcPMS in #3759 Microsoft.WinGet.Client Any CPU by @msftrubengu in #3622 Full Changelog: v1.6.2771...v1.6.3133 Download
  2. 📖 README.md Using: PE-sieve v0.3.8 https://github.com/hasherezade/pe-sieve/releases/tag/v0.3.8 BUGFIX Added parameter /obfusc into a group scan options https://github.com/hasherezade/hollows_hunter/assets/3115348/12feea26-af6a-4448-84c8-caf18987a9ba Download
  3. [VERSION] 0.3.8 Download
  4. ILSpy 8.x is based on .NET 6.0. All artifacts except the self-contained distribution are built framework-dependent, which means .NET 6.0.2 or later must be installed prior to starting ILSpy. New Language Features C# 7.1 Pattern matching with generics C# 8.0 Recursive patterns C# 9.0 Relational patterns C# 9.0 not patterns C# 10.0 static abstract members in interfaces C# 11.0 switch on (ReadOnly)Span<char> Contributions Add entry size info (@startewho, #3052) Add GC Info to R2R output (@eduardo-vp, #3076) Update R2R (@cshung, #3088) Reduce "unsafe" by replacing byte* pointer usage with ReadOnlySpan<byte> (@fowl2, #3106 ) Enhancements #3090: add support for the NUGET_PACKAGES environment variable Fixed some quirks in our search: #3064, #3065 and #3038 Performance #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. #3075: Add NextSetBit operation to BitSet to avoid looking at every store bit individually in ReachingDefinitionsVisitor.GetStores() #3075: Fix ILVariableEqualityComparer.GetHashCode #3075: Improve performance of CSharpResolver.LookupSimpleNameOrTypeName in cases with a large number of local variables. #3075: Eliminate recursion in some parts of the decompiler engine ILSpy UI: #3057 - sub-optimal use of StringBuilder when constructing tree-node labels Bug fixes #3061: Handler blocks of exception filter blocks do not have a header. #3103: unaligned.stobj cannot be transformed into inline assignment #3091: extension methods named Add were skipping some checks in AccessPathElement.IsMethodApplicable. #3004: MetadataModule.ResolveEntity() returning null for System.IntPtr when C# 11 native integers are enabled. #3105 - VS2017-2019 addin didn't properly match subdirectory structure of 2022 addin #3014: Missing type information in lambda expressions And many other fixes, for a full list click here. Download
  5. please refer to the Changelog WARNING: The release will be live within an hour! Download
  6. 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.2.0-amd64_linux.tar.xz UPX - Linux version upx-4.2.0-arm64_linux.tar.xz UPX - Linux version upx-4.2.0-armeb_linux.tar.xz UPX - Linux version upx-4.2.0-arm_linux.tar.xz UPX - Linux version upx-4.2.0-dos.zip UPX - DOS version upx-4.2.0-i386_linux.tar.xz UPX - Linux version upx-4.2.0-mipsel_linux.tar.xz UPX - Linux version upx-4.2.0-mips_linux.tar.xz UPX - Linux version upx-4.2.0-powerpc64le_linux.tar.xz UPX - Linux version upx-4.2.0-powerpc_linux.tar.xz UPX - Linux version upx-4.2.0-src.tar.xz UPX - source code tarball upx-4.2.0-win32.zip UPX - X86 Win32 version upx-4.2.0-win64.zip UPX - X64 Win64 version Download
  7. submodules: Bump outdated Download
  8. Add setting "Match inactive text selection color with active" to help with selection color in dark mode Text encodings menu can now be customized Download
  9. Add setting "Match inactive text selection color with active" to help with selection color in dark mode Text encodings menu can now be customized Download
  10. gdb-14-branch branchpoint Download
  11. This is the fourth development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders. Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features. "experimentalFeatures": { "directMSI": true "windowsFeature": true }, Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project. Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state. A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery and will no longer be included as a release asset. To install the latest version of the PowerShell module, run the following command in PowerShell 7+. Install-Module -Name Microsoft.WinGet.Client The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer. What's Changed Platform source should not be blocked by policy check by @yao-msft in #3725 Update docs for upgrade command by @KK-Designs in #3639 Honor 429 Retry-After by @msftrubengu in #3718 New Contributors @KK-Designs made their first contribution in #3639 Full Changelog: v1.7.2722-preview...v1.7.2782-preview Download
  12. This release is the fourth stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release. The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project. Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine. What's Changed Platform source should not be blocked by policy check by @yao-msft in #3725 Honor 429 Retry-After by @msftrubengu in #3718 Full Changelog: v1.6.2721...v1.6.2771 Download
  13. MBot

    rr 5.7.0

    This release includes many bug fixes, improvements to system call coverage, and incremental performance improvements. In particular, performance is improved for applications with thousands of threads (partly via the new WaitManager). A lot of rare intermittent bugs have been fixed, partly due to significant reworking of how unexpected task exits are handled. The required Linux kernel version has been bumped to 4.7 (because we require waitid() to support __WALL). The required CMake version has been bumped to 3.5.0. New infrastructure for building and testing rr releases in AWS EC2 instances has been constructed. This should make it easier to make more frequent and more reliable rr releases. As part of that work, we are now building Aarch64 packages. Download
  14. macOS 10.14.6 is now required due to introducing Swift into the codebase. Byte themes have been added, accessible from the Views menu. See commit for example/details. Needs documentation still. Current themes only look good from dark mode. Fixed rendering issues with Sonoma (thanks @zorgiepoo). Please test and report any issues! Better error message when the "requires" command fails Anti-alias option has been removed Download
  15. This is the third development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders. Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features. "experimentalFeatures": { "directMSI": true "windowsFeature": true }, Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project. Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state. A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery and will no longer be included as a release asset. To install the latest version of the PowerShell module, run the following command in PowerShell 7+. Install-Module -Name Microsoft.WinGet.Client The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer. What's Changed Enable COM API access to correlate with the tracking database only by @JohnMcPMS in #3703 Use correct caller name in Com startup telemetry event by @yao-msft in #3711 Full Changelog: v1.7.2711-preview...v1.7.2722-preview Download
  16. This release is the third stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release. The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project. Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine. What's Changed Enable COM API access to correlate with the tracking database only by @JohnMcPMS in #3703 Use correct caller name in Com startup telemetry event by @yao-msft in #3711 Full Changelog: v1.6.2701...v1.6.2721 Download
  17. This is the second development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders. Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features. "experimentalFeatures": { "directMSI": true "windowsFeature": true }, Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project. Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state. A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery and will no longer be included as a release asset. To install the latest version of the PowerShell module, run the following command in PowerShell 7+. Install-Module -Name Microsoft.WinGet.Client The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer. What's Changed Update SECURITY.md from 0.0.2 to 0.0.9 by @Aaron-Junker in #3600 Microsoft.WinGet.Configuration E2E Pester tests by @msftrubengu in #3605 SourceAutoUpdateInterval - Group Policy Description update. by @Madhusudhan-MSFT in #3621 Make windows feature experimental by @ryfu-msft in #3620 Rework the error list and add a command to get error information by @JohnMcPMS in #3615 Add new cmdlets and cancellation support for Microsoft.WinGet.Configuration by @msftrubengu in #3614 Make DSC resource name check case insentive by @msftrubengu in #3632 Add try/catch when reading upgrade codes by @JohnMcPMS in #3637 Add norestart to msi uninstall args by @yao-msft in #3638 Read registry value data on demand by @JohnMcPMS in #3642 Change alternate url by @JohnMcPMS in #3646 Set default user agent for http range requests by @yao-msft in #3645 Remove Invoke-CommandInDesktopPackage use by @JohnMcPMS in #3658 Improve packaged source updating by @JohnMcPMS in #3657 Add a bit of randomness to the wait time after source update failure by @JohnMcPMS in #3661 Reduce the size of the index by @JohnMcPMS in #3666 Log Com invocation startup telemetry and delay auto update time when invoked from explorer by @yao-msft in #3665 Enable COM API access to correlate with the tracking database only by @JohnMcPMS in #3670 Fix localized strings output by @mdanish-kh in #3673 Improve the version header detection and logging by @JohnMcPMS in #3680 Revert 3670 by @JohnMcPMS in #3700 New Contributors @Aaron-Junker made their first contribution in #3600 Full Changelog: v1.7.2491-preview...v1.7.2711-preview Download
  18. What's New Change History Installation Guide SHA-256: ed35bb29454e8f9134bf2e95efe000f5d915c3b28efbece852ff12ab2336cb75 Download
  19. This release is the second stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release. The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project. Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine. What's Changed Set default user agent for http range requests by @yao-msft in #3645 Change alternate url by @JohnMcPMS in #3646 Improve packaged source updating by @JohnMcPMS in #3657 Add a bit of randomness to the wait time after source update failure by @JohnMcPMS in #3661 Log Com invocation startup telemetry and delay auto update time when invoked from explorer by @yaomsftin #3665 Fix localized strings output by @mdanish-kh in #3673 Improve the version header detection and logging by @JohnMcPMS in #3680 Full Changelog: release-v1.6.2631...release-v1.6.2701 Download
×
×
  • Criar Novo...