Exetools  

Go Back   Exetools > General > Community Tools

Notices

Reply
 
Thread Tools Display Modes
  #106  
Old 06-14-2023, 12:41
TheDutchJewel's Avatar
TheDutchJewel TheDutchJewel is offline
VIP
 
Join Date: Aug 2002
Posts: 666
Rept. Given: 26
Rept. Rcvd 461 Times in 264 Posts
Thanks Given: 19
Thanks Rcvd at 466 Times in 133 Posts
TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499
dnSpy v6.4.0
2023-06-13

Changelog
Quote:
CRITICAL SECURITY WARNING
This release of dnSpyEx addresses the many newfound vulnerabilities in .NET 6. Updating is highly recommended!
See https://github.com/dotnet/announcements/issues issues 250 and 252-261

New features:
• All distributions of dnSpyEx now support resolving Windows shortcut files (*.lnk) when they are dragged onto the assembly explorer.
• Extended the export to project feature by adding support for unpacking multi-element resources back to .resx source files
• Introduce two additional options to the Save Module dialog. (AddMvidSection and ForceBigColumns)
• Added a new menu command to copy the full name of any metadata member.
• Add support for horizontal scrolling with the shift key in the text and hex editors.
• Add support for multiline copy and paste to the text editor.
• Added support for .url shortcut files and modified the code to recursively resolve shortcuts until a target file is reached.
• ILSpy Decompiler:
  ○ Display custom attributes defined on interface implementations in the IL disassembly
  ○ Add IL with C# decompiler language which annotates the IL disassembly with comments showing the higher level C# statements above the IL code responsible for them.
  ○ Show field initial value for simple primitive types in a comment located above the field declaration.
  ○ Added a new decompiler option to disable the insertion of unnecessary parenthesis.
• Reworked BAML disassembler:
  ○ Heavily improved syntax highlighting and other editor features like indent guides and brace pair highlighting.
  ○ Add local jump to reference for BAML attribute, type, etc. declaration records.
  ○ Add support for dnSpy's number tooltips in the disassembler.
  ○ Introduce tooltips for type, assembly, property, and resource references.
  ○ Improved performance and memory efficiency.

Improvements and bug fixes:
• Fixed regular non-publish .NET 6 debug and release dnSpy builds, they no longer crash on startup and now also use the correct x86 icon when applicable.
• Fixed a commonly occurring NullReferenceException when editing event definitions using the assembly editor component.
• Improved Chinese translation by @Wenveo
• Fixed incorrect handling of __arglist parameter in the Edit in C#/Edit in VB options.
• Fix incorrect display of VarArg and NativeVarArg in the signature editing dialog.
• Properly handle Unmanaged calling convention across the dnSpyEx code base.
• Fixed incorrect escaping behavior when displaying strings found in embedded resources.
• Refresh search results when the scope of the search operation is changed (e.g. a different file is selected and the search mode is set to the selected file)
• Fixed C# and VB tooltips for types with uninstantiated generic parameter signatures.
• Escape Hangul Filler characters and other similar whitespace characters that were previously not escaped across the dnSpyEx UI.
• Use reference assemblies for the compiler in the Edit in C#/Edit in VB options to fix issues with incorrect assembly references being emitted when editing .NET Standard or .NET Core assemblies.
• Added a workaround for a bug in WPF WindowChromeWorker that caused OverflowException to be thrown for invalid hittest window messages.
• Correctly set the available options based on the window state in the Windows Alt + Space menu.
• Improved .NET Standard assembly resolution to prioritize exact version match over the latest available version.
• Fixed a bug that resulted in the ability of the user to infinitely scroll horizontally.
• Fix an issue in the new RESX writer which resulted in incorrectly generated RESX for resources with user serialized types.
• ILSpy Decompiler:
  ○ Fixed multiple NRE's that occurred when decompiling heavily obfuscated property metadata.
  ○ Fixed an issue that caused incorrect dynamic types to be introduced for method parameters.
  ○ Improved type inference for calli instructions as well as stores to readonly auto-properties.
  ○ Fixed several issues relating to the decompilation of member names containing a . character.
  ○ Display custom attributes in the same order that they appear in metadata by default.
  ○ Improved performance and memory efficiency.
• Debugger:
  ○ Fixed certain expressions in the Watch and Locals window being incorrectly syntax highlighted.
  ○ Fixed a bug that prevented the Show Raw Locals option from working when the Roslyn EE failed to initialize due to invalid metadata.
  ○ Fixed a bug that prevented the DebuggerDisplayAttribute evaluator from working as intended.
  ○ Several improvements to the built-in IL interpreter and function evaluator aimed at improving performance and accuracy.
  ○ Fixed type name parsing issues which lead to the debugger incorrectly resolving custom attributes, security declarations, and some marshal blobs.
  ○ Improve the Show in memory command for objects in the locals and watch windows.
  ○ Improve the display of method names in the Call stack window. __arglist, dynamic, nint, nuint and tuple element names are now properly displayed.
  ○ Added an anti-anti-debug option to prevent the malicious use of NtRaiseHardError to trigger kernel faults (blue screens of death).
  ○ Added an anti-anti-debug option to prevent the detection of the debugger using a call to CloseHandle with an invalid handle.
  ○ Update Roslyn debugger intrinsic handling to match what is expected by Roslyn 4.6.0
  ○ CorDebug:
    ■ Improved loading of dynamic modules (fixed issues with thread safety and added code to fetch more metadata from the CorDebug API)
    ■ Fallback to COM-based metadata reading when the in-memory metadata is corrupted (e.g. anti-dumping protection)
    ■ Display COM error code when the debugger fails to start.
    ■ Made the timeout for CoreCLR debugger initialization configurable.
    ■ Display the HRESULT when attaching the CoreCLR debugger fails.
    ■ Improve support for debugging of single file bundle files which do not contain the required debugging components by trying to load them from the locally installed .NET installations.
  ○ Mono:
    ■ Improved loading of obfuscated modules when debugging
    ■ Fixed several issues related to the resolution of method definitions on newer debugger protocol versions
    ■ Fixed an unhandled AggregateException when connecting to a Unity debuggee (by @UlyssesWu).
    ■ Display the IP and port used to connect to the debuggee in the output window.
    ■ Improve loading of metadata from in-memory modules.
• BAML decompiler:
  ○ Fixed resolution of PresentationFramework when it was referenced using its special ID 0xFFFF.
  ○ Lazily resolve known XAML types, properties, and other members to increase performance.
  ○ Improve extraction of BAML connection ID information to work without all dependency assemblies and in other edge cases.
  ○ Fixed an issue that resulted in dnSpy introducing markup extensions in cases where they were not syntactically valid.
  ○ Properly place markup extension arguments containing spaces in single quotes.
  ○ Fix issues regarding incorrect or missing escaping from markup extensions.
  ○ Fixed crashes caused by the UI's WPF markup extension parser when it encountered invalid syntax.
  ○ Fix a bug that caused XAML paths to lack a Z character at the end.
  ○ Improved support for markup extensions where their classes inherit from generic classes.
  ○ Improved support for nested types within XAML markup extensions.

Dependency updates:
• Updated Rosyn compiler to 4.6.0
• Updated VS MEF to 17.6.17
• Updated Newtonsoft.Json to 13.0.3
• Updated Iced to 1.19.0

Full Changelog: https://github.com/dnSpyEx/dnSpy/compare/v6.3.0...v6.4.0
Download
Code:
https://github.com/dnSpyEx/dnSpy/releases/latest
- Standalone x86:
Code:
https://github.com/dnSpyEx/dnSpy/releases/download/v6.4.0/dnSpy-net-win32.zip
- Standalone x64:
Code:
https://github.com/dnSpyEx/dnSpy/releases/download/v6.4.0/dnSpy-net-win64.zip
- Standalone with .NET Core x86:
Code:
https://github.com/dnSpyEx/dnSpy/releases/download/v6.4.0/dnSpy-netframework.zip
__________________
thedutchjewel.freehostia.com
Reply With Quote
The Following 10 Users Say Thank You to TheDutchJewel For This Useful Post:
darkBLACK (06-17-2023), Doit (06-14-2023), MarcElBichon (06-14-2023), MaRKuS-DJM (08-04-2023), tonyweb (06-17-2023), uranus64 (06-14-2023), user_hidden (06-15-2023), WillyTerra (07-23-2023), wilson bibe (06-14-2023), WRP (06-14-2023)
  #107  
Old 09-09-2023, 14:51
TheDutchJewel's Avatar
TheDutchJewel TheDutchJewel is offline
VIP
 
Join Date: Aug 2002
Posts: 666
Rept. Given: 26
Rept. Rcvd 461 Times in 264 Posts
Thanks Given: 19
Thanks Rcvd at 466 Times in 133 Posts
TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499
dnSpy v6.4.1
2023-09-08

Changelog
Quote:
CRITICAL SECURITY WARNING
This release of dnSpyEx addresses a recently discovered critical security concern involving arbitrary code execution. All users are recommended to update to this new version to remain safe and secure while using dnSpyEx. No functional or behavioral changes are included in this release.

More information about the security concern will be published in due time in order to give people time to update to this patched version.

Thanks to @Elliesaur and @Washi1337 for informing me about this critical security concern.

Note for users of CI builds from the master branch:
Builds compiled after commit 63722fd are safe. If you are unsure how to check when your build was compiled, it is recommended to update to the latest CI build.
Download
Code:
https://github.com/dnSpyEx/dnSpy/releases/latest
- Standalone x86:
Code:
https://github.com/dnSpyEx/dnSpy/releases/download/v6.4.1/dnSpy-net-win32.zip
- Standalone x64:
Code:
https://github.com/dnSpyEx/dnSpy/releases/download/v6.4.1/dnSpy-net-win64.zip
- Standalone with .NET Core x86:
Code:
https://github.com/dnSpyEx/dnSpy/releases/download/v6.4.1/dnSpy-netframework.zip
__________________
thedutchjewel.freehostia.com
Reply With Quote
The Following User Gave Reputation+1 to TheDutchJewel For This Useful Post:
MarcElBichon (09-09-2023)
The Following 12 Users Say Thank You to TheDutchJewel For This Useful Post:
b30wulf (09-09-2023), CRC32 (09-09-2023), DCA (11-30-2023), Doit (09-10-2023), niculaita (09-09-2023), RedBlkJck (11-14-2023), tacromx (11-30-2023), TQN (09-10-2023), user_hidden (09-10-2023), wilson bibe (09-09-2023), WRP (09-10-2023)
  #108  
Old 02-05-2024, 13:51
TheDutchJewel's Avatar
TheDutchJewel TheDutchJewel is offline
VIP
 
Join Date: Aug 2002
Posts: 666
Rept. Given: 26
Rept. Rcvd 461 Times in 264 Posts
Thanks Given: 19
Thanks Rcvd at 466 Times in 133 Posts
TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499 TheDutchJewel Reputation: 400-499
dnSpy v6.5.0
2024-02-04

