Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

idfx monitor doesn't decode addresses automatically #28

Open
asasine opened this issue Apr 3, 2023 · 0 comments
Open

idfx monitor doesn't decode addresses automatically #28

asasine opened this issue Apr 3, 2023 · 0 comments

Comments

@asasine
Copy link

asasine commented Apr 3, 2023

IDF Monitor supports automatic address decoding however idfx monitor disables this when the underlying idf_monitor script has the --disable-address-decoding flag available.

idfx/idfx

Lines 206 to 208 in 57fc44e

if grep -qF "address_decoding" "$idf_monitor_path"; then
additional_args+=" --disable-address-decoding"
fi

Why is this useful feature disabled?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant