Releases: KirillOsenkov/CodeCleanupTools
Releases · KirillOsenkov/CodeCleanupTools
ListBinaryInfo (lbi.exe)
listbinaryinfo.1.0.5 Update README.md
dos2unix
Converts CRLF line endings to LF.
ListBinaryInfo (lbi.exe)
lbi-2018-8-31 Add net46 and embed .pdb.
Print file sizes and bug fixes
listbinaryinfo.1.0.4 Print file size in ListBinaryInfo.
timing.exe
Tool to measure the duration of time a process took. Prepend any cmd command line with "timing".
ListBinaryInfo.exe
Better and cleaner output
ListBinaryInfo.exe
Group by assembly name and file SHA
ListBinaryInfo
Adds the /nr switch to ListBinaryInfo.exe (non-recursive).
bin2hex
Allows to pass bin2hex a single argument (input file) the bytes of which will be printed to the console.
ListBinaryInfo
ListBinaryInfo.exe *.dll
ListBinaryInfo.exe foo.dll
prints out some information about the assemblies (a single assembly or a pattern). Includes whether an assembly is signed, delay signed, x86, x64 or AnyCPU, as well as full name (including public key token if signed).