Skip to content

Releases: mkostoevr/clink

Argumentation

10 May 10:50
Compare
Choose a tag to compare

What's new:

  1. Added -o flag to set output file name.
  2. Added -v flag to enable logs.
  3. Fixed unexisting section name emitting.

Unzerofication

23 Jul 18:47
Compare
Choose a tag to compare

What's new:

  1. Fixed bug when symbols with name consisting of 8 characters had invalid values (strcpy replaced LSB of value by zero).
  2. Implemented labels handling.
  3. Added warning when got to section with non-zero VirtualAddress (the feature is unimplemented).

Check it out

27 Jun 14:32
Compare
Choose a tag to compare

What's new:

  1. PE offsets checking (updated epep)
  2. Output error code names

Return BSS, 0

01 Mar 17:31
8e5989c
Compare
Choose a tag to compare

What's new:

  1. BSS (unitialized data) sections filled by zeroes.
  2. main() returns zero.

It works on my PC

12 Jan 19:00
Compare
Choose a tag to compare
1.0

Bugfix: Invalid symbol index

0.1

05 Jan 17:25
Compare
Choose a tag to compare
0.1

Initial release.