Ir para conteúdo

MBot

Membros
  • Postagens

    700
  • Registro em

  • Última visita

    Nunca
  • Dias Ganhos

    1

Posts postados por MBot

  1. New Language Features

    • Adjusted pattern detection for Roslyn 3.11
    • C# 7.0 pattern matching
    • C# 9 covariant returns

    Contributions

    Visual Studio AddIn

    • Allow to open ILSpy on project and package references

    Enhancements

    • Add "Extract package entry" context menu entry for binaries inside bundles/packages.
    • Better support for voice commands/keyboard navigation.
    • Proper support for long paths in Windows 10 in WholeProjectDecompiler.
    • IL disassembly: Option to show raw offsets and instruction bytes.
    • IL disassembly: Show header sizes.
    • Add simple public API for XamlDecompiler

    Bug fixes

    • #2379: This fixes an issue where return statements within try-blocks could turn into goto statements.
    • #2052: BAML-to-XAML: Resolve namespaces of properties
    • #1858 and #2188: Improved decompilation of display-classes.
    • #2424: Suppress the string==null special-case within the string class itself.
    • #2092: aggressively inline code in compiler-generated lambdas and expression trees.
    • And many other fixes, for a full list click here.

    Download

  2. This release brings some assorted top-hitting bug fixes into the stable channel from the main development trunk.

    If this looks very similar to the preview channel, you're correct. These were heavy hitters, so we're rolling out to the whole population as quickly as we can.

    A 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.

    Bug Fixes

    Accessibility

    • Resolves hang on launch for Windows Server 2022 (and similar client Windows versions) when tablet input keyboard is activated (#11312)

    Reliability

    • Fix KeyChord constructor assertion failure during tab dragging (#11306)

    Terminal Emulation

    • Fixes alignment of the mouse coordinates when the viewport is scrolled for all events, not just mouse button pressed event. (#11290)

    User Interface

    JSON Settings

    • Fix serialisation of findMatch action to persist the direction (#11233) (thanks @ianjoneill!)

    Download

  3. This release brings some assorted top-hitting bug fixes into the preview channel from the main development trunk.

    There's also a breaking change included here to ensure our consistency as we move into 1.12. We were alerted that the terminology "tray" is inappropriate for Taskbar Notification Area. This means that the minimizeToTray setting is now the minimzeToNotificationArea setting and the alwaysShowTrayIcon setting is now the alwaysShowNotificationIcon setting. There is no automatic migration of these settings as this terminology was only ever used in preview channel. Preview users will have to fix their settings files manually. (#11219)

    Bug Fixes

    Accessibility

    • Resolves hang on launch for Windows Server 2022 (and similar client Windows versions) when tablet input keyboard is activated (#11312)
    • Selecting text in the terminal while Narrator is open will no longer hang (#11386)

    Reliability

    • Fix KeyChord constructor assertion failure during tab dragging (#11306)

    Terminal Emulation

    • Fixes alignment of the mouse coordinates when the viewport is scrolled for all events, not just mouse button pressed event. (#11290)

    User Interface

    JSON Settings

    • Fix serialisation of findMatch action to persist the direction (#11233) (thanks @ianjoneill!)

    Download

  4. This release represents our Windows Package Manager 1.1 release candidate build for Windows 10 (1809+).

    Experimental features have been disabled in this release. We will follow this release with another Pre-release "developer" build at GitHub so users can continue with experimental features available.

    Bugs

    #797 Silent install of "winget install git.git" is not working
    #1497 Make rename retry more frequently for longer, then try making a hardlink

    Download

  5. This release includes several new features related to the experimental Microsoft Store source. The REST API now has support for source level agreements, and an HTTP header pass through. Packages can also have agreements a user must accept before downloading and installing a
    package. We have also made improvements for handling silent installation with MSI UAC issues, and deferred registration for MSIX packages. A new experimental feature will show dependencies listed in a package manifest. The COM API is now considered a stable feature, and has been removed from experimental features. We have also started the work to begin supporting the new v1.1 schema #1243. The implementation for these new keys will follow in subsequent releases.

    Thanks to @ChungZH for making some UX improvements to show how many upgrades are available, and displaying the version number during install.

    Features

    #200 Require EULA/TOS acceptance before download starts.
    #893 Add support for an arbitrary HTTP header value in REST API
    #967 Max Installer nodes 1024
    #1012 Experimental Show dependencies
    #1174 Added "doProgressTimeoutInSeconds" Setting
    #1216 Add Microsoft Store REST Source as default option and fix telemetry gaps
    #1337 Show the version number during install.
    #1354 winget upgrade: Display count of available upgrades
    #1396 Add support for rest api 1.1 interface
    #1397 Add deferred registration for MSIX
    #1398 Use MSI API to allow UAC prompts on MSI silent installs
    #1400 Client verbose logging does not log sufficient information to diagnose issues interacting with rest sources.
    #1419 Remove the packagedAPI experimental feature flag

    Bugs

    #1406 InstallerSuccessCodes in manifest schema does not provide any numerical limits
    #1416 winget source add doesn't warn you when adding an unsupported source.

    Download

  6. We are excited to announce version 3.0! ?

    capa 3.0:

    • adds support for ELF files targeting Linux thanks to Intezer
    • adds new features to specify OS, CPU architecture, and file format
    • fixes a few bugs that may have led to false negatives (missed capabilities) in older versions
    • adds 80 new rules, including 36 describing techniques for Linux

    A huge thanks to everyone who submitted issues, provided feedback, and contributed code and rules.
    Special acknowledgement to @Adir-Shemesh and @TcM1911 of Intezer for contributing the code to enable ELF support.
    Also, welcome first time contributors:

    New Features

    Breaking Changes

    • rules using format, arch, os, or substring features cannot be used by capa versions prior to v3
    • legacy term arch (i.e., "x32") is now called bitness @williballenthin
    • freeze format gains new section for "global" features #759 @williballenthin

    New Rules (80)

    Bug Fixes

    • main: fix KeyError: 0 when reporting results @williballehtin #703
    • main: fix potential false negatives due to namespaces across scopes @williballenthin #721
    • linter: suppress some warnings about imports from ntdll/ntoskrnl @williballenthin #743
    • linter: suppress some warnings about missing examples in the nursery @williballenthin #747

    capa explorer IDA Pro plugin

    • explorer: add additional filter logic when displaying matches by function #686 @mike-hunhoff
    • explorer: remove duplicate check when saving file #687 @mike-hunhoff
    • explorer: update IDA extractor to use non-canon mnemonics #688 @mike-hunhoff
    • explorer: allow user to add specified number of bytes when adding a Bytes feature in the Rule Generator #689 @mike-hunhoff
    • explorer: enforce max column width Features and Editor panes #691 @mike-hunhoff
    • explorer: add option to limit features to currently selected disassembly address #692 @mike-hunhoff
    • explorer: update support documentation and runtime checks #741 @mike-hunhoff
    • explorer: small performance boost to rule generator search functionality #742 @mike-hunhoff
    • explorer: add support for arch, os, and format features #758 @mike-hunhoff
    • explorer: improve parsing algorithm for rule generator feature editor #768 @mike-hunhoff

    Development

    Raw diffs

    Download

×
×
  • Criar Novo...