Changelog
Quote:
New features:
• dnSpy now runs on .NET 8 and .NET Framework 4.8.
• dnSpy now handles TypeRef rows with a ResolutionScope of 0 in the same way as the CLR rather than following the ECMA specification.
• The low-level metadata editor is now aware of the implications of the #JTD metadata stream being present.
• Enable Windows targetting in project files to allow compiling on other platforms (Note: dnSpy will still only run on Windows due to the WPF dependency)
• Added binding redirects for various common assemblies with frequent version bumps to make extensions compiled for older versions load more seamlessly.
• Added support for new resource serialization formats added as part of System.Resources.Extensions
• Added a new, opt-out, update checker which runs on startup and will display an update notification in a new information bar component.
• C# Interactive now references additional libraries giving access to newer features like Span<T> or immutable collections.
• Enabled Server and concurrent GC as well as RDP hardware acceleration in the .NET 8 builds
• ILSpy Decompiler:
  ○ Added support for C# ref types to the decompiler - ref types are now correctly decompiled into the proper C# syntax instead of being decompiled into pointer types.
  ○ Added support for C# function pointers to the decompiler - Function pointers are now correctly represented using the C# syntax rather than simple types of name method
• Debugger
  ○ The debugger now supports displaying tuple element names, dynamic types, and native integer types defined in custom attributes.
  ○ The debugger expression evaluator now includes support for tuple element names and dynamic types.
  ○ Debugger tool windows now use the correct C# 9 function pointer syntax as well as the correct ref type syntax.
  ○ Display a message dialog when valid metadata cannot be obtained when executing the Open module from memory command.
  ○ Added an additional option to the .NET Framework start debugging dialog to override the CLR version to use for debugging purposes. This can be helpful for files that use obfuscated native loaders when dnSpy can't automatically detect the correct CLR version.

Improvements and bug fixes:
• Fixed loading XML documentation for System.Private.CoreLib.dll.
• Improve the method overridden by analyzer to take into account explicit overrides in the metadata.
• Minor improvements to the low-level metadata table editor.
• Improve dependency assembly resolution for cases where .NET Core/.NET 5+ or .NET Framework 2.0 might not be installed.
• Improve performance of members overridden by analyzers.
• Prevent the dependency assembly resolver from performing IO calls on assembly references with invalid file names.
• Minor improvements to the member analyzer to reduce false positives.
• Fixed some null reference errors that could occur when deleting a member or type that was still referenced in a module.
• Improve assembly resolution performance when the module list is frozen (this is a backend change, no behavioral changes will be observable)
• Updated Chinese translations.
• Debugger:
  ○ Fixed some cases where expressions generated for the expression evaluator were missing parenthesis leading to errors.
  ○ Improve formatting of multi-dimensional array types in the local, watch, and autos windows.
  ○ Extend the breakpoint filter expression evaluator to allow for more complicated expressions.
  ○ Fixed a bug that caused the Raw Locals view to fail when the assembly referenced multiple core libraries.
  ○ Improve handling of dynamic types in Raw Locals display mode.
  ○ Extend support for attaching to Unity processes (by @rigdern)
  ○ Gracefully handle the case when the CorDebug IMetaDataImport interface cannot be obtained for a given module.
  ○ Improve the accuracy of the Break on entry point and break on module constructor feature for single file bundle debugging.
• ILSpy Decompiler:
  ○ Usual round of optimizations and performance improvements.
  ○ Fixed incorrect methodof decompilation for ldtoken of a method.
  ○ Corrected expected prefixes on call and ldftn instructions.
  ○ Improve ambiguous type name analysis to include namespace names as ambiguous identifiers.
  ○ Improve IL disassembler display of function pointer types.
  ○ Improve decompilation of array access through special methods defined on array signatures.
• BAML decompiler:
  ○ Improve decompilation and detection of BAML connection ID mappings found in method bodies.
  ○ Improve behavior when member and type references cannot be resolved to the declaring definitions due to missing dependencies.
  ○ Added support for specially declared BAML attributes - xml:lang and xml:space are now properly decompiled on all occasions.
  ○ Avoid outputting invalid identifier characters by ensuring all identifiers are escaped before being written to the output.
  ○ Fixed a crash in the BAML decompiler which could occur when assembly references were missing.

