Skip to content

v0.1.3

Compare
Choose a tag to compare
@RobinDavid RobinDavid released this 16 May 08:02
· 94 commits to main since this release

Changelog:

Bugfix:

  • fix find_function_addr not implemented for CleLoader
  • fix warning message of unsupported functions when using CleLoader

Features:

  • add ProcessState.is_syscall() to check if the current instruction is a syscall
    instruction (in the target architecture)
  • add open function symbolic routine.

Behavior changes:

  • a call to ProcessState.fetch_instruction will by default position the current_instruction to the one being fetched.
  • a warning message now printed when executing a syscall