You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Feature: show ghidra decompiled code in context
With the help of radare2, r2pipe and r2ghidra-dec
* Update FEATURES.md
* Include review comments
* Removed embarrassing auto added guards
Co-authored-by: Disconnect3d <[email protected]>
Unfortunately,
printf
is not universal. It is missing from thetoolbox
implementation ofksh
.It seems that a non-universal solution is needed for this.
Linux is easy.
The BSDs make it hard, but we can detect those scenarios with
context.os='freebsd'
or similar.Android will require active detection of the current device and its capabilities.
The implementation was changed in 72207cf. It's not clear whether it ever worked on Android, but the current implementation definitely does not.
The text was updated successfully, but these errors were encountered: