id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4,597 | CommentsWidget.cpp | rizinorg_cutter/src/widgets/CommentsWidget.cpp | #include "CommentsWidget.h"
#include "ui_ListDockWidget.h"
#include "core/MainWindow.h"
#include "common/Helpers.h"
#include <QMenu>
#include <QShortcut>
#include <QActionGroup>
CommentsModel::CommentsModel(QList<CommentDescription> *comments,
QList<CommentGroup> *nestedComments, QObject ... | 9,490 | C++ | .cpp | 269 | 28.223048 | 100 | 0.655589 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,598 | ColorPicker.cpp | rizinorg_cutter/src/widgets/ColorPicker.cpp | #include "ColorPicker.h"
#include "ui_ColorPicker.h"
#include "common/Helpers.h"
#include <QPaintEvent>
#include <QPainter>
#include <QPainterPath>
#include <QMouseEvent>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
# include <QDesktopWidget>
#else
# include <QWindow>
#endif
#include <QPixmap>
#include <QCursor>
#... | 13,027 | C++ | .cpp | 380 | 28.902632 | 98 | 0.646769 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,599 | HeapDockWidget.cpp | rizinorg_cutter/src/widgets/HeapDockWidget.cpp | #include "HeapDockWidget.h"
#include "ui_HeapDockWidget.h"
#include "widgets/GlibcHeapWidget.h"
HeapDockWidget::HeapDockWidget(MainWindow *main)
: CutterDockWidget(main), ui(new Ui::HeapDockWidget), main(main)
{
ui->setupUi(this);
ui->allocatorSelector->addItem("Glibc Heap");
ui->verticalLayout->setCo... | 1,136 | C++ | .cpp | 33 | 29.121212 | 99 | 0.706849 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,600 | HeapBinsGraphView.cpp | rizinorg_cutter/src/widgets/HeapBinsGraphView.cpp | #include <Configuration.h>
#include <dialogs/GlibcHeapInfoDialog.h>
#include "HeapBinsGraphView.h"
HeapBinsGraphView::HeapBinsGraphView(QWidget *parent, RzHeapBin *bin, MainWindow *main)
: SimpleTextGraphView(parent, main), heapBin(bin)
{
chunkInfoAction = new QAction(tr("Detailed Chunk Info"), this);
addr... | 7,726 | C++ | .cpp | 190 | 34.168421 | 100 | 0.660843 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,601 | EntrypointWidget.cpp | rizinorg_cutter/src/widgets/EntrypointWidget.cpp | #include "EntrypointWidget.h"
#include "ui_EntrypointWidget.h"
#include "core/MainWindow.h"
#include "common/Helpers.h"
#include <QTreeWidget>
#include <QPen>
/*
* Entrypoint Widget
*/
EntrypointWidget::EntrypointWidget(MainWindow *main)
: CutterDockWidget(main), ui(new Ui::EntrypointWidget)
{
ui->setupUi... | 1,432 | C++ | .cpp | 41 | 31.146341 | 99 | 0.737491 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,602 | AddressableItemContextMenu.cpp | rizinorg_cutter/src/menus/AddressableItemContextMenu.cpp | #include "AddressableItemContextMenu.h"
#include "dialogs/XrefsDialog.h"
#include "MainWindow.h"
#include "dialogs/CommentsDialog.h"
#include <QtCore>
#include <QShortcut>
#include <QJsonArray>
#include <QClipboard>
#include <QApplication>
#include <QPushButton>
AddressableItemContextMenu::AddressableItemContextMenu(... | 3,668 | C++ | .cpp | 99 | 33.141414 | 96 | 0.768104 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,603 | DisassemblyContextMenu.cpp | rizinorg_cutter/src/menus/DisassemblyContextMenu.cpp | #include "DisassemblyContextMenu.h"
#include "dialogs/preferences/PreferencesDialog.h"
#include "dialogs/EditInstructionDialog.h"
#include "dialogs/CommentsDialog.h"
#include "dialogs/FlagDialog.h"
#include "dialogs/GlobalVariableDialog.h"
#include "dialogs/XrefsDialog.h"
#include "dialogs/EditVariablesDialog.h"
#inclu... | 37,912 | C++ | .cpp | 974 | 32.820329 | 100 | 0.690137 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,604 | DecompilerContextMenu.cpp | rizinorg_cutter/src/menus/DecompilerContextMenu.cpp | #include "DecompilerContextMenu.h"
#include "dialogs/preferences/PreferencesDialog.h"
#include "MainWindow.h"
#include "dialogs/BreakpointsDialog.h"
#include "dialogs/CommentsDialog.h"
#include "dialogs/EditVariablesDialog.h"
#include "dialogs/XrefsDialog.h"
#include "common/Configuration.h"
#include <QtCore>
#include... | 22,358 | C++ | .cpp | 549 | 33.264117 | 100 | 0.684346 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,605 | FlirtContextMenu.cpp | rizinorg_cutter/src/menus/FlirtContextMenu.cpp | #include "FlirtContextMenu.h"
#include "MainWindow.h"
#include <QtCore>
#include <QShortcut>
#include <QJsonArray>
#include <QClipboard>
#include <QApplication>
#include <QPushButton>
FlirtContextMenu::FlirtContextMenu(QWidget *parent, MainWindow *mainWindow)
: QMenu(parent), mainWindow(mainWindow)
{
actionCo... | 1,608 | C++ | .cpp | 51 | 27.960784 | 92 | 0.727684 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,606 | AddressableItemModel.cpp | rizinorg_cutter/src/common/AddressableItemModel.cpp | #include <stdexcept>
#include "AddressableItemModel.h"
#include <stdexcept>
AddressableFilterProxyModel::AddressableFilterProxyModel(AddressableItemModelI *sourceModel,
QObject *parent)
: AddressableItemModel<QSortFilterProxyModel>(parent)
{
setSourceMo... | 1,156 | C++ | .cpp | 33 | 30.181818 | 92 | 0.759176 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,607 | BugReporting.cpp | rizinorg_cutter/src/common/BugReporting.cpp | #include "BugReporting.h"
#include "Cutter.h"
#include <QUrl>
#include <QJsonObject>
#include "CutterConfig.h"
#include <QDesktopServices>
void openIssue()
{
RzCoreLocked core(Core());
RzBinFile *bf = rz_bin_cur(core->bin);
RzBinObject *bobj = rz_bin_cur_object(core->bin);
const RzBinInfo *info = bobj... | 2,070 | C++ | .cpp | 39 | 44.897436 | 100 | 0.585101 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,608 | SvgIconEngine.cpp | rizinorg_cutter/src/common/SvgIconEngine.cpp |
#include "SvgIconEngine.h"
#include <QSvgRenderer>
#include <QPainter>
#include <QFile>
#include "Helpers.h"
SvgIconEngine::SvgIconEngine(const QString &filename)
{
QFile file(filename);
file.open(QFile::ReadOnly);
this->svgData = file.readAll();
}
SvgIconEngine::SvgIconEngine(const QString &filename, ... | 1,273 | C++ | .cpp | 42 | 26.47619 | 86 | 0.708674 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,609 | BasicBlockHighlighter.cpp | rizinorg_cutter/src/common/BasicBlockHighlighter.cpp | #include "BasicBlockHighlighter.h"
BasicBlockHighlighter::BasicBlockHighlighter() {}
/**
* @brief Highlight the basic block at address
*/
void BasicBlockHighlighter::highlight(RVA address, const QColor &color)
{
BasicBlock block;
block.address = address;
block.color = color;
bbMap[address] = block;
... | 790 | C++ | .cpp | 32 | 21.90625 | 84 | 0.734396 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,610 | RichTextPainter.cpp | rizinorg_cutter/src/common/RichTextPainter.cpp | /* x64dbg RichTextPainter */
#include "RichTextPainter.h"
#include "CachedFontMetrics.h"
#include "common/Configuration.h"
#include <QPainter>
#include <QTextBlock>
#include <QTextFragment>
// TODO: fix performance (possibly use QTextLayout?)
template<typename T>
void RichTextPainter::paintRichText(QPainter *painter,... | 7,949 | C++ | .cpp | 189 | 30.809524 | 99 | 0.571632 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,611 | DisassemblyPreview.cpp | rizinorg_cutter/src/common/DisassemblyPreview.cpp | #include "DisassemblyPreview.h"
#include "Configuration.h"
#include "widgets/GraphView.h"
#include <QCoreApplication>
#include <QWidget>
#include <QToolTip>
#include <QProcessEnvironment>
DisassemblyTextBlockUserData::DisassemblyTextBlockUserData(const DisassemblyLine &line)
: line { line }
{
}
DisassemblyTextBl... | 5,612 | C++ | .cpp | 137 | 29.364964 | 99 | 0.54967 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,612 | CutterSeekable.cpp | rizinorg_cutter/src/common/CutterSeekable.cpp | #include "core/MainWindow.h"
#include "CutterSeekable.h"
#include <QPlainTextEdit>
CutterSeekable::CutterSeekable(QObject *parent) : QObject(parent)
{
connect(Core(), &CutterCore::seekChanged, this, &CutterSeekable::onCoreSeekChanged);
}
CutterSeekable::~CutterSeekable() {}
void CutterSeekable::setSynchronizati... | 2,157 | C++ | .cpp | 76 | 22.592105 | 93 | 0.630866 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,613 | ColorThemeWorker.cpp | rizinorg_cutter/src/common/ColorThemeWorker.cpp | #include "ColorThemeWorker.h"
#include <QDir>
#include <QFile>
#include <QColor>
#include <QJsonArray>
#include <QStandardPaths>
#include <QRegularExpression>
#include <rz_util/rz_path.h>
#include "common/Configuration.h"
const QStringList ColorThemeWorker::cutterSpecificOptions = {
"wordHighlight", "lineHi... | 9,360 | C++ | .cpp | 244 | 31.512295 | 100 | 0.602027 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,614 | AnalysisTask.cpp | rizinorg_cutter/src/common/AnalysisTask.cpp | #include "core/Cutter.h"
#include "common/AnalysisTask.h"
#include "core/MainWindow.h"
#include "dialogs/InitialOptionsDialog.h"
#include <QJsonArray>
#include <QDebug>
#include <QCheckBox>
AnalysisTask::AnalysisTask() : AsyncTask() {}
AnalysisTask::~AnalysisTask() {}
void AnalysisTask::interrupt()
{
AsyncTask::... | 3,261 | C++ | .cpp | 96 | 27.104167 | 95 | 0.61074 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,615 | RunScriptTask.cpp | rizinorg_cutter/src/common/RunScriptTask.cpp | #include "core/Cutter.h"
#include "common/RunScriptTask.h"
#include "core/MainWindow.h"
RunScriptTask::RunScriptTask() : AsyncTask() {}
RunScriptTask::~RunScriptTask() {}
void RunScriptTask::interrupt()
{
AsyncTask::interrupt();
rz_cons_singleton()->context->breaked = true;
}
void RunScriptTask::runTask()
{... | 630 | C++ | .cpp | 23 | 22.217391 | 74 | 0.621891 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,616 | RizinTask.cpp | rizinorg_cutter/src/common/RizinTask.cpp |
#include "RizinTask.h"
#include <rz_core.h>
RizinTask::~RizinTask()
{
if (task) {
rz_core_task_decref(task);
}
}
void RizinTask::startTask()
{
rz_core_task_enqueue(&Core()->core_->tasks, task);
}
void RizinTask::breakTask()
{
rz_core_task_break(&Core()->core_->tasks, task->id);
}
void Rizin... | 2,056 | C++ | .cpp | 75 | 23.866667 | 95 | 0.683622 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,617 | SelectionHighlight.cpp | rizinorg_cutter/src/common/SelectionHighlight.cpp |
#include "SelectionHighlight.h"
#include "Configuration.h"
#include <QList>
#include <QTextEdit>
#include <QColor>
#include <QTextCursor>
#include <QPlainTextEdit>
#include <QRegularExpression>
QList<QTextEdit::ExtraSelection> createSameWordsSelections(QPlainTextEdit *textEdit,
... | 3,459 | C++ | .cpp | 86 | 31.162791 | 95 | 0.655152 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,618 | QtResImporter.cpp | rizinorg_cutter/src/common/QtResImporter.cpp | #include "PythonAPI.h"
#include "QtResImporter.h"
#include <QFile>
#include <QDebug>
bool QtResExists(const char *name, QFile &file)
{
QString fname = QString::asprintf(":/python/%s.py", name);
file.setFileName(fname);
return file.exists();
}
PyObject *QtResGetCode(const char *name)
{
QFile moduleFil... | 1,976 | C++ | .cpp | 69 | 23.608696 | 94 | 0.648021 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,619 | Decompiler.cpp | rizinorg_cutter/src/common/Decompiler.cpp |
#include "Decompiler.h"
#include "Cutter.h"
#include <QJsonObject>
#include <QJsonArray>
Decompiler::Decompiler(const QString &id, const QString &name, QObject *parent)
: QObject(parent), id(id), name(name)
{
}
RzAnnotatedCode *Decompiler::makeWarning(QString warningMessage)
{
std::string temporary = warnin... | 407 | C++ | .cpp | 13 | 29.076923 | 79 | 0.764103 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,620 | Configuration.cpp | rizinorg_cutter/src/common/Configuration.cpp | #include "Configuration.h"
#include <QJsonObject>
#include <QJsonArray>
#include <QDir>
#include <QFontDatabase>
#include <QFile>
#include <QApplication>
#ifdef CUTTER_ENABLE_KSYNTAXHIGHLIGHTING
# include <KSyntaxHighlighting/Repository>
# include <KSyntaxHighlighting/Theme>
# include <KSyntaxHighlighting/Def... | 27,350 | C++ | .cpp | 738 | 29.99729 | 100 | 0.622831 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,621 | Colors.cpp | rizinorg_cutter/src/common/Colors.cpp | #include "Colors.h"
#include "common/Configuration.h"
Colors::Colors() {}
void Colors::colorizeAssembly(RichTextPainter::List &list, QString opcode, ut64 type_num)
{
RichTextPainter::CustomRichText_t assembly;
assembly.highlight = false;
assembly.flags = RichTextPainter::FlagColor;
// TODO cut opcode... | 3,092 | C++ | .cpp | 94 | 27.585106 | 89 | 0.680922 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,622 | HighDpiPixmap.cpp | rizinorg_cutter/src/common/HighDpiPixmap.cpp | #include "common/HighDpiPixmap.h"
#include <QGuiApplication>
#include <QScreen>
static qreal GetDevicePixelRatio(qreal devicePixelRatio)
{
if (devicePixelRatio > 0) {
return devicePixelRatio;
}
qreal ratio = 1;
for (auto screen : QGuiApplication::screens()) {
ratio = std::max(ratio, sc... | 651 | C++ | .cpp | 20 | 28.3 | 75 | 0.735669 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,623 | SyntaxHighlighter.cpp | rizinorg_cutter/src/common/SyntaxHighlighter.cpp |
#include "SyntaxHighlighter.h"
#ifdef CUTTER_ENABLE_KSYNTAXHIGHLIGHTING
# include "Configuration.h"
# include <KSyntaxHighlighting/Theme>
SyntaxHighlighter::SyntaxHighlighter(QTextDocument *document)
: KSyntaxHighlighting::SyntaxHighlighter(document)
{
connect(Config(), &Configuration::kSyntaxHighlig... | 4,102 | C++ | .cpp | 111 | 26.936937 | 94 | 0.559446 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,624 | RefreshDeferrer.cpp | rizinorg_cutter/src/common/RefreshDeferrer.cpp |
#include "RefreshDeferrer.h"
#include "widgets/CutterDockWidget.h"
RefreshDeferrer::RefreshDeferrer(RefreshDeferrerAccumulator *acc, QObject *parent)
: QObject(parent), acc(acc)
{
}
RefreshDeferrer::~RefreshDeferrer()
{
delete acc;
}
bool RefreshDeferrer::attemptRefresh(RefreshDeferrerParams params)
{
i... | 954 | C++ | .cpp | 38 | 18.921053 | 82 | 0.612514 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,625 | PythonAPI.cpp | rizinorg_cutter/src/common/PythonAPI.cpp | #include "PythonAPI.h"
#include "core/Cutter.h"
#include "CutterConfig.h"
#include <QFile>
PyObject *api_version(PyObject *self, PyObject *null)
{
Q_UNUSED(self)
Q_UNUSED(null)
return PyUnicode_FromString(CUTTER_VERSION_FULL);
}
PyObject *api_cmd(PyObject *self, PyObject *args)
{
Q_UNUSED(self);
... | 1,834 | C++ | .cpp | 59 | 26.627119 | 96 | 0.652322 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,626 | IOModesController.cpp | rizinorg_cutter/src/common/IOModesController.cpp | #include "IOModesController.h"
#include "Cutter.h"
#include <QJsonArray>
#include <QPushButton>
#include <QObject>
#include <QMessageBox>
#include <QJsonObject>
bool IOModesController::canWrite()
{
return Core()->isIOCacheEnabled() || Core()->isWriteModeEnabled();
}
IOModesController::Mode IOModesController::get... | 3,362 | C++ | .cpp | 100 | 26.24 | 99 | 0.618271 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,627 | CommandTask.cpp | rizinorg_cutter/src/common/CommandTask.cpp |
#include "CommandTask.h"
#include "TempConfig.h"
CommandTask::CommandTask(const QString &cmd, ColorMode colorMode) : cmd(cmd), colorMode(colorMode)
{
}
void CommandTask::runTask()
{
TempConfig tempConfig;
tempConfig.set("scr.color", colorMode);
auto res = Core()->cmdTask(cmd);
emit finished(res);
}
| 319 | C++ | .cpp | 12 | 24 | 98 | 0.736842 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,628 | ResourcePaths.cpp | rizinorg_cutter/src/common/ResourcePaths.cpp | #include "common/ResourcePaths.h"
#include <QLibraryInfo>
#include <QDir>
#include <QFileInfo>
#include <QApplication>
#include <QDebug>
#include <QStandardPaths>
#ifdef APPIMAGE
static QDir appimageRoot()
{
auto dir = QDir(QCoreApplication::applicationDirPath()); // appimage/usr/bin
dir.cdUp(); // /usr
d... | 2,397 | C++ | .cpp | 76 | 26.776316 | 100 | 0.706874 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,629 | TempConfig.cpp | rizinorg_cutter/src/common/TempConfig.cpp |
#include <cassert>
#include "core/Cutter.h"
#include "TempConfig.h"
TempConfig::~TempConfig()
{
for (auto i = resetValues.constBegin(); i != resetValues.constEnd(); ++i) {
switch (i.value().type()) {
case QVariant::String:
Core()->setConfig(i.key(), i.value().toString());
... | 1,496 | C++ | .cpp | 54 | 21.907407 | 79 | 0.596087 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,630 | MdHighlighter.cpp | rizinorg_cutter/src/common/MdHighlighter.cpp | #include <QtGui>
#include "common/MdHighlighter.h"
MdHighlighter::MdHighlighter(QTextDocument *parent) : QSyntaxHighlighter(parent)
{
HighlightingRule rule;
keywordFormat.setForeground(Qt::gray);
keywordFormat.setFontWeight(QFont::Bold);
QStringList keywordPatterns;
keywordPatterns << "^\\#{1,6}... | 1,437 | C++ | .cpp | 37 | 31.378378 | 80 | 0.615937 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,631 | Helpers.cpp | rizinorg_cutter/src/common/Helpers.cpp | #include "common/Helpers.h"
#include "Configuration.h"
#include <cmath>
#include <QPlainTextEdit>
#include <QTextEdit>
#include <QFileInfo>
#include <QtCore>
#include <QCryptographicHash>
#include <QTreeWidget>
#include <QString>
#include <QAbstractItemView>
#include <QAbstractButton>
#include <QDockWidget>
#include <... | 8,692 | C++ | .cpp | 265 | 28.015094 | 98 | 0.679747 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,632 | CutterLayout.cpp | rizinorg_cutter/src/common/CutterLayout.cpp | #include "CutterLayout.h"
using namespace Cutter;
bool Cutter::isBuiltinLayoutName(const QString &name)
{
return name == LAYOUT_DEFAULT || name == LAYOUT_DEBUG;
}
| 169 | C++ | .cpp | 6 | 26.166667 | 58 | 0.763975 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,633 | UpdateWorker.cpp | rizinorg_cutter/src/common/UpdateWorker.cpp | #include "UpdateWorker.h"
#if CUTTER_UPDATE_WORKER_AVAILABLE
# include <QUrl>
# include <QFile>
# include <QTimer>
# include <QEventLoop>
# include <QDataStream>
# include <QJsonObject>
# include <QApplication>
# include <QJsonDocument>
# include <QDesktopServices>
# include <QtNetwork/QN... | 3,622 | C++ | .cpp | 97 | 30.670103 | 99 | 0.640501 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,634 | JsonModel.cpp | rizinorg_cutter/src/common/JsonModel.cpp | #include "JsonModel.h"
QTreeWidgetItem *Cutter::jsonTreeWidgetItem(const QString &key, const CutterJson &json)
{
QString val;
switch (json.type()) {
case RZ_JSON_STRING:
val = json.toString();
break;
case RZ_JSON_BOOLEAN:
val = json.toBool() ? "true" : "false";
break;
... | 1,077 | C++ | .cpp | 37 | 22.351351 | 87 | 0.575553 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,635 | SettingsUpgrade.cpp | rizinorg_cutter/src/common/SettingsUpgrade.cpp | #include "SettingsUpgrade.h"
#include <QApplication>
#include <QMessageBox>
#include "common/ColorThemeWorker.h"
/**
* @brief Migrate Settings used before Cutter 1.8
*
* @return whether any settings have been migrated
*/
static bool migrateSettingsPre18(QSettings &newSettings)
{
if (newSettings.value("setting... | 9,840 | C++ | .cpp | 254 | 31.712598 | 100 | 0.661923 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,636 | DecompilerHighlighter.cpp | rizinorg_cutter/src/common/DecompilerHighlighter.cpp |
#include "DecompilerHighlighter.h"
#include "common/Configuration.h"
#include <memory>
DecompilerHighlighter::DecompilerHighlighter(QTextDocument *parent) : QSyntaxHighlighter(parent)
{
setupTheme();
connect(Config(), &Configuration::colorsUpdated, this, [this]() {
setupTheme();
rehighlight()... | 2,262 | C++ | .cpp | 66 | 27.939394 | 96 | 0.645795 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,637 | Highlighter.cpp | rizinorg_cutter/src/common/Highlighter.cpp | #include "Highlighter.h"
#include "core/MainWindow.h"
#include <QtGui>
Highlighter::Highlighter(QTextDocument *parent) : QSyntaxHighlighter(parent)
{
HighlightingRule rule;
core = Core();
regFormat.setForeground(QColor(236, 100, 75));
for (const QString &pattern : this->core->regs) {
rule.p... | 2,301 | C++ | .cpp | 54 | 34.796296 | 99 | 0.676799 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,638 | BasicInstructionHighlighter.cpp | rizinorg_cutter/src/common/BasicInstructionHighlighter.cpp | #include "BasicInstructionHighlighter.h"
#include <vector>
/**
* @brief Clear the basic instruction highlighting
*/
void BasicInstructionHighlighter::clear(RVA address, RVA size)
{
BasicInstructionIt it = biMap.lower_bound(address);
if (it != biMap.begin()) {
--it;
}
std::vector<RVA> addrs;
... | 2,310 | C++ | .cpp | 66 | 29.681818 | 97 | 0.651454 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,639 | DirectionalComboBox.cpp | rizinorg_cutter/src/common/DirectionalComboBox.cpp | #include "DirectionalComboBox.h"
DirectionalComboBox::DirectionalComboBox(QWidget *parent, bool upwards)
: QComboBox(parent), popupUpwards(upwards)
{
}
void DirectionalComboBox::showPopup()
{
QComboBox::showPopup();
QWidget *popup = this->findChild<QFrame *>();
if (popupUpwards) {
popup->move(... | 581 | C++ | .cpp | 19 | 27.105263 | 94 | 0.697674 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,640 | PythonManager.cpp | rizinorg_cutter/src/common/PythonManager.cpp | #include <cassert>
#include "PythonAPI.h"
#include "PythonManager.h"
#include "Cutter.h"
#include <QDebug>
#include <QFile>
#include <QDebug>
#include <QCoreApplication>
#include <QDir>
#ifdef CUTTER_ENABLE_PYTHON_BINDINGS
# include <shiboken.h>
# include <pyside.h>
# ifdef HAVE_PYSIDECLEANUP
// This header... | 5,273 | C++ | .cpp | 158 | 29.012658 | 96 | 0.699056 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,641 | ProgressIndicator.cpp | rizinorg_cutter/src/common/ProgressIndicator.cpp |
#include "ProgressIndicator.h"
#include <QPainter>
static const int lineWidth = 3;
static const int paddingOuter = lineWidth + 2;
static const int paddingInner = 8;
static const int arms = 12;
static const int timerInterval = 50;
ProgressIndicator::ProgressIndicator(QWidget *parent) : QWidget(parent)
{
updateAn... | 2,032 | C++ | .cpp | 67 | 26.537313 | 98 | 0.711282 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,642 | AsyncTask.cpp | rizinorg_cutter/src/common/AsyncTask.cpp |
#include "AsyncTask.h"
AsyncTask::AsyncTask() : QObject(nullptr), QRunnable()
{
setAutoDelete(false);
running = false;
}
AsyncTask::~AsyncTask()
{
wait();
}
void AsyncTask::wait()
{
runningMutex.lock();
runningMutex.unlock();
}
bool AsyncTask::wait(int timeout)
{
bool r = runningMutex.tryLo... | 1,461 | C++ | .cpp | 70 | 17.428571 | 72 | 0.682945 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,643 | CutterApplication.h | rizinorg_cutter/src/CutterApplication.h | #ifndef CUTTERAPPLICATION_H
#define CUTTERAPPLICATION_H
#include <QEvent>
#include <QApplication>
#include <QList>
#include <QProxyStyle>
#include "core/MainWindow.h"
enum class AutomaticAnalysisLevel { Ask, None, AAA, AAAA };
struct CutterCommandLineOptions
{
QStringList args;
AutomaticAnalysisLevel analys... | 1,851 | C++ | .h | 61 | 26.655738 | 98 | 0.752252 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,644 | MainWindow.h | rizinorg_cutter/src/core/MainWindow.h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "core/Cutter.h" // only needed for ut64
#include "dialogs/NewFileDialog.h"
#include "dialogs/WelcomeDialog.h"
#include "common/Configuration.h"
#include "common/InitialOptions.h"
#include "common/IOModesController.h"
#include "common/CutterLayout.h"
#include "MemoryDo... | 10,159 | C++ | .h | 273 | 32.501832 | 100 | 0.754606 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,645 | CutterJson.h | rizinorg_cutter/src/core/CutterJson.h | #ifndef CUTTER_JSON_H
#define CUTTER_JSON_H
#include "core/CutterCommon.h"
#include <QSharedPointer>
#include <QString>
#include <QStringList>
#include <rz_project.h>
class CutterJsonOwner;
class CUTTER_EXPORT CutterJson
{
public:
class iterator
{
public:
iterator(const RzJson *value, QSharedPoi... | 3,073 | C++ | .h | 93 | 27.290323 | 100 | 0.634394 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,646 | RizinCpp.h | rizinorg_cutter/src/core/RizinCpp.h | /** \file RizinCpp.h
* Various utilities for easier and safer interactions with Rizin
* from C++ code.
*/
#ifndef RIZINCPP_H
#define RIZINCPP_H
#include "rz_core.h"
#include <QString>
#include <memory>
static inline QString fromOwnedCharPtr(char *str)
{
QString result(str ? str : "");
rz_mem_free(str);
... | 5,406 | C++ | .h | 168 | 26.142857 | 100 | 0.553424 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,647 | CutterCommon.h | rizinorg_cutter/src/core/CutterCommon.h | /** \file CutterCommon.h
* This file contains any definition that is useful in the whole project.
* For example, it may contain custom types (RVA, ut64), list iterators, etc.
*/
#ifndef CUTTERCORE_H
#define CUTTERCORE_H
#include "rz_core.h"
#include <QString>
#include "RizinCpp.h"
// Workaround for compile errors ... | 1,431 | C++ | .h | 55 | 24.4 | 94 | 0.737537 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,648 | Cutter.h | rizinorg_cutter/src/core/Cutter.h | #ifndef CUTTER_H
#define CUTTER_H
#include "core/CutterCommon.h"
#include "core/CutterDescriptions.h"
#include "core/CutterJson.h"
#include "core/Basefind.h"
#include "common/BasicInstructionHighlighter.h"
#include <QMap>
#include <QMenu>
#include <QDebug>
#include <QObject>
#include <QSharedPointer>
#include <QStrin... | 30,010 | C++ | .h | 758 | 34.084433 | 100 | 0.703932 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,649 | Basefind.h | rizinorg_cutter/src/core/Basefind.h | #ifndef CUTTER_BASEFIND_CORE_H
#define CUTTER_BASEFIND_CORE_H
#include <QThread>
#include <QMutex>
#include "Cutter.h"
#include "CutterDescriptions.h"
#include <rz_basefind.h>
class CutterCore;
class Basefind : public QThread
{
Q_OBJECT
public:
explicit Basefind(CutterCore *core);
virtual ~Basefind();
... | 940 | C++ | .h | 36 | 22.916667 | 77 | 0.755879 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,650 | CutterDescriptions.h | rizinorg_cutter/src/core/CutterDescriptions.h | /** \file CutterDescriptions.h
* This file contains every structure description that are used in widgets.
* The descriptions are used for the Qt metatypes.
*/
#ifndef DESCRIPTIONS_H
#define DESCRIPTIONS_H
#include <QString>
#include <QList>
#include <QStringList>
#include <QMetaType>
#include <QColor>
#include "cor... | 7,796 | C++ | .h | 401 | 16.107232 | 75 | 0.748298 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,651 | GlibcHeapBinsDialog.h | rizinorg_cutter/src/dialogs/GlibcHeapBinsDialog.h | #ifndef GLIBCHEAPBINSDIALOG_H
#define GLIBCHEAPBINSDIALOG_H
#include <QDialog>
#include <QAbstractTableModel>
#include "core/Cutter.h"
#include <MainWindow.h>
#include <HeapBinsGraphView.h>
namespace Ui {
class GlibcHeapBinsDialog;
}
class BinsModel : public QAbstractTableModel
{
Q_OBJECT
public:
explicit Bi... | 1,555 | C++ | .h | 55 | 24.218182 | 91 | 0.737265 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,652 | EditMethodDialog.h | rizinorg_cutter/src/dialogs/EditMethodDialog.h | #ifndef EDITMETHODDIALOG_H
#define EDITMETHODDIALOG_H
#include <QDialog>
#include <memory>
#include "core/Cutter.h"
namespace Ui {
class EditMethodDialog;
}
class QComboBox;
class EditMethodDialog : public QDialog
{
Q_OBJECT
public:
/**
* @param classFixed whether the user should be able to change the... | 2,327 | C++ | .h | 64 | 30.765625 | 99 | 0.699154 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,653 | EditFunctionDialog.h | rizinorg_cutter/src/dialogs/EditFunctionDialog.h | #ifndef EDITFUNCTIONDIALOG_H
#define EDITFUNCTIONDIALOG_H
#include <QDialog>
#include <memory>
namespace Ui {
class EditFunctionDialog;
}
class EditFunctionDialog : public QDialog
{
Q_OBJECT
public:
explicit EditFunctionDialog(QWidget *parent = nullptr);
~EditFunctionDialog();
QString getNameText();... | 936 | C++ | .h | 31 | 26.741935 | 59 | 0.77369 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,654 | InitialOptionsDialog.h | rizinorg_cutter/src/dialogs/InitialOptionsDialog.h | #ifndef OPTIONSDIALOG_H
#define OPTIONSDIALOG_H
#include <QDialog>
#include <QCheckBox>
#include <memory>
#include "common/InitialOptions.h"
namespace Ui {
class InitialOptionsDialog;
}
class CutterCore;
class MainWindow;
class InitialOptionsDialog : public QDialog
{
Q_OBJECT
public:
explicit InitialOptions... | 2,135 | C++ | .h | 65 | 28.553846 | 96 | 0.75548 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,655 | RizinPluginsDialog.h | rizinorg_cutter/src/dialogs/RizinPluginsDialog.h | #ifndef PLUGINSDIALOG_H
#define PLUGINSDIALOG_H
#include <QDialog>
#include <QAbstractTableModel>
#include "core/Cutter.h"
namespace Ui {
class RizinPluginsDialog;
}
class RizinPluginsDialog : public QDialog
{
Q_OBJECT
public:
explicit RizinPluginsDialog(QWidget *parent = nullptr);
~RizinPluginsDialog(... | 395 | C++ | .h | 18 | 19.666667 | 59 | 0.791892 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,656 | GlibcHeapInfoDialog.h | rizinorg_cutter/src/dialogs/GlibcHeapInfoDialog.h | #ifndef HEAPINFODIALOG_H
#define HEAPINFODIALOG_H
#include <QDialog>
#include "core/Cutter.h"
namespace Ui {
class GlibcHeapInfoDialog;
}
class GlibcHeapInfoDialog : public QDialog
{
Q_OBJECT
public:
explicit GlibcHeapInfoDialog(RVA offset, QString status, QWidget *parent = nullptr);
~GlibcHeapInfoDialo... | 502 | C++ | .h | 22 | 20.045455 | 88 | 0.769556 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,657 | FlagDialog.h | rizinorg_cutter/src/dialogs/FlagDialog.h | #ifndef FLAGDIALOG_H
#define FLAGDIALOG_H
#include <QDialog>
#include <memory>
#include "core/CutterCommon.h"
namespace Ui {
class FlagDialog;
}
class FlagDialog : public QDialog
{
Q_OBJECT
public:
explicit FlagDialog(RVA offset, QWidget *parent = nullptr);
~FlagDialog();
private slots:
void button... | 501 | C++ | .h | 24 | 18.083333 | 63 | 0.744681 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,658 | WriteCommandsDialogs.h | rizinorg_cutter/src/dialogs/WriteCommandsDialogs.h | #ifndef WRITECOMMANDSDIALOGS_H
#define WRITECOMMANDSDIALOGS_H
#include <QDialog>
#include "CutterCommon.h"
namespace Ui {
class Base64EnDecodedWriteDialog;
class IncrementDecrementDialog;
class DuplicateFromOffsetDialog;
}
class Base64EnDecodedWriteDialog : public QDialog
{
Q_OBJECT
public:
explicit Base64En... | 1,146 | C++ | .h | 45 | 22.555556 | 67 | 0.776352 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,659 | MultitypeFileSaveDialog.h | rizinorg_cutter/src/dialogs/MultitypeFileSaveDialog.h | #ifndef MULTITYPEFILESAVEDIALOG_H
#define MULTITYPEFILESAVEDIALOG_H
#include <QDialog>
#include <QFileDialog>
#include <QVariant>
class MultitypeFileSaveDialog : public QFileDialog
{
Q_OBJECT
public:
struct TypeDescription
{
QString description;
QString extension;
QVariant data;
... | 925 | C++ | .h | 28 | 27.821429 | 99 | 0.736486 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,660 | VersionInfoDialog.h | rizinorg_cutter/src/dialogs/VersionInfoDialog.h | #ifndef VERSIONINFODIALOG_H
#define VERSIONINFODIALOG_H
#include <QDialog>
#include <memory>
#include "core/Cutter.h"
namespace Ui {
class VersionInfoDialog;
}
class VersionInfoDialog : public QDialog
{
Q_OBJECT
public:
explicit VersionInfoDialog(QWidget *parent = nullptr);
~VersionInfoDialog();
priva... | 456 | C++ | .h | 20 | 20.2 | 58 | 0.775701 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,661 | HexdumpRangeDialog.h | rizinorg_cutter/src/dialogs/HexdumpRangeDialog.h | #ifndef HEXDUMPRANGEDIALOG_H
#define HEXDUMPRANGEDIALOG_H
#include "core/CutterCommon.h"
#include <QDialog>
namespace Ui {
class HexdumpRangeDialog;
}
class HexdumpRangeDialog : public QDialog
{
Q_OBJECT
public:
explicit HexdumpRangeDialog(QWidget *parent = nullptr, bool allowEmpty = false);
~HexdumpRan... | 878 | C++ | .h | 33 | 23.121212 | 84 | 0.759281 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,662 | XrefsDialog.h | rizinorg_cutter/src/dialogs/XrefsDialog.h | #ifndef XREFSDIALOG_H
#define XREFSDIALOG_H
#include <QDialog>
#include <QTreeWidgetItem>
#include <memory>
#include "common/Highlighter.h"
#include "core/Cutter.h"
#include "common/AddressableItemModel.h"
class XrefModel : public AddressableItemModel<QAbstractListModel>
{
private:
QList<XrefDescription> xrefs;
... | 2,412 | C++ | .h | 65 | 32.876923 | 92 | 0.755479 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,663 | EditStringDialog.h | rizinorg_cutter/src/dialogs/EditStringDialog.h | #ifndef EDITSTRINGDIALOG_H
#define EDITSTRINGDIALOG_H
#include <memory>
#include <QDialog>
namespace Ui {
class EditStringDialog;
}
class EditStringDialog : public QDialog
{
Q_OBJECT
public:
enum class StringType { Auto, ASCII_LATIN1, UTF8 };
explicit EditStringDialog(QWidget *parent = nullptr);
~Ed... | 1,490 | C++ | .h | 49 | 25.857143 | 85 | 0.696229 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,664 | NativeDebugDialog.h | rizinorg_cutter/src/dialogs/NativeDebugDialog.h | #ifndef NATIVEDEBUGDIALOG_H
#define NATIVEDEBUGDIALOG_H
#include <QDialog>
#include <memory>
namespace Ui {
class NativeDebugDialog;
}
/**
* @brief Dialog for connecting to native debug
*/
class NativeDebugDialog : public QDialog
{
Q_OBJECT
public:
explicit NativeDebugDialog(QWidget *parent = nullptr);
... | 504 | C++ | .h | 22 | 20.409091 | 58 | 0.764211 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,665 | SetToDataDialog.h | rizinorg_cutter/src/dialogs/SetToDataDialog.h | #ifndef SETTODATADIALOG_H
#define SETTODATADIALOG_H
#include <QDialog>
#include "core/Cutter.h"
namespace Ui {
class SetToDataDialog;
}
class SetToDataDialog : public QDialog
{
Q_OBJECT
public:
explicit SetToDataDialog(RVA startAddr, QWidget *parent = nullptr);
~SetToDataDialog();
int getItemSize()... | 597 | C++ | .h | 24 | 21.833333 | 71 | 0.762411 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,666 | BreakpointsDialog.h | rizinorg_cutter/src/dialogs/BreakpointsDialog.h | #pragma once
#include <QDialog>
#include <memory>
#include "CutterDescriptions.h"
namespace Ui {
class BreakpointsDialog;
}
class BreakpointsDialog : public QDialog
{
Q_OBJECT
public:
explicit BreakpointsDialog(bool editMode = false, QWidget *parent = nullptr);
BreakpointsDialog(const BreakpointDescript... | 911 | C++ | .h | 26 | 31.576923 | 99 | 0.775371 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,667 | NewFileDialog.h | rizinorg_cutter/src/dialogs/NewFileDialog.h | #ifndef NEWFILEDIALOG_H
#define NEWFILEDIALOG_H
#include <QDialog>
#include <QListWidgetItem>
#include <memory>
namespace Ui {
class NewFileDialog;
}
class MainWindow;
class NewFileDialog : public QDialog
{
Q_OBJECT
public:
explicit NewFileDialog(MainWindow *main);
~NewFileDialog();
private slots:
... | 1,809 | C++ | .h | 55 | 28.654545 | 72 | 0.751732 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,668 | AsyncTaskDialog.h | rizinorg_cutter/src/dialogs/AsyncTaskDialog.h |
#ifndef ASYNCTASKDIALOG_H
#define ASYNCTASKDIALOG_H
#include <memory>
#include <QDialog>
#include <QTimer>
#include "common/AsyncTask.h"
namespace Ui {
class AsyncTaskDialog;
}
class AsyncTaskDialog : public QDialog
{
Q_OBJECT
public:
AsyncTaskDialog(AsyncTask::Ptr task, QWidget *parent = nullptr);
~... | 822 | C++ | .h | 31 | 23.387097 | 68 | 0.759331 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,669 | TypesInteractionDialog.h | rizinorg_cutter/src/dialogs/TypesInteractionDialog.h | #ifndef TYPESINTERACTIONDIALOG_H
#define TYPESINTERACTIONDIALOG_H
#include <QDialog>
#include <memory>
namespace Ui {
class TypesInteractionDialog;
}
class QSyntaxHighlighter;
class TypesInteractionDialog : public QDialog
{
Q_OBJECT
public:
explicit TypesInteractionDialog(QWidget *parent = nullptr, bool re... | 1,819 | C++ | .h | 56 | 28.017857 | 86 | 0.706453 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,670 | EditVariablesDialog.h | rizinorg_cutter/src/dialogs/EditVariablesDialog.h | #ifndef EDITVARIABLESDIALOG_H
#define EDITVARIABLESDIALOG_H
#include "core/Cutter.h"
#include <QDialog>
namespace Ui {
class EditVariablesDialog;
}
class EditVariablesDialog : public QDialog
{
Q_OBJECT
public:
explicit EditVariablesDialog(RVA offset, QString initialVar = QString(),
... | 654 | C++ | .h | 25 | 21.92 | 76 | 0.7343 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,671 | GlobalVariableDialog.h | rizinorg_cutter/src/dialogs/GlobalVariableDialog.h | #ifndef GLOBALVARIABLEDIALOG_H
#define GLOBALVARIABLEDIALOG_H
#include <QDialog>
#include <memory>
#include "core/CutterCommon.h"
namespace Ui {
class GlobalVariableDialog;
}
class GlobalVariableDialog : public QDialog
{
Q_OBJECT
public:
explicit GlobalVariableDialog(RVA offset, QWidget *parent = nullptr);
... | 617 | C++ | .h | 25 | 21.8 | 73 | 0.784615 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,672 | EditInstructionDialog.h | rizinorg_cutter/src/dialogs/EditInstructionDialog.h | #ifndef EDITINSTRUCTIONDIALOG_H
#define EDITINSTRUCTIONDIALOG_H
#include <QDialog>
#include <memory>
namespace Ui {
class EditInstructionDialog;
}
enum InstructionEditMode { EDIT_NONE, EDIT_BYTES, EDIT_TEXT };
class EditInstructionDialog : public QDialog
{
Q_OBJECT
public:
explicit EditInstructionDialog(In... | 845 | C++ | .h | 27 | 28.148148 | 98 | 0.783416 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,673 | RemoteDebugDialog.h | rizinorg_cutter/src/dialogs/RemoteDebugDialog.h | #ifndef REMOTEDEBUGDIALOG_H
#define REMOTEDEBUGDIALOG_H
#include <QDialog>
#include <QListWidgetItem>
#include <memory>
namespace Ui {
class RemoteDebugDialog;
}
/**
* @brief Dialog for connecting to remote debuggers
*/
class RemoteDebugDialog : public QDialog
{
Q_OBJECT
public:
explicit RemoteDebugDialog... | 1,733 | C++ | .h | 62 | 23.564516 | 93 | 0.682971 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,674 | LayoutManager.h | rizinorg_cutter/src/dialogs/LayoutManager.h | #ifndef LAYOUT_MANAGER_H
#define LAYOUT_MANAGER_H
#include <QDialog>
#include <memory>
#include "core/Cutter.h"
#include "common/CutterLayout.h"
namespace Ui {
class LayoutManager;
}
class LayoutManager : public QDialog
{
Q_OBJECT
public:
LayoutManager(QMap<QString, Cutter::CutterLayout> &layouts, QWidget *... | 618 | C++ | .h | 24 | 23 | 81 | 0.75 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,675 | MapFileDialog.h | rizinorg_cutter/src/dialogs/MapFileDialog.h | #ifndef MAPFILEDIALOG_H
#define MAPFILEDIALOG_H
#include <QDialog>
#include <memory>
#include "core/Cutter.h"
namespace Ui {
class MapFileDialog;
}
class MapFileDialog : public QDialog
{
Q_OBJECT
public:
explicit MapFileDialog(QWidget *parent = nullptr);
~MapFileDialog();
private slots:
void on_sel... | 496 | C++ | .h | 22 | 19.954545 | 54 | 0.75803 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,676 | AboutDialog.h | rizinorg_cutter/src/dialogs/AboutDialog.h | #ifndef ABOUTDIALOG_H
#define ABOUTDIALOG_H
#include <QDialog>
#include <memory>
#include <QtNetwork/QNetworkReply>
namespace Ui {
class AboutDialog;
}
class AboutDialog : public QDialog
{
Q_OBJECT
public:
explicit AboutDialog(QWidget *parent = nullptr);
~AboutDialog();
private slots:
void on_butto... | 966 | C++ | .h | 36 | 23 | 68 | 0.725 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,677 | ArenaInfoDialog.h | rizinorg_cutter/src/dialogs/ArenaInfoDialog.h | #ifndef ARENAINFODIALOG_H
#define ARENAINFODIALOG_H
#include <QDialog>
#include <CutterDescriptions.h>
namespace Ui {
class ArenaInfoDialog;
}
class ArenaInfoDialog : public QDialog
{
Q_OBJECT
public:
explicit ArenaInfoDialog(Arena &arena, QWidget *parent = nullptr);
~ArenaInfoDialog();
void updateC... | 419 | C++ | .h | 19 | 19.473684 | 70 | 0.771574 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,678 | RizinTaskDialog.h | rizinorg_cutter/src/dialogs/RizinTaskDialog.h | #ifndef RZTASKDIALOG_H
#define RZTASKDIALOG_H
#include <memory>
#include <QDialog>
#include <QTimer>
#include <QElapsedTimer>
#include "common/RizinTask.h"
#include "core/CutterCommon.h"
class RizinTask;
namespace Ui {
class RizinTaskDialog;
}
class CUTTER_EXPORT RizinTaskDialog : public QDialog
{
Q_OBJECT
pu... | 955 | C++ | .h | 36 | 23.472222 | 57 | 0.761326 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,679 | AttachProcDialog.h | rizinorg_cutter/src/dialogs/AttachProcDialog.h | #pragma once
#include "core/Cutter.h"
#include <QDialog>
#include <memory>
#include <QAbstractListModel>
#include <QSortFilterProxyModel>
#include <QTimer>
namespace Ui {
class AttachProcDialog;
}
class MainWindow;
class QTreeWidget;
class QTreeWidgetItem;
class ProcessModel : public QAbstractListModel
{
Q_OBJE... | 2,694 | C++ | .h | 76 | 31.736842 | 100 | 0.774778 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,680 | CommentsDialog.h | rizinorg_cutter/src/dialogs/CommentsDialog.h | #ifndef COMMENTSDIALOG_H
#define COMMENTSDIALOG_H
#include <QDialog>
#include <memory>
#include "core/CutterCommon.h"
namespace Ui {
class CommentsDialog;
}
class CommentsDialog : public QDialog
{
Q_OBJECT
public:
explicit CommentsDialog(QWidget *parent = nullptr);
~CommentsDialog();
QString getCo... | 659 | C++ | .h | 25 | 23.32 | 62 | 0.75923 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,681 | WelcomeDialog.h | rizinorg_cutter/src/dialogs/WelcomeDialog.h | #ifndef WELCOMEDIALOG_H
#define WELCOMEDIALOG_H
#include <QDialog>
namespace Ui {
/**
* @class WelcomeDialog
* @brief The WelcomeDialog class will show the user the Welcome windows
* upon first execution of Cutter.
*
* Upon first execution of Cutter, the WelcomeDialog would be showed to the user.
* The Welcom... | 890 | C++ | .h | 30 | 26.933333 | 88 | 0.773208 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,682 | PreferencesDialog.h | rizinorg_cutter/src/dialogs/preferences/PreferencesDialog.h |
#ifndef PREFERENCESDIALOG_H
#define PREFERENCESDIALOG_H
#include "core/Cutter.h"
#include <QDialog>
#include <memory>
class QTreeWidgetItem;
namespace Ui {
class PreferencesDialog;
}
class PreferencesDialog : public QDialog
{
Q_OBJECT
public:
enum class Section { Appearance, Disassembly };
explicit... | 642 | C++ | .h | 24 | 23.875 | 73 | 0.785124 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,683 | GraphOptionsWidget.h | rizinorg_cutter/src/dialogs/preferences/GraphOptionsWidget.h |
#ifndef GRAPHOPTIONSWIDGET_H
#define GRAPHOPTIONSWIDGET_H
#include <QDialog>
#include <QPushButton>
#include <memory>
#include "core/Cutter.h"
class PreferencesDialog;
namespace Ui {
class GraphOptionsWidget;
}
class GraphOptionsWidget : public QDialog
{
Q_OBJECT
public:
explicit GraphOptionsWidget(Prefe... | 965 | C++ | .h | 31 | 27.903226 | 59 | 0.803474 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,684 | InitializationFileEditor.h | rizinorg_cutter/src/dialogs/preferences/InitializationFileEditor.h | #ifndef INITIALIZATIONFILEEDITOR_H
#define INITIALIZATIONFILEEDITOR_H
#include <QDialog>
#include <QPushButton>
#include <memory>
#include "core/Cutter.h"
class PreferencesDialog;
namespace Ui {
class InitializationFileEditor;
}
class InitializationFileEditor : public QDialog
{
Q_OBJECT
public:
explicit In... | 561 | C++ | .h | 22 | 23.136364 | 65 | 0.812383 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,685 | ColorThemeEditDialog.h | rizinorg_cutter/src/dialogs/preferences/ColorThemeEditDialog.h | #ifndef COLORTHEMEEDITDIALOG_H
#define COLORTHEMEEDITDIALOG_H
#include <QDialog>
class DisassemblyWidget;
namespace Ui {
class ColorThemeEditDialog;
}
class ColorThemeEditDialog : public QDialog
{
Q_OBJECT
public:
explicit ColorThemeEditDialog(QWidget *parent = nullptr);
~ColorThemeEditDialog() overrid... | 1,123 | C++ | .h | 41 | 23.560976 | 61 | 0.749533 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,686 | AsmOptionsWidget.h | rizinorg_cutter/src/dialogs/preferences/AsmOptionsWidget.h |
#ifndef ASMOPTIONSWIDGET_H
#define ASMOPTIONSWIDGET_H
#include <QDialog>
#include <QPushButton>
#include <memory>
#include "core/Cutter.h"
class PreferencesDialog;
namespace Ui {
class AsmOptionsWidget;
}
class AsmOptionsWidget : public QDialog
{
Q_OBJECT
public:
explicit AsmOptionsWidget(PreferencesDial... | 1,472 | C++ | .h | 45 | 28.666667 | 62 | 0.776596 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,687 | DebugOptionsWidget.h | rizinorg_cutter/src/dialogs/preferences/DebugOptionsWidget.h |
#pragma once
#include <memory>
#include "core/Cutter.h"
class PreferencesDialog;
namespace Ui {
class DebugOptionsWidget;
}
class DebugOptionsWidget : public QDialog
{
Q_OBJECT
public:
explicit DebugOptionsWidget(PreferencesDialog *dialog);
~DebugOptionsWidget();
private:
std::unique_ptr<Ui::Deb... | 499 | C++ | .h | 21 | 20.809524 | 59 | 0.780384 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,688 | PreferenceCategory.h | rizinorg_cutter/src/dialogs/preferences/PreferenceCategory.h | #ifndef PREFERENCECATEGORY_H
#define PREFERENCECATEGORY_H
#include <QString>
#include <QTreeWidget>
#include <QStackedWidget>
class PreferenceCategory
{
public:
PreferenceCategory(const QString &name, const QIcon &icon);
PreferenceCategory(const QString &name, QWidget *widget, const QIcon &icon);
Preferen... | 850 | C++ | .h | 23 | 32 | 80 | 0.743309 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,689 | AppearanceOptionsWidget.h | rizinorg_cutter/src/dialogs/preferences/AppearanceOptionsWidget.h |
#ifndef AppearanceOptionsWidget_H
#define AppearanceOptionsWidget_H
#include <QDialog>
#include <QPushButton>
#include <memory>
#include "core/Cutter.h"
class PreferencesDialog;
namespace Ui {
class AppearanceOptionsWidget;
}
class AppearanceOptionsWidget : public QDialog
{
Q_OBJECT
public:
explicit Appe... | 1,898 | C++ | .h | 59 | 27.474576 | 84 | 0.720241 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,690 | AnalysisOptionsWidget.h | rizinorg_cutter/src/dialogs/preferences/AnalysisOptionsWidget.h | #ifndef ANALOPTIONSWIDGET_H
#define ANALOPTIONSWIDGET_H
#include <QDialog>
#include <memory>
#include "core/Cutter.h"
class PreferencesDialog;
namespace Ui {
class AnalysisOptionsWidget;
}
class AnalysisOptionsWidget : public QDialog
{
Q_OBJECT
public:
explicit AnalysisOptionsWidget(PreferencesDialog *dia... | 2,046 | C++ | .h | 59 | 30.033898 | 97 | 0.724785 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,691 | PluginsOptionsWidget.h | rizinorg_cutter/src/dialogs/preferences/PluginsOptionsWidget.h |
#ifndef PLUGINSOPTIONSWIDGET_H
#define PLUGINSOPTIONSWIDGET_H
#include <QDialog>
class PreferencesDialog;
class PluginsOptionsWidget : public QDialog
{
Q_OBJECT
public:
explicit PluginsOptionsWidget(PreferencesDialog *dialog);
~PluginsOptionsWidget();
};
#endif // CUTTER_PLUGINSOPTIONSWIDGET_H
| 313 | C++ | .h | 12 | 23.583333 | 61 | 0.827119 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,692 | PluginManager.h | rizinorg_cutter/src/plugins/PluginManager.h |
#ifndef PLUGINMANAGER_H
#define PLUGINMANAGER_H
#include <QObject>
#include <QDir>
#include <memory>
#include <vector>
#include "plugins/CutterPlugin.h"
class PluginManager : public QObject
{
Q_OBJECT
public:
static PluginManager *getInstance();
class PluginTerminator
{
public:
void op... | 1,396 | C++ | .h | 43 | 28.372093 | 87 | 0.736724 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,693 | CutterPlugin.h | rizinorg_cutter/src/plugins/CutterPlugin.h | #ifndef CUTTERPLUGIN_H
#define CUTTERPLUGIN_H
class MainWindow;
#include "widgets/CutterDockWidget.h"
class CUTTER_EXPORT CutterPlugin
{
public:
virtual ~CutterPlugin() = default;
/**
* @brief Initialize the Plugin
*
* called right when the plugin is loaded initially
*/
virtual void ... | 1,366 | C++ | .h | 43 | 27.093023 | 80 | 0.698933 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,694 | CutterSamplePlugin.h | rizinorg_cutter/src/plugins/sample-cpp/CutterSamplePlugin.h | #ifndef CUTTERSAMPLEPLUGIN_H
#define CUTTERSAMPLEPLUGIN_H
#include <CutterPlugin.h>
#include <QLabel>
class CutterSamplePlugin : public QObject, CutterPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "re.rizin.cutter.plugins.CutterPlugin")
Q_INTERFACES(CutterPlugin)
public:
void setupPlugin() override;
v... | 915 | C++ | .h | 29 | 28.275862 | 79 | 0.761416 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,695 | BaseFindDialog.h | rizinorg_cutter/src/tools/basefind/BaseFindDialog.h | #ifndef BASEFIND_DIALOG_H
#define BASEFIND_DIALOG_H
#include <QDialog>
#include <QListWidgetItem>
#include <memory>
#include <core/Cutter.h>
namespace Ui {
class BaseFindDialog;
}
class BaseFindDialog : public QDialog
{
Q_OBJECT
public:
explicit BaseFindDialog(QWidget *parent = nullptr);
~BaseFindDialo... | 722 | C++ | .h | 29 | 21.793103 | 55 | 0.747076 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
4,696 | BaseFindSearchDialog.h | rizinorg_cutter/src/tools/basefind/BaseFindSearchDialog.h | #ifndef BASEFIND_SEARCH_DIALOG_H
#define BASEFIND_SEARCH_DIALOG_H
#include <QDialog>
#include <QListWidgetItem>
#include <QProgressBar>
#include <memory>
#include <core/Cutter.h>
namespace Ui {
class BaseFindSearchDialog;
}
class BaseFindSearchDialog : public QDialog
{
Q_OBJECT
public:
explicit BaseFindSea... | 785 | C++ | .h | 30 | 23.333333 | 61 | 0.774194 | rizinorg/cutter | 15,656 | 1,143 | 512 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.