Skip to content

Blazor WebAssembly+ Mono.Cecil for .NET binary inspection/modification. Work in progress.

Notifications You must be signed in to change notification settings

iamdroppy/SeeSharply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SeeSharply

SeeSharply is a frontend for Mono.Cecil using Blazor WebAssembly targetting .NET Standard 2.1. What differs from SeeSharply from other projects is that it runs completely on the client-side and does not transmit or share any data with any WebService, but still maintaining the power from Mono.Cecil.

It is currently on alpha, and should remain like that for a while.

Demo can be found at https://iamdroppy.github.io/SeeSharply-build/ although it is not keeping up-to-date with master at the minute.

Features

Basic functionality

  • Assembly loading
  • Assembly saving
  • Type navigation
  • TypeDefinition renaming
  • ModuleDefinition renaming
  • MethodDefinition (and others) remaming
  • ldstr assembly listing/modification
  • Attribute modification

Other functionalities

  • Simple name obfuscation

About

Blazor WebAssembly+ Mono.Cecil for .NET binary inspection/modification. Work in progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published