mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 21:56:06 +00:00
parent
7c2bd975f9
commit
6c6f743f97
@ -171,6 +171,10 @@ void OptionsDialog::on_okButton_clicked()
|
||||
{
|
||||
advanced << "aac";
|
||||
}
|
||||
if (ui->aab_basicblocks->isChecked())
|
||||
{
|
||||
advanced << "aab";
|
||||
}
|
||||
if (ui->aan_rename->isChecked())
|
||||
{
|
||||
advanced << "aan";
|
||||
@ -203,6 +207,10 @@ void OptionsDialog::on_okButton_clicked()
|
||||
{
|
||||
advanced << "e! anal.pushret";
|
||||
}
|
||||
if (ui->hasnext->isChecked())
|
||||
{
|
||||
advanced << "e! anal.hasnext";
|
||||
}
|
||||
}
|
||||
|
||||
setupAndStartAnalysis(ui->analSlider->value(), advanced);
|
||||
|
@ -296,6 +296,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="aab_basicblocks">
|
||||
<property name="text">
|
||||
<string>Analyze all basic blocks (aab)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="aan_rename">
|
||||
<property name="text">
|
||||
@ -362,6 +369,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hasnext">
|
||||
<property name="text">
|
||||
<string>Continue analysis after each function (e! anal.hasnext)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user