Dependency updates:
• Updated dnlib to 4.4.0
• Updated Iced to 1.21.0
• Updated Rosyn compiler to 4.8.0
• Updated VS MEF to 17.7.26
• Updated NuGet.Configuration to 6.8.0
• Updated dbgshim.dll component to the .NET 8 version

Full Changelog: https://github.com/dnSpyEx/dnSpy/compare/v6.4.1...v6.5.0
Download
Code:
https://github.com/dnSpyEx/dnSpy/releases
- Standalone x86:
Code:
https://github.com/dnSpyEx/dnSpy/releases/download/v6.5.0/dnSpy-net-win32.zip
- Standalone x64:
Code:
https://github.com/dnSpyEx/dnSpy/releases/download/v6.5.0/dnSpy-net-win64.zip
- Standalone with .NET Core x86:
Code:
https://github.com/dnSpyEx/dnSpy/releases/download/v6.5.0/dnSpy-netframework.zip
__________________
thedutchjewel.freehostia.com
Reply With Quote
The Following 9 Users Say Thank You to TheDutchJewel For This Useful Post:
besoeso (02-05-2024), blue_devil (02-05-2024), Doit (02-06-2024), hp3 (02-05-2024), MarcElBichon (02-05-2024), Renegade (02-05-2024), user_hidden (02-06-2024), val2032 (02-06-2024), wilson bibe (02-06-2024)
  #109  
Old 02-19-2024, 08:48
LordGarfio LordGarfio is offline
Friend
 
Join Date: Jan 2005
Posts: 63
Rept. Given: 7
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 87
Thanks Rcvd at 71 Times in 25 Posts
LordGarfio Reputation: 2
Hello you guys,

Does anyone know what is the version and build with support for .NET Framework v4.03 ( Windows XP ) ?

Anyway on the site github.com/dnSpy/dnSpy, it is available v6.1.8, minor versions are not there anymore.

Thank you in advanced.
Reply With Quote
  #110  
Old 02-19-2024, 14:39
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,067
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 235
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
I guess you need some older version...
you could find over the net, eg here: https://taimienphi.vn/download-dnspy-36248/-453-phien-ban

PS or build yourself from sources using the old git tag
Reply With Quote
The Following User Says Thank You to sendersu For This Useful Post:
LordGarfio (02-20-2024)
  #111  
Old 02-19-2024, 14:51
blue_devil's Avatar
blue_devil blue_devil is online now
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 264
Rept. Given: 49
Rept. Rcvd 49 Times in 22 Posts
Thanks Given: 226
Thanks Rcvd at 362 Times in 123 Posts
blue_devil Reputation: 49
Quote:
Originally Posted by LordGarfio View Post
Hello you guys,

Does anyone know what is the version and build with support for .NET Framework v4.03 ( Windows XP ) ?

Anyway on the site github.com/dnSpy/dnSpy, it is available v6.1.8, minor versions are not there anymore.

Thank you in advanced.
Hello I have this, from 52pojie. Tested on WinXP x64:

dnSpy v2.0.0.0-beta
Code:
https://pixeldrain.com/u/hDkW7seg
Reply With Quote
The Following User Says Thank You to blue_devil For This Useful Post:
LordGarfio (02-20-2024)
  #112  
Old 02-19-2024, 16:22
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,067
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 235
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
Hmm provided that one would like to build dnSpy ancient tag from sources, where could it be found?
https://github.com/dnSpy/dnSpy/tags 1st one is just 6.1.8
how about tags for 5.x, 4.x, etc?
Reply With Quote
  #113  
Old 02-20-2024, 10:44
kienmanowar's Avatar
kienmanowar kienmanowar is offline
Friend
 
Join Date: Jan 2006
Location: VN
Posts: 98
Rept. Given: 37
Rept. Rcvd 17 Times in 10 Posts
Thanks Given: 161
Thanks Rcvd at 72 Times in 35 Posts
kienmanowar Reputation: 17
Quote:
Originally Posted by sendersu View Post
Hmm provided that one would like to build dnSpy ancient tag from sources, where could it be found?
https://github.com/dnSpy/dnSpy/tags 1st one is just 6.1.8
how about tags for 5.x, 4.x, etc?
Check it here bro, ElektroKill forked and continue dev:
Quote:
https://github.com/dnSpyEx/dnSpy
Regards,
Reply With Quote
  #114  
Old 02-20-2024, 13:52
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,067
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 235
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
yeah, this is a well-known continuation of the tool, but the oldest tag in that fork is just 6.1.8 from 2020
do you see earlier ones?...
Reply With Quote
  #115  
Old 02-20-2024, 14:15
blue_devil's Avatar
blue_devil blue_devil is online now
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 264
Rept. Given: 49
Rept. Rcvd 49 Times in 22 Posts
Thanks Given: 226
Thanks Rcvd at 362 Times in 123 Posts
blue_devil Reputation: 49
Quote:
Originally Posted by sendersu View Post
yeah, this is a well-known continuation of the tool, but the oldest tag in that fork is just 6.1.8 from 2020
do you see earlier ones?...
Apparently the original author deleted the old tags. I only have some of the old tags. in case you need them let me know.
Reply With Quote
  #116  
Old 02-20-2024, 14:44
FoxB FoxB is online now
VIP
 
Join Date: Jan 2002
Location: Earth...
Posts: 934
Rept. Given: 15
Rept. Rcvd 125 Times in 83 Posts
Thanks Given: 20
Thanks Rcvd at 675 Times in 278 Posts
FoxB Reputation: 100-199 FoxB Reputation: 100-199
if you need 5.0.7.0 and some old collection (master and release)

Last edited by FoxB; 02-20-2024 at 14:56.
Reply With Quote
The Following User Says Thank You to FoxB For This Useful Post:
LordGarfio (02-20-2024)
  #117  
Old 02-20-2024, 20:49
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,067
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 235
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
Quote:
Originally Posted by blue_devil View Post
Apparently the original author deleted the old tags. I only have some of the old tags. in case you need them let me know.
well, it was the guy above looking for some old build for dnSpy...
I was just wondering what the hell has happened so we loose the full history of project

let me ask this way: if someone forks the GH repo into his own account and later on original repo owner decides to cut some tags - does it mean that my forked repo will be aligned (cut) as well?
Reply With Quote
  #118  
Old 02-20-2024, 20:52
blue_devil's Avatar
blue_devil blue_devil is online now
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 264
Rept. Given: 49
Rept. Rcvd 49 Times in 22 Posts
Thanks Given: 226
Thanks Rcvd at 362 Times in 123 Posts
blue_devil Reputation: 49
Quote:
Originally Posted by sendersu View Post
well, it was the guy above looking for some old build for dnSpy...
I was just wondering what the hell has happened so we loose the full history of project

let me ask this way: if someone forks the GH repo into his own account and later on original repo owner decides to cut some tags - does it mean that my forked repo will be aligned (cut) as well?
AFAIK, In github when you fork a repo you do not fork releases/tags.

Last edited by blue_devil; 02-20-2024 at 22:08. Reason: typo
Reply With Quote
  #119  
Old 02-20-2024, 20:54
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,067
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 235
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
OK! so we have like 4900+- forked repos (sic!) out from original dnSpy repo
now the question is - how to find those that are keeping all the tags from ground up?
Reply With Quote
  #120  
Old 02-20-2024, 20:55
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,067
Rept. Given: 332
Rept. Rcvd 223 Times in 115 Posts
Thanks Given: 235
Thanks Rcvd at 512 Times in 288 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
are there any tools that could visualize that huge amount of info in a nice and user friendly way? GH itself is very limited in this question, unfortunately
Reply With Quote
Reply

Tags
0xd4d, dnspy

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 03:42.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )