Ir para conteúdo

MBot

Membros
  • Postagens

    686
  • Registro em

  • Última visita

    Nunca
  • Dias Ganhos

    1

Tudo que MBot postou

  1. This release is the seventh stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release. The store certificates in this release have been updated. The current store certificates will expire in early March 2024. 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 Include framework packages during installed packages enumeration by @yao-msft in #3975 Introduce strong and weak comparisons between installers by @JohnMcPMS in #3956 Update Store Certs by @yao-msft in #3968 Full Changelog: v1.6.3421...v1.6.3482 Download
  2. This is the seventh 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. Winget also supports initiating a reboot if a package requires one to complete an install. Winget resume is a new feature that will support resuming an installation when coming back from a reboot. 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, "resume": true, "configuration03": true, "reboot": 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. 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 Configuration schema property descriptions added by @alexravenna in #3499 The initial yaml schema manifest for version 1.7.0 by @Madhusudhan-MSFT in #3876 Move to latest cppwinrt package across all projects by @JohnMcPMS in #3868 Add suggested dictionaries for spellchecking and remove unneeded words by @florelis in #3885 Remove unneeded words from spellchecking by @florelis in #3890 Update docs for winget commands by @KK-Designs in #3909 Ignore deprecation warning by @JohnMcPMS in #3905 Fix pipeline build error by @florelis in #3937 Add support for double-clicking on .wingetdev files for applying configuration by @florelis in #3860 Add a script to bootstrap running Pester tests by @JohnMcPMS in #3899 Add WingetDSC E2E tests by @ryfu-msft in #3939 Improve repair by @msftrubengu in #3886 Enable cmdlets for Windows PowerShell by @msftrubengu in #3951 Register restart for resume by @ryfu-msft in #3858 Allow user settings to control logging channels by @JohnMcPMS in #3955 Add package id, name, and source to install/update/uninstall result for PowerShell cmdlet by @ryfu-msft in #3954 Update Store Certs by @yao-msft in #3968 Introduce strong and weak comparisons between installers by @JohnMcPMS in #3956 Include framework packages during installed packages enumeration by @yao-msft in #3975 New Contributors @alexravenna made their first contribution in #3499 Full Changelog: v1.7.3172-preview...v1.7.3481-preview Download
  3. This release is the seventh stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release. The store certificates in this release have been updated. The current store certificates will expire in early March 2024. 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 Include framework packages during installed packages enumeration by @yao-msft in #3975 Introduce strong and weak comparisons between installers by @JohnMcPMS in #3956 Update Store Certs by @yao-msft in #3968 Full Changelog: v1.6.3421...v1.6.3842 Download
  4. This is the sixth 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, "configuration03": true, "reboot": 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. 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 Minor updates to App Installer Download
  5. This release is the sixth 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 Minor updates to App Installer. Full Changelog: v1.6.3133...v1.6.3421 Download
  6. This release fixes the missing language module in the v3.0.0 PyPI build. Download
  7. New Features identification of programs written in Go, Rust, and .NET extraction of strings embedded in Go programs extraction of strings embedded in Rust programs Other Updates updates to the IDA plugin upgraded minimum required Python version to 3.8 various bug fixes various code quality improvements Google Summer of Code 2023 @Arker123 contributed the majority of features and improvements during the Google Summer of Code working closely with the Mandiant FLARE team. We'd like to thank him for the great collaboration and discussions before, during, and after the twelve week program. Contributors Thanks to all our contributors, including @symbolicvoid, @DiegoRomeo, @sara-rn and especially @Arker123 Full Changelog: v2.3.0...v3.0.0 Download
  8. Add all standard colors for byte themes Compare improvements: Title shows full path if filenames are the same (thanks @usr-sse2) Initial support for View menu applying to both sides (thanks @usr-sse2) Window frame changes no longer affects document frame Fix initial window size being small Add -cmd argument to type commands which takes a procedure for customizing the value (see 9fa3f70 - documentation will be updated before release) Download
  9. please refer to the Changelog Download
  10. GDB 14.1 Release. Download
  11. submodules: Bump outdated Download
  12. See https://frida.re/news/ for details. Download
  13. This is the fifth 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. This preview release includes performance improvements as well as fixes for enabling Windows Features when running in packaged context. There are new experimental features for allowing winget to kick of a reboot if one is required and support for the new v0.3 configuration schema. 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, "configuration03": true, "reboot": 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. 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 Make manifest retrieval choice more dynamic by @JohnMcPMS in #3738 Allow --accept-source-agreements with local manifests by @Trenly in #3573 Invoke ShellExecute on dism.exe for enabling Windows Features by @ryfu-msft in #3659 Allow --include-unknown with install by @Trenly in #3752 Broadcast WM_SETTINGCHANGE on change of path by @Trenly in #3751 Add resume command and support saving the argument state. by @ryfu-msft in #3508 Allow higher versions to satisfy the VCLibs dependency in Repair by @JohnMcPMS in #3763 Use package version as potential last update timestamp by @JohnMcPMS in #3759 Add missing condition for using toolset v143 when building JsonCppLib for arm by @florelis in #3773 Move SQLite base code by @JohnMcPMS in #3790 Fix non-test hook code for Windows Feature by @JohnMcPMS in #3789 Skip dependency evaluation with --skip-dependencies by @mdanish-kh in #3784 Download and install Workflow patches for skip dependencies by @yao-msft in #3794 Add experimental feature for initiating reboot for single package installs by @ryfu-msft in #3631 Microsoft.WinGet.Client Any CPU by @msftrubengu in #3622 Inform user if a module requires elevation by @msftrubengu in #3758 Add missing manifest fields by @hackean-msft in #3757 Configuration Schema 0.3 by @JohnMcPMS in #3779 Extend Configuration COM API for export by @florelis in #3787 Fix binskim issues by @ryfu-msft in #3815 Performance improvements by @JohnMcPMS in #3808 Fix OOP config helper by @JohnMcPMS in #3873 Revert manifest schemas to json draft-07 by @ryfu-msft in #3875 Allow Microsoft.WinGet.Client to run in any PowerShell session running as system by @msftrubengu in #3816 Fix signaling the app shutdown event running as admin by @msftrubengu in #3874 Full Changelog: v1.7.2782-preview...v1.7.3172-preview Download
  14. submodules: Bump outdated Download
  15. 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
  16. 📖 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
  17. [VERSION] 0.3.8 Download
  18. 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
  19. please refer to the Changelog WARNING: The release will be live within an hour! Download
×
×
  • Criar Novo...