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
GhidraScript defines println, which is inherited by script classes. If an auxiliary class is defined in a scala GhidraScript (and does not inherit from GhidraScript), println won't send its output to the console.
This can be worked around by passing println from the script class to the auxiliary class, but a better solution is in order.
The text was updated successfully, but these errors were encountered:
GhidraScript defines
println
, which is inherited by script classes. If an auxiliary class is defined in a scala GhidraScript (and does not inherit from GhidraScript),println
won't send its output to the console.This can be worked around by passing
println
from the script class to the auxiliary class, but a better solution is in order.The text was updated successfully, but these errors were encountered: