Skip to content

lel extract_symbols and compress should be done after capture #113

@pablooliveira

Description

@pablooliveira

Currently extract_symbols and compress are called just before replay. It is better to call them after capture:

  • When the replay is done on a different architecture, extract_symbol requires the original architecture objcopy which is annoying. Moreover, it's better to keep only symbol addresses instead of full binary.
  • By doing compress only once after capture we save some time.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions