Skip to content

Commit

Permalink
Document listFlagsAsStringAt
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavalpur0hit committed Apr 1, 2020
1 parent acabc81 commit 6db631b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/Cutter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3470,6 +3470,11 @@ void CutterCore::addFlag(RVA offset, QString name, RVA size)
emit flagsChanged();
}

/**
* @brief Gets all the flags present at a specific address
* @param addr The address to be checked
* @return String containing all the flags which are comma-separated
*/
QString CutterCore::listFlagsAsStringAt(RVA addr)
{
RCore *core = Core()->core();
Expand Down

0 comments on commit 6db631b

Please sign in to comment.