bmwcarit / Emma

Emma Memory and Mapfile Analyser
GNU General Public License v3.0
5 stars 1 forks source link

Check for correct handling of negative offsets #35

Closed holzkohlengrill closed 5 years ago

holzkohlengrill commented 5 years ago

Description

When entering a negative offset in the configuration (addressSpaces.json) check if this is handled correctly. ```json { "offset": "", "memory": { ... ``` ## Expected behaviour
  • Negative resulting addresses should be skipped and a warning should be shown
  • The offset should be handled signed (-> a negative offset is added; a positive offset subtracted)