Use cmdRaw and cmdRawAt in Dashboard

This commit is contained in:
itayc0hen 2020-03-20 20:13:34 +02:00 committed by Itay Cohen
parent 31c994ae4c
commit b98c2671b3

View File

@ -105,7 +105,7 @@ void Dashboard::updateContents()
// Calculate the Entropy of the entire binary from offset 0 to $s
// where $s is the size of the entire file
QString entropy = Core()->cmd("ph entropy $s @ 0").trimmed();
QString entropy = Core()->cmdRawAt("ph entropy $s", 0).trimmed();
// Define a Read-Only line edit to display the entropy value
QLineEdit *entropyLineEdit = new QLineEdit();