Skip to content

Releases: KirillOsenkov/CodeCleanupTools

ListBinaryInfo (lbi.exe)

01 Feb 05:28
888e0e1
Compare
Choose a tag to compare
listbinaryinfo.1.0.5

Update README.md

dos2unix

13 Sep 05:23
Compare
Choose a tag to compare

Converts CRLF line endings to LF.

ListBinaryInfo (lbi.exe)

31 Aug 18:55
Compare
Choose a tag to compare
lbi-2018-8-31

Add net46 and embed .pdb.

Print file sizes and bug fixes

16 Aug 22:39
Compare
Choose a tag to compare
listbinaryinfo.1.0.4

Print file size in ListBinaryInfo.

timing.exe

02 Aug 20:05
Compare
Choose a tag to compare

Tool to measure the duration of time a process took. Prepend any cmd command line with "timing".

ListBinaryInfo.exe

18 Jul 23:28
Compare
Choose a tag to compare

Better and cleaner output

ListBinaryInfo.exe

17 Jul 23:11
Compare
Choose a tag to compare

Group by assembly name and file SHA

ListBinaryInfo

26 Apr 22:46
Compare
Choose a tag to compare

Adds the /nr switch to ListBinaryInfo.exe (non-recursive).

bin2hex

15 Apr 03:32
Compare
Choose a tag to compare

Allows to pass bin2hex a single argument (input file) the bytes of which will be printed to the console.

ListBinaryInfo

11 Apr 20:29
Compare
Choose a tag to compare

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).