Skip to content

Version 1.2.2 (June 28, 2023)

Latest
Compare
Choose a tag to compare
@svalat svalat released this 29 Jun 00:11
· 39 commits to master since this release
  • Add --disable-profiler on configure script to build only the webview.
  • Fix bugs reported by the new unit tests.
  • Fix build warnings on recent gcc & clang (debian 11).
  • Fix bug when using CC='' on configure script.
  • Upgrade the npm modules and fix usage of versions with security issues.
  • Improve unit testing of the profiler library.
  • Fix issue about binary files pointing relative source paths (issue #74).
  • Fix a bug in ELFReader generating a segfault when printing warning.
  • Keep track of the ASLR offset in the json file (to later post resolve the symbols)
  • Fix (nil) values in json file by using 0x0 instead for void * pointers.