Syncios

最新版本 ILSpy 6.0.0.5836

ILSpy 6.0.0.5836

ILSpy 6.0.0.5836
Syncios 經理是一個功能強大的 iTunes 替代品和 iOS 經理,數百萬蘋果用戶信任。它可以幫助您備份和恢復您的 iOS 設備只需點擊幾下,也可以在 Mac 和 iPad / iPhone / iPod 之間傳輸數據,而無需使用 iTunes。此外,你可以使用你的 iOS 設備作為一個外部的 USB 密鑰,以便更方便的存儲和傳輸兩個 iPod,iPad 之間的數據到 iPhone 等。

Syncios 功能:

從 YouTube 和 100 多個網站下載視頻
想要下載 YouTube 視頻到您的 iPad,所以你可以離線觀看? Syncios 提供了一個簡單的解決方案,從 YouTube 和 100 多個網站下載視頻,而不涉及 iTunes,並觀看您的 iPad / iPhone / iPod.6235896
數百萬的免費下載:壁紙,鈴聲
內置在線資源中心提供訪問大量資源,智能發現和將你最喜歡的鈴聲和壁紙下載到你的 iPhone / iPod / iPad 上.

Handy Audio / Video Converter& 免費鈴聲 Maker
Syncios 包括方便的音頻和音頻。視頻轉換器和鈴聲製造商,使您可以方便地享受 iPhone / iPod / iPad 上不受支持的格式的音樂,視頻,並使您自己的免費鈴聲點擊幾下.

保存,安裝和管理 iOS 應用程序& 應用程序數據
完全控制您的個人應用程序和應用程序數據。僅備份,傳輸和恢復您所需的應用程序,設置和文件。在 iPad / iPhone / iPod 上隨意安裝和移除任何應用程序。簡單而安全的應用程序管理!

在 iOS 設備和 PC
Syncios 之間傳輸照片提供了一個簡單的解決方案,用於在 iPhone / iPad / iPod,iCloud Photo Stream 和 PC 之間傳輸和管理照片。編輯 / 刪除 / 創建文件夾,並將照片直接添加到您的 iPad / iPhone / iPod.

Transfer& 在 iOS 設備上管理 Ebook
只需點擊幾下鼠標,即可快速輕鬆地在 Epub / PDF 中轉換任何電子書。在電腦和 iPod,iPhone 4S,iPhone 5 / 5S,iPad,新 iPad,iPad Mini 2 之間無縫地添加,刪除或備份您的本地電子書...

Transfer 音樂,視頻,鈴聲,播客,Audiobook
您的媒體收藏,包括音樂,視頻,鈴聲,語音備忘錄是日常生活中的重要組成部分,但 iTunes 並不總是讓您按自己喜歡的方式管理自己的音樂。 Syncios 經理是你需要的.

Sync 聯繫人,消息,筆記和 Safari 書籤
Syncios 使管理你的 iPhone 信息驚人的簡單。通過清晰的工作面板,您可以輕鬆備份和恢復聯繫人,備忘錄,書籤,短信和通話記錄。使用您的電腦鍵盤直接創建,編輯和清理您的 iPhone 聯繫人.

更多功能
最好的 iOS 管理器,在線視頻下載器,iPhone 鈴聲製作,方便的音頻和放大器。視頻轉換器。這裡有更多的功能 Syncios 更好地管理你的 iPad / iPhone / iPod.6235896
注意:需要 iTunes.

也可用:下載 Syncios 為 Mac

ScreenShot

軟體資訊
檔案版本 ILSpy 6.0.0.5836

檔案名稱 ILSpy_binaries_6.0.0.5836.zip
檔案大小 3 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 AnvSoft Inc.
官網 http://www.syncios.com/
更新日期 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 反编译工具ILSpy 6.0.0.5836 绿色中文版- 大眼仔旭

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

http://www.dayanzai.me

.Net 反汇编工具dnSpy 6.1.5 + x64 中文绿色免费版- 大眼仔旭

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

http://www.dayanzai.me

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

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

网络软件- 大眼仔旭

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

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

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

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

http://www.sd173.com

闪电软件园_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