8000 Release intentrace v0.10.1 · sectordistrict/intentrace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

intentrace v0.10.1

Compare
Choose a tag to compare
@sectordistrict sectordistrict released this 22 May 21:12
· 3 commits to main since this release
  • addresses are now displayed with a page indicator in syscalls where page alignment is expected, specifically syscalls that error if unaligned addresses are provided
  1. 0x7daab9e05a30 (normal address)
  2. 0x7daab9e05|000 (page aligned address, pipe color: blue)
  3. 0x7daab9e05|02a (address isn't aligned but should be, pipe color: red)

only on systems with pagesizes: 4KiB / 64KiB
for 16KiB page sizes, an underline notation is used

  • output of numbers is more useful now, intentrace resorts to displaying symbols like i16::MAX, u64::MAX, etc.. when possible
  • rename, renameat, renameat2 output is more useful
  • clone & clone3 now show the child's exit signal if its not SIGCHLD
  • rephrasing in futex and arch_prctl
  • table now outputs to stderr
  • partition_by_final_dentry changed
  • get_strings_from_dirfd_anchored_file introduced
  • num_traits crate added
  • if_chain crate added until if chains are stabilized
  • various refactors in pathlike utility functions and writers
  • various fixes and readability improvements
0