Firefox (64-bit)

最新版本 ILSpy 6.0.0.5836

ILSpy 6.0.0.5836

ILSpy 6.0.0.5836
Mozilla Firefox 64 位是一個快速,功能全面的免費網頁瀏覽器。 Firefox 包括彈出式窗口攔截,標籤瀏覽,集成的 Google,雅虎和必應搜索,簡化的隱私控制,簡化的瀏覽器窗口,向您顯示比其他任何瀏覽器更多的頁面,以及一些與您一起工作的附加功能你在網上獲得最多的時間。您可以通過點擊免費下載按鈕,從我們的網站下載 Firefox 的 PC 脫機安裝程序.

查看新的 Firefox,這是 Firefox Quantum 的幾個版本中的第一個,讓您能夠比以往更快地獲得所需的東西和所需的東西,隨著一個全新的外觀.



Firefox 量子特點:

2x Faster
瘋狂的強大的瀏覽器引擎?檢查。等待頁面加載的時間更少?另外,檢查。獲取最好的火狐瀏覽器.

30%比 Chrome
輕內存使用意味著更多的空間讓您的電腦保持平穩運行。您的其他程序將感謝您.

光滑瀏覽
無論您打開 10 或 1000,使用 Firefox 新的響應式引擎,標籤之間的切換速度比以往更快.

私人瀏覽
Firefox 在您瀏覽時屏蔽在線追踪器,並且在您“記住”之後不會記住您的歷史記錄; 重做.

跟踪保護
有些廣告隱藏跟踪器,跟踪你在線。無禮。我們知道。這就是為什麼我們強大的工具能夠阻止他們受到冷落.

Faster Page Loading
通過阻止一些阻礙瀏覽的廣告和腳本,網頁加載速度提高了 44%。現在,這是一個雙贏.

Screenshots
簡單的截圖。直接從 Firefox 分享。這意味著不再需要在計算機上搜索神秘的文件名.

Pocket
在工具欄中建立起來,它是最終的“稍後保存”功能。通過任何設備查看您的文章,視頻和網頁.

遊戲& VR
為下一代遊戲設計,Firefox 內置了對 WASM 和 WebVR 的支持。無需額外安裝!

Library
節省時間!查找所有您喜愛的內容,如口袋保存,書籤,瀏覽歷史記錄,截圖和下載在一個點.

Extensions
自定義火狐數以千計的擴展,如 LastPass,uBlock 起源,Evernote 和更多.

Themes
通過 Firefox 來適應你的心情!從我們的主題類別中選擇一個新的外觀或創建自己的.

Toolbar
設置 Firefox 的方式。將功能拖入和拖出工具欄以方便訪問.

同步您的設備
無縫訪問密碼,書籤和更多。此外,使用我們的“發送標籤”功能,可以在桌面,移動設備和平板電腦之間即時共享打開的標籤.

注意:通過 Firefox ESR(Extenderd 支持版本),對 Windows XP 和 Windows Vista 的 Firefox 支持仍然可用。下載適用於 Windows XP 或 Vista 的 Firefox.

也提供:下載適用於 Mac

的 Firefox

ScreenShot

軟體資訊
檔案版本 ILSpy 6.0.0.5836

檔案名稱 ILSpy_binaries_6.0.0.5836.zip
檔案大小 3 MB
系統 Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 Mozilla Organization
官網 https://www.mozilla.org/en-US/firefox/new/
更新日期 2020-07-08
更新日誌

What's new in this version:

Major Changes:
- ILSpy 6.0 sports a multi-tab docking interface
- ILSpy 6.0 comes with a new Metadata Explorer
- ILSpy 6.0 has new icons for high-DPI support
- ILSpy 6.0 requires at least .NET 4.7.2 (v5.0 required .NET 4.6.2)

New Language Features:
- C# 8.0: Indexing and Slices (Ranges)
- C# 7.0: Changes to syntactic disambiguation of generic identifiers
- C# 7.3 pattern-based fixed statement
- C# 8.0 Default Interface Methods
- C# 8.0 Async streams (currently not covering await foreach)
- C# 8.0 await using
- C# 8.0 Readonly members
- Decompile calli instructions using C# 9.0 function pointer syntax
- Improved support for Unsafe intrinsics
- Support for generic and static local functions

UI Improvements:
- Docking and multi tab support
- Metadata Explorer
- Assembly list dropdown in toolbar, enhanced assembly list management
- Show target frameworks next to the assembly version in the tree-view
- Using the middle mouse button to click on tree nodes and links will open the decompilation result in a new tab
- "Select PDB" context menu: allows to change the PDB file resolved by ILSpy or pick one from a different location
- Added a "Debug Metadata Explorer" node for portable PDBs
- Use XAML for icons (high DPI)
- New icons (based on VS 2017 icon pack)
- RichText Tooltips
- Add "Open with ILSpy" entry to the Windows Explorer context menu on exe and dll files (via Options/Misc)
- Empty metadata tables can now be hidden from the tree view
- Folding for XAML output
- Add "Reset to defaults" in Options dialog
- Dynamic assembly list generation for target framework

Improvements & Bug-fixes:
- Project export: Added an option to allow SDK-style format for project files
- Solution and project decompilation: Add missing ProjectTypeGuids
- Add search features
- #1498: Remove Fusion API usage: Use standard file enumeration instead. This should enable us to use the GAC even with restricted access, as only the LIST permission is required
- Fix DotNetCorePathFinder to properly support netstandard2.1
- Fix multi-module support
- Updated links to MS Docs
- Improve ReduceNestingTransform by considering nested containers
- Analyzers: Added "Implements interface"-Analyzer
- Analyzer follow type forwarders
- The decompiler now supports Scalar Replacement Of Aggregates, which by default only works on display-classes and display-structs. There is an option to make it affect all instances and uses of plain types containing fields only. NOTE: It is still in preview stage. You can activate it when using a debug build.
- Added support for null-propagation on unconstrained generic expressions
- Added support for [module: NullablePublicOnly]
- Enhanced assembly resolution to distinguish target frameworks and use the correct references in case there are multiple versions of framework assemblies loaded.
- Better decompilation of local functions, pinned regions and display-classes
- Disassembler: actually make use of the cancellation token
- Support VB Select Case on string
- Display System.Void as struct
- Properly decompile auto events with tuples
- Do not change accessibility of non-transformed local functions
- Improve drag&drop support
- Fix bug in stackalloc initializer detection involving Span
- Added struct constructor initializer pattern
- DotNetCorePathFinder: Various bug fixes when working with .net core assemblies
- Transform post-increment on float/double
- Fix extra minus sign when formatting -0 on .NET Core 3.0
- Fix sealed modifier on interface methods with no body
- Fix NullReferenceException when foreach decompilation is turned off
- Fixed performance problem when using an assembly from a MemoryStream

ILSpy 6.0.0.5836 相關參考資料
.Net 反汇编工具dnSpy 6.1.5 + x64 中文绿色免费版- 大眼仔旭

NET 程序的逆向工程工具,基于ILSpy 发展而来的.Net 程序集的编辑,反编译,调试神器。。该项目包含了反编译器,调试器和汇编编辑器等功能组件,而且可以通过 ...

http://www.dayanzai.me

.NET 反编译工具ILSpy 6.0.0.5836 绿色中文版- 大眼仔旭

NET 反编译工具ILSpy 绿色中文版由大眼仔旭(www.dayanzai.me)整理发布。无论您是一个好奇的用户,喜欢分开看看是什么让应用程序发挥作用,还是.NET 开发 ...

http://www.dayanzai.me

Download ILSpy 6.0.0.5836 - Softpedia

22 小時前 - Download ILSpy - Browse and analyze assemblies by using this .NET application decompiler that features support for DLL, EXE and Windows ...

https://www.softpedia.com

Download ILSpy 6.0.0.5836 - Trình biên dịch, phân tích nhị ...

NET theo các định dạng WINMD, DLL và EXE. ILSpy gồm tập hợp các nhị phân, cũng như tích hợp gói phần mềm nguồn mở độc lập giúp các nhà phát triển xây ...

https://taimienphi.vn

ILSpy - Visual Studio Marketplace

Extension for Visual Studio - Integrates the ILSpy decompiler into Visual Studio. ... menu of the References node in a project: Open Output in ILSpy via the context menu on the project node: ... Vers...

https://marketplace.visualstud

ILSpy Download (2020 Latest) for Windows 10, 8, 7 - FileHorse

ILSpy 6.0.0.5836 LATEST. Requirements: Windows XP / Vista / Windows 7 / Windows 8 / Windows 10. User Rating: Click to vote. Author / Product: ILSpy Team / ...

https://www.filehorse.com

ilspycmd 6.0.0.5836 - NuGet Gallery

Command-line decompiler using the ILSpy decompilation engine .NET CLI. dotnet tool install --global ilspycmd --version 6.0.0.5836. This package contains a .

https://www.nuget.org

ILSpy汉化版|ILSpy 6.0.0.5836 绿色中文版-闪电软件园

9 小時前 - ILSpy中文汉化版是优秀的.NET 反编译工具!开源.NET程序集浏览器和反编译器,界面友好简单,主要有两个窗格,分别是.NET 程序集树窗格和详细 ...

http://www.sd173.com

网络软件- 大眼仔旭

NET 反编译工具ILSpy 6.0.0.5836 绿色中文版. 作者:大眼仔~旭日期:2天前评论:0 条 .NET 反编译工具ILSpy 绿色中文版由大眼仔旭(www.dayanzai.me)整理发布。

http://www.dayanzai.me

闪电软件园_SD173下载_最新软件绿色免费下载

ILSpy 6.0.0.5836 绿色中文版07-08; WinX VideoProc 3.7.0 中文激活07-08; APK文件编辑修改工具APK Editor07-08; FBackup 8.7.331 中文激活版07-08; 3D-Coat ...

http://www.sd173.com