mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Use cmdRaw and cmdRawAt in Dashboard
This commit is contained in:
parent
31c994ae4c
commit
b98c2671b3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user