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
103
utils.cpp
WerWolv_ImHex/lib/libimhex/source/helpers/utils.cpp
#include <hex/helpers/utils.hpp> #include <hex/api/imhex_api.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/crypto.hpp> #include <hex/providers/buffered_reader.hpp> #include <imgui.h> #if defined(OS_WINDOWS) #include <windows.h> #include <shellapi.h> #include <wolv/utils/guards.hpp> #elif d...
25,176
C++
.cpp
693
23.015873
114
0.447308
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
104
achievement_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/achievement_manager.cpp
#include <hex/api/achievement_manager.hpp> #include <hex/api/event_manager.hpp> #include <hex/helpers/auto_reset.hpp> #include <hex/helpers/default_paths.hpp> #include <nlohmann/json.hpp> namespace hex { static AutoReset<std::unordered_map<std::string, std::unordered_map<std::string, std::unique_ptr<Achievement...
9,737
C++
.cpp
200
35.52
154
0.582208
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
105
project_file_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/project_file_manager.cpp
#include <hex/api/project_file_manager.hpp> #include <hex/helpers/auto_reset.hpp> #include <wolv/io/fs.hpp> namespace hex { namespace { AutoReset<std::vector<ProjectFile::Handler>> s_handlers; AutoReset<std::vector<ProjectFile::ProviderHandler>> s_providerHandlers; AutoReset<std::fs::p...
1,962
C++
.cpp
49
33.387755
98
0.679873
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
106
workspace_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/workspace_manager.cpp
#include <hex/api/workspace_manager.hpp> #include <hex/api/layout_manager.hpp> #include <hex/helpers/logger.hpp> #include <hex/helpers/auto_reset.hpp> #include <hex/helpers/default_paths.hpp> #include <wolv/io/file.hpp> #include <nlohmann/json.hpp> #include <imgui.h> #include <wolv/utils/string.hpp> namespace hex ...
6,021
C++
.cpp
138
32.702899
128
0.575758
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
107
plugin_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/plugin_manager.cpp
#include <hex/api/plugin_manager.hpp> #include <hex/api/imhex_api.hpp> #include <hex/helpers/logger.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/auto_reset.hpp> #include <hex/helpers/utils.hpp> #include <hex/helpers/default_paths.hpp> #include <wolv/utils/string.hpp> #include <filesystem> #if defined(O...
13,757
C++
.cpp
311
34.475884
185
0.607322
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
108
content_registry.cpp
WerWolv_ImHex/lib/libimhex/source/api/content_registry.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/shortcut_manager.hpp> #include <hex/helpers/fs.hpp> #include <hex/helpers/logger.hpp> #include <hex/helpers/auto_reset.hpp> #include <hex/helpers/default_paths.hpp> #include <hex/ui/view.hpp> #include <hex/data_processor/node.hpp> #include <algorithm> #includ...
50,335
C++
.cpp
992
35.336694
290
0.549564
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
109
tutorial_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/tutorial_manager.cpp
#include <hex/api/tutorial_manager.hpp> #include <hex/api/imhex_api.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/task_manager.hpp> #include <hex/helpers/auto_reset.hpp> #include <imgui_internal.h> #include <hex/helpers/utils.hpp> #include <wolv/utils/core.hpp> #include <map> namespace hex { ...
15,034
C++
.cpp
328
33.95122
287
0.577884
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
110
imhex_api.cpp
WerWolv_ImHex/lib/libimhex/source/api/imhex_api.cpp
#include <hex/api/imhex_api.hpp> #include <hex/api/event_manager.hpp> #include <hex/api/task_manager.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/utils.hpp> #include <hex/helpers/auto_reset.hpp> #include <hex/providers/provider_data.hpp> #include <hex/providers/provider.hpp> #include <wolv/utils/string.h...
33,547
C++
.cpp
791
28.863464
183
0.543745
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
111
task_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/task_manager.cpp
#include <hex/api/task_manager.hpp> #include <hex/api/localization_manager.hpp> #include <hex/helpers/logger.hpp> #include <algorithm> #include <ranges> #include <jthread.hpp> #if defined(OS_WINDOWS) #include <windows.h> #include <processthreadsapi.h> #include <hex/helpers/utils.hpp> #else #include ...
15,837
C++
.cpp
381
30.908136
150
0.58136
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
112
localization_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/localization_manager.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/localization_manager.hpp> #include <hex/helpers/auto_reset.hpp> namespace hex { namespace LocalizationManager { namespace { AutoReset<std::string> s_fallbackLanguage; AutoReset<std::string> s_selectedLanguage; ...
5,263
C++
.cpp
120
32.733333
164
0.603529
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
113
layout_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/layout_manager.cpp
#include <hex/api/layout_manager.hpp> #include <hex/api/content_registry.hpp> #include <hex/ui/view.hpp> #include <hex/helpers/fs.hpp> #include <hex/helpers/logger.hpp> #include <hex/helpers/auto_reset.hpp> #include <hex/helpers/default_paths.hpp> #include <wolv/utils/string.hpp> #include <imgui.h> namespace hex { ...
4,911
C++
.cpp
125
29.752
83
0.584019
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
114
shortcut_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/shortcut_manager.cpp
#include <hex/api/shortcut_manager.hpp> #include <imgui.h> #include <hex/api/content_registry.hpp> #include <hex/helpers/auto_reset.hpp> #include <hex/ui/view.hpp> namespace hex { namespace { AutoReset<std::map<Shortcut, ShortcutManager::ShortcutEntry>> s_globalShortcuts; std::atomic<bool> s_pau...
4,995
C++
.cpp
111
36
158
0.653053
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
115
theme_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/theme_manager.cpp
#include <hex/api/theme_manager.hpp> #include <hex/api/event_manager.hpp> #include <hex/helpers/logger.hpp> #include <hex/helpers/utils.hpp> #include <hex/helpers/auto_reset.hpp> #include <nlohmann/json.hpp> namespace hex { namespace { AutoReset<std::map<std::string, nlohmann::json>> s_themes; ...
9,076
C++
.cpp
196
33.066327
193
0.511609
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
116
event_manager.cpp
WerWolv_ImHex/lib/libimhex/source/api/event_manager.cpp
#include <hex/api/event_manager.hpp> namespace hex { std::multimap<void *, EventManager::EventList::iterator>& EventManager::getTokenStore() { static std::multimap<void *, EventManager::EventList::iterator> tokenStore; return tokenStore; } EventManager::EventList& EventManager::getEvents...
536
C++
.cpp
15
29.4
93
0.688109
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
117
subcommands.cpp
WerWolv_ImHex/lib/libimhex/source/subcommands/subcommands.cpp
#include <numeric> #include <string_view> #include <ranges> #include "hex/subcommands/subcommands.hpp" #include <hex/api/event_manager.hpp> #include <hex/api/plugin_manager.hpp> #include <hex/api/imhex_api.hpp> #include <hex/helpers/logger.hpp> #include <hex/helpers/fmt.hpp> namespace hex::subcommands { std::op...
4,459
C++
.cpp
100
33.7
127
0.584853
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
138
plugin_disassembler.cpp
WerWolv_ImHex/plugins/disassembler/source/plugin_disassembler.cpp
#include <hex/plugin.hpp> #include <hex/api/content_registry.hpp> #include <hex/helpers/logger.hpp> #include <pl/api.hpp> #include <romfs/romfs.hpp> #include "content/views/view_disassembler.hpp" using namespace hex; using namespace hex::plugin::disasm; namespace hex::plugin::disasm { void drawDisassemblyVis...
1,080
C++
.cpp
27
35.888889
123
0.725169
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
139
disassembler.cpp
WerWolv_ImHex/plugins/disassembler/source/content/pl_visualizers/disassembler.cpp
#include <hex/helpers/utils.hpp> #include <pl/pattern_language.hpp> #include <pl/patterns/pattern.hpp> #include <imgui.h> #include <capstone/capstone.h> #include <hex/ui/imgui_imhex_extensions.h> #include <hex/api/localization_manager.hpp> namespace hex::plugin::disasm { void drawDisassemblyVisualizer(pl::ptr...
2,876
C++
.cpp
56
39.321429
242
0.59444
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
140
view_disassembler.cpp
WerWolv_ImHex/plugins/disassembler/source/content/views/view_disassembler.cpp
#include "content/views/view_disassembler.hpp" #include <hex/providers/provider.hpp> #include <hex/helpers/fmt.hpp> #include <fonts/codicons_font.h> #include <cstring> using namespace std::literals::string_literals; namespace hex::plugin::disasm { ViewDisassembler::ViewDisassembler() : View::Window("hex.disas...
25,298
C++
.cpp
379
39.891821
216
0.462821
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
141
ui.cpp
WerWolv_ImHex/plugins/script_loader/support/c/source/script_api/v1/ui.cpp
#include <script_api.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/imhex_api.hpp> #include <hex/api/event_manager.hpp> #include <hex/api/localization_manager.hpp> #include <hex/ui/popup.hpp> #include <hex/helpers/utils.hpp> #include <hex/ui/view.hpp> #include <popups/popup_notification.hpp> #includ...
5,947
C++
.cpp
149
33.456376
149
0.655095
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
142
logger.cpp
WerWolv_ImHex/plugins/script_loader/support/c/source/script_api/v1/logger.cpp
#include <script_api.hpp> #include <hex/api/imhex_api.hpp> #include <hex/helpers/logger.hpp> #define VERSION V1 SCRIPT_API(void logPrint, const char *message) { hex::log::print("{}", message); } SCRIPT_API(void logPrintln, const char *message) { hex::log::println("{}", message); } SCRIPT_API(void logDebug,...
729
C++
.cpp
25
26.72
50
0.673851
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
143
mem.cpp
WerWolv_ImHex/plugins/script_loader/support/c/source/script_api/v1/mem.cpp
#include <script_api.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/imhex_api.hpp> #include <hex/providers/provider.hpp> #define VERSION V1 SCRIPT_API(void readMemory, u64 address, size_t size, void *buffer) { auto provider = hex::ImHexApi::Provider::get(); if (provider == nullptr) { ...
3,838
C++
.cpp
85
40.117647
212
0.698068
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
144
bookmarks.cpp
WerWolv_ImHex/plugins/script_loader/support/c/source/script_api/v1/bookmarks.cpp
#include <script_api.hpp> #include <hex/api/imhex_api.hpp> #define VERSION V1 SCRIPT_API(void createBookmark, u64 address, u64 size, u32 color, const char *name, const char *description) { hex::ImHexApi::Bookmarks::add(address, size, name, description, color); }
269
C++
.cpp
6
42.833333
110
0.754789
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
145
plugin_script_loader.cpp
WerWolv_ImHex/plugins/script_loader/source/plugin_script_loader.cpp
#include <fonts/codicons_font.h> #include <hex/plugin.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/task_manager.hpp> #include <hex/api/localization_manager.hpp> #include <hex/helpers/logger.hpp> #include <hex/ui/imgui_imhex_extensions.h> #include <loaders/dotnet/dotnet_loader.hpp> #include <romfs/r...
4,444
C++
.cpp
112
28.428571
146
0.545539
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
146
dotnet_loader.cpp
WerWolv_ImHex/plugins/script_loader/source/loaders/dotnet/dotnet_loader.cpp
#include <loaders/dotnet/dotnet_loader.hpp> #include <stdexcept> #if defined(OS_WINDOWS) #define STRING(str) L##str #else #define STRING(str) str #endif #include <array> #include <nethost.h> #include <coreclr_delegates.h> #include <hostfxr.h> #include <imgui.h> #include <hex/api/plugin_manager.hpp> #inclu...
11,842
C++
.cpp
234
36.15812
187
0.550974
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
147
fonts.cpp
WerWolv_ImHex/plugins/fonts/source/fonts.cpp
#include <hex/api/imhex_api.hpp> #include <romfs/romfs.hpp> #include <hex/helpers/utils.hpp> #include <fonts/codicons_font.h> #include <fonts/blendericons_font.h> namespace hex::fonts { void registerFonts() { using namespace ImHexApi::Fonts; /** * !!IMPORTANT!! * Always loa...
1,014
C++
.cpp
22
38.5
160
0.615463
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
148
font_loader.cpp
WerWolv_ImHex/plugins/fonts/source/font_loader.cpp
#include <imgui.h> #include <imgui_internal.h> #include <imgui_freetype.h> #include <imgui_impl_opengl3.h> #include <memory> #include <list> #include <hex/api/imhex_api.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/event_manager.hpp> #include <hex/api/task_manager.hpp> #include <hex/helpers/auto_rese...
16,526
C++
.cpp
307
39.517915
191
0.584924
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
149
library_fonts.cpp
WerWolv_ImHex/plugins/fonts/source/library_fonts.cpp
#include <hex/plugin.hpp> #include <hex/api/content_registry.hpp> #include <hex/helpers/logger.hpp> #include <romfs/romfs.hpp> namespace hex::fonts { void registerFonts(); bool buildFontAtlas(); } IMHEX_LIBRARY_SETUP("Fonts") { hex::log::debug("Using romfs: '{}'", romfs::name()); hex::ImHexApi::Sy...
427
C++
.cpp
13
29.923077
93
0.709046
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
150
plugin_decompress.cpp
WerWolv_ImHex/plugins/decompress/source/plugin_decompress.cpp
#include <hex/plugin.hpp> #include <hex/api/content_registry.hpp> #include <hex/helpers/logger.hpp> #include <romfs/romfs.hpp> namespace hex::plugin::decompress { void registerPatternLanguageFunctions(); } using namespace hex; using namespace hex::plugin::decompress; IMHEX_PLUGIN_SETUP("Decompressing", "WerW...
461
C++
.cpp
13
33
82
0.759637
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
151
pl_functions.cpp
WerWolv_ImHex/plugins/decompress/source/content/pl_functions.cpp
#include <hex.hpp> #include <hex/plugin.hpp> #include <hex/api/content_registry.hpp> #include <pl/core/evaluator.hpp> #include <pl/patterns/pattern.hpp> #include <wolv/utils/guards.hpp> #include <vector> #include <optional> #if IMHEX_FEATURE_ENABLED(ZLIB) #include <zlib.h> #endif #if IMHEX_FEATURE_ENABLED(BZIP2...
13,143
C++
.cpp
262
32.912214
221
0.511163
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
152
main.cpp
WerWolv_ImHex/plugins/builtin/tests/source/main.cpp
#include <iostream> #include <hex/test/tests.hpp> #include <hex/api/plugin_manager.hpp> #include <content/providers/memory_file_provider.hpp> #include <content/views/view_patches.hpp> #include <hex/api/task_manager.hpp> using namespace hex; using namespace hex::plugin::builtin; TEST_SEQUENCE("Providers/ReadWrite") { ...
1,188
C++
.cpp
31
34.387097
90
0.67951
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
153
plugin_builtin.cpp
WerWolv_ImHex/plugins/builtin/source/plugin_builtin.cpp
#include <hex/plugin.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/task_manager.hpp> #include <hex/helpers/logger.hpp> #include <romfs/romfs.hpp> #include <nlohmann/json.hpp> #include "content/command_line_interface.hpp" using namespace hex; namespace hex::plugin::builtin { void registerEvent...
5,065
C++
.cpp
109
41.761468
131
0.654376
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
154
data_visualizers.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_visualizers.cpp
#include <hex/api/content_registry.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <hex/helpers/utils.hpp> #include <wolv/utils/string.hpp> namespace hex::plugin::builtin { template<std::integral T> class DataVisualizerHexadecimal : public hex::ContentRegistry::HexEditor::DataV...
14,082
C++
.cpp
248
44.870968
273
0.634336
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
155
views.cpp
WerWolv_ImHex/plugins/builtin/source/content/views.cpp
#include "content/views/view_hex_editor.hpp" #include "content/views/view_pattern_editor.hpp" #include "content/views/view_pattern_data.hpp" #include "content/views/view_information.hpp" #include "content/views/view_about.hpp" #include "content/views/view_tools.hpp" #include "content/views/view_data_inspector.hpp" #inc...
3,003
C++
.cpp
62
41.241935
92
0.684282
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
156
providers.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers.cpp
#include <hex/api/content_registry.hpp> #include "content/providers/gdb_provider.hpp" #include "content/providers/file_provider.hpp" #include "content/providers/null_provider.hpp" #include "content/providers/disk_provider.hpp" #include "content/providers/intel_hex_provider.hpp" #include "content/providers/motorola_sre...
6,428
C++
.cpp
122
36.114754
181
0.53589
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
157
init_tasks.cpp
WerWolv_ImHex/plugins/builtin/source/content/init_tasks.cpp
#include <hex/api/imhex_api.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/event_manager.hpp> #include <hex/api_urls.hpp> #include <hex/api/task_manager.hpp> #include <hex/helpers/http_requests.hpp> #include <hex/helpers/logger.hpp> #include <wolv/hash/uuid.hpp> namespace hex::plugin::builtin { ...
7,163
C++
.cpp
115
46.4
183
0.587514
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
158
main_menu_items.cpp
WerWolv_ImHex/plugins/builtin/source/content/main_menu_items.cpp
#include <hex/api/content_registry.hpp> #include <imgui.h> #include <implot.h> #include <hex/ui/view.hpp> #include <hex/api/shortcut_manager.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/api/layout_manager.hpp> #include <hex/api/achievement_manager.hpp> #include <hex/api/tutorial_manager.hpp> #inclu...
31,434
C++
.cpp
522
41.996169
194
0.532883
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
159
window_decoration.cpp
WerWolv_ImHex/plugins/builtin/source/content/window_decoration.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/event_manager.hpp> #include <hex/api/shortcut_manager.hpp> #include <hex/api/task_manager.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/ui/view.hpp> #include <hex/helpers/utils.hpp> #include <imgui.h> #include <imgui_internal.h> #include <hex/...
26,116
C++
.cpp
471
37.887473
367
0.544112
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
160
file_extraction.cpp
WerWolv_ImHex/plugins/builtin/source/content/file_extraction.cpp
#include <hex/helpers/fs.hpp> #include <wolv/io/file.hpp> #include <romfs/romfs.hpp> #include <hex/helpers/logger.hpp> #include <hex/helpers/default_paths.hpp> namespace hex::plugin::builtin { void extractBundledFiles() { constexpr static std::array<std::pair<std::string_view, bool>, 2> Paths = { ...
1,368
C++
.cpp
32
29.46875
94
0.50942
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
161
command_line_interface.cpp
WerWolv_ImHex/plugins/builtin/source/content/command_line_interface.cpp
#include <content/command_line_interface.hpp> #include <content/providers/file_provider.hpp> #include <content/helpers/demangle.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/imhex_api.hpp> #include <hex/api/event_manager.hpp> #include <hex/api/plugin_manager.hpp> #include <hex/api/task_manager.hpp> #...
14,252
C++
.cpp
312
34.608974
132
0.55161
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
162
welcome_screen.cpp
WerWolv_ImHex/plugins/builtin/source/content/welcome_screen.cpp
#include <hex.hpp> #include <hex/api/workspace_manager.hpp> #include <hex/api/event_manager.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/theme_manager.hpp> #include <hex/api/layout_manager.hpp> #include <hex/api/achievement_manager.hpp> #include <hex/api_ur...
35,751
C++
.cpp
560
44.460714
265
0.549192
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
163
data_information_sections.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_information_sections.cpp
#include <hex/api/content_registry.hpp> #include <hex/helpers/magic.hpp> #include <hex/providers/provider.hpp> #include <imgui.h> #include <content/helpers/diagrams.hpp> #include <hex/api/task_manager.hpp> #include <hex/ui/imgui_imhex_extensions.h> #include <wolv/literals.hpp> namespace hex::plugin::builtin { u...
20,893
C++
.cpp
381
40.346457
187
0.594662
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
164
data_processor_nodes.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_processor_nodes.cpp
#include <content/data_processor_nodes.hpp> namespace hex::plugin::builtin { void registerDataProcessorNodes() { registerBasicDataProcessorNodes(); registerVisualDataProcessorNodes(); registerLogicDataProcessorNodes(); registerControlDataProcessorNodes(); registerDecodeData...
435
C++
.cpp
12
29.416667
44
0.743405
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
165
pl_pragmas.cpp
WerWolv_ImHex/plugins/builtin/source/content/pl_pragmas.cpp
#include <hex/api/imhex_api.hpp> #include <hex/api/content_registry.hpp> #include <hex/providers/provider.hpp> #include <hex/helpers/magic.hpp> #include <pl/core/evaluator.hpp> namespace hex::plugin::builtin { void registerPatternLanguagePragmas() { ContentRegistry::PatternLanguage::addPragma("base_addr...
947
C++
.cpp
21
37.571429
128
0.667394
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
166
data_formatters.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_formatters.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/achievement_manager.hpp> #include <hex/providers/provider.hpp> #include <hex/providers/buffered_reader.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/crypto.hpp> #include <hex/helpers/utils.hpp> #include <content/export_formatters/export_formatter_...
9,356
C++
.cpp
147
51.29932
209
0.590984
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
167
file_handlers.cpp
WerWolv_ImHex/plugins/builtin/source/content/file_handlers.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/helpers/default_paths.hpp> #include <toasts/toast_notification.hpp> namespace hex::plugin::builtin { void registerFileHandlers() { ContentRegistry::FileHandler::add({ ".hexproj" }, [](const std::fs::path &...
1,170
C++
.cpp
27
32.814815
122
0.563492
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
168
data_inspector.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_inspector.cpp
#include <hex/api/imhex_api.hpp> #include <hex/api/content_registry.hpp> #include <hex/helpers/utils.hpp> #include <hex/helpers/crypto.hpp> #include <hex/helpers/fmt.hpp> #include <fmt/chrono.h> #include <hex/providers/provider.hpp> #include <cstring> #include <codecvt> #include <string> #include <imgui_internal.h...
24,240
C++
.cpp
450
40.624444
182
0.553939
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
169
tools_entries.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools_entries.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/localization_manager.hpp> #include <content/tools_entries.hpp> #include <imgui.h> namespace hex::plugin::builtin { void drawFileTools() { if (ImGui::BeginTabBar("file_tools_tabs")) { if (ImGui::BeginTabItem("hex.builtin.tools.file_to...
2,676
C++
.cpp
42
54.166667
120
0.624857
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
170
settings_entries.cpp
WerWolv_ImHex/plugins/builtin/source/content/settings_entries.cpp
#include <hex/api/imhex_api.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/theme_manager.hpp> #include <hex/api/shortcut_manager.hpp> #include <hex/api/event_manager.hpp> #include <hex/api/layout_manager.hpp> #include <hex/helpers/http_requests.hpp> #include ...
47,114
C++
.cpp
772
41.145078
270
0.531298
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
171
events.cpp
WerWolv_ImHex/plugins/builtin/source/content/events.cpp
#include <hex/api/event_manager.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/api/achievement_manager.hpp> #include <hex/api/workspace_manager.hpp> #include <hex/providers/provider.hpp> #include <hex/ui/view.hpp> #in...
13,781
C++
.cpp
255
38.333333
177
0.553528
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
172
pl_visualizers.cpp
WerWolv_ImHex/plugins/builtin/source/content/pl_visualizers.cpp
#include <hex/api/imhex_api.hpp> #include <hex/api/content_registry.hpp> #include <pl/core/evaluator.hpp> namespace hex::plugin::builtin { void drawHexVisualizer(pl::ptrn::Pattern &, bool, std::span<const pl::core::Token::Literal> arguments); void drawChunkBasedEntropyVisualizer(pl::ptrn::Pattern &, bool, st...
741
C++
.cpp
12
57
136
0.751381
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
173
project.cpp
WerWolv_ImHex/plugins/builtin/source/content/project.cpp
#include <filesystem> #include <wolv/utils/guards.hpp> #include <wolv/utils/string.hpp> #include <hex/api/imhex_api.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/achievement_manager.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/event_m...
6,520
C++
.cpp
146
32.582192
144
0.565293
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
174
ui_items.cpp
WerWolv_ImHex/plugins/builtin/source/content/ui_items.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/imhex_api.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/task_manager.hpp> #include <hex/ui/view.hpp> #include <hex/helpers/utils.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/logger.hpp> #include <hex/helpers/debugging.hpp> #in...
23,727
C++
.cpp
417
39.043165
313
0.539827
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
175
themes.cpp
WerWolv_ImHex/plugins/builtin/source/content/themes.cpp
#include <hex/api/theme_manager.hpp> #include <hex/api/event_manager.hpp> #include <hex/ui/imgui_imhex_extensions.h> #include <hex/helpers/default_paths.hpp> #include <imgui.h> #include <imgui_internal.h> #include <implot.h> #include <imnodes.h> #include <TextEditor.h> #include <romfs/romfs.hpp> #include <wolv/io/fi...
28,200
C++
.cpp
352
60.71875
121
0.412947
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
176
background_services.cpp
WerWolv_ImHex/plugins/builtin/source/content/background_services.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/event_manager.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/default_paths.hpp> #include <hex/helpers/logger.hpp> #include <hex/providers/provider.hpp> #include ...
4,972
C++
.cpp
93
39.311828
183
0.566804
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
177
recent.cpp
WerWolv_ImHex/plugins/builtin/source/content/recent.cpp
#include <imgui.h> #include <imgui_internal.h> #include <hex/api/event_manager.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/api/task_manager.hpp> #include <hex/providers/provider.hpp> #include <hex/helpers/default_paths.hpp> #include <hex/helpers/fmt.hpp> #inc...
15,336
C++
.cpp
304
32.404605
167
0.493102
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
178
out_of_box_experience.cpp
WerWolv_ImHex/plugins/builtin/source/content/out_of_box_experience.cpp
#include <imgui.h> #include <imgui_internal.h> #include <fonts/codicons_font.h> #include <hex/ui/imgui_imhex_extensions.h> #include <hex/api/content_registry.hpp> #include <hex/api/event_manager.hpp> #include <hex/api/task_manager.hpp> #include <hex/api/theme_manager.hpp> #include <hex/api/tutorial_manager.hpp> #inclu...
23,322
C++
.cpp
364
39.398352
204
0.475201
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
179
command_palette_commands.cpp
WerWolv_ImHex/plugins/builtin/source/content/command_palette_commands.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/imhex_api.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/shortcut_manager.hpp> #include <hex/helpers/utils.hpp> #include <hex/helpers/fmt.hpp> #include <hex/providers/provider.hpp> #include <wolv/math_eval/math_evaluator.hpp> #include <wol...
17,395
C++
.cpp
301
37.488372
272
0.476414
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
180
workspaces.cpp
WerWolv_ImHex/plugins/builtin/source/content/workspaces.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/task_manager.hpp> #include <hex/api/workspace_manager.hpp> #include <hex/helpers/fs.hpp> namespace hex::plugin::builtin { void loadWorkspaces() { WorkspaceManager::reload(); auto currentWorkspace = ContentRegistry::Settings::read<std::str...
550
C++
.cpp
13
36.923077
165
0.718045
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
181
communication_interface.cpp
WerWolv_ImHex/plugins/builtin/source/content/communication_interface.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/event_manager.hpp> #include <nlohmann/json.hpp> namespace hex::plugin::builtin { void registerNetworkEndpoints() { ContentRegistry::CommunicationInterface::registerNetworkEndpoint("pattern_editor/set_code", [](const nlohmann::json &data) -> nlohma...
1,227
C++
.cpp
25
38.72
150
0.61745
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
182
report_generators.cpp
WerWolv_ImHex/plugins/builtin/source/content/report_generators.cpp
#include <hex/api/content_registry.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/utils.hpp> #include <hex/providers/provider.hpp> namespace hex::plugin::builtin { namespace { } void registerReportGenerators() { // Generate provider data description report ContentRegistry::Re...
1,562
C++
.cpp
36
32.75
144
0.540702
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
183
minimap_visualizers.cpp
WerWolv_ImHex/plugins/builtin/source/content/minimap_visualizers.cpp
#include <hex/api/content_registry.hpp> #include <imgui.h> #include <imgui_internal.h> #include <hex/api/imhex_api.hpp> #include <hex/ui/imgui_imhex_extensions.h> #include <hex/helpers/utils.hpp> #include <pl/patterns/pattern.hpp> #include <wolv/utils/lock.hpp> #include <wolv/utils/string.hpp> namespace hex::plugi...
5,640
C++
.cpp
110
37.354545
140
0.548955
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
184
global_actions.cpp
WerWolv_ImHex/plugins/builtin/source/content/global_actions.cpp
#include <content/global_actions.hpp> #include <hex/ui/view.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/helpers/logger.hpp> #include <toasts/toast_notification.hpp> #include <wolv/utils/string.hpp> namespace hex::plugin::builtin { void openProject() { fs::openFileBrowser(fs::DialogMo...
1,755
C++
.cpp
42
26.095238
147
0.465376
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
185
pl_builtin_functions.cpp
WerWolv_ImHex/plugins/builtin/source/content/pl_builtin_functions.cpp
#include <hex/api/imhex_api.hpp> #include <hex/api/content_registry.hpp> #include <hex/providers/provider.hpp> #include <hex/helpers/http_requests.hpp> #include <pl/core/token.hpp> #include <pl/core/evaluator.hpp> #include <content/helpers/demangle.hpp> #include <pl/patterns/pattern.hpp> namespace hex::plugin::buil...
3,761
C++
.cpp
70
40.728571
189
0.574584
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
186
achievements.cpp
WerWolv_ImHex/plugins/builtin/source/content/achievements.cpp
#include <hex/api/achievement_manager.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/api/event_manager.hpp> #include <hex/helpers/crypto.hpp> #include <toasts/toast_notification.hpp> #include <popups/popup_notification.hpp> #include <popups/popup_text_input.hpp> #include <nlohmann/json.hpp> #include ...
20,273
C++
.cpp
277
52.458484
192
0.590355
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
187
visual_nodes.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_processor_nodes/visual_nodes.cpp
#include <imgui_internal.h> #include <hex/api/content_registry.hpp> #include <hex/helpers/utils.hpp> #include <hex/data_processor/node.hpp> #include <hex/ui/imgui_imhex_extensions.h> namespace hex::plugin::builtin { class NodeDisplayInteger : public dp::Node { public: NodeDisplayInteger() : Node("hex....
7,412
C++
.cpp
153
34.620915
190
0.52375
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
188
other_nodes.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_processor_nodes/other_nodes.cpp
#include <hex/api/imhex_api.hpp> #include <hex/api/content_registry.hpp> #include <hex/api/achievement_manager.hpp> #include <hex/api/event_manager.hpp> #include <hex/providers/provider.hpp> #include <hex/data_processor/node.hpp> #include <hex/helpers/utils.hpp> #include <wolv/utils/core.hpp> #include <content/helpe...
22,662
C++
.cpp
361
51.742382
538
0.630594
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
189
basic_nodes.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_processor_nodes/basic_nodes.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/localization_manager.hpp> #include <hex/helpers/utils.hpp> #include <hex/ui/imgui_imhex_extensions.h> #include <hex/data_processor/node.hpp> #include <wolv/utils/core.hpp> #include <nlohmann/json.hpp> #include <imgui.h> #include <fonts/codicons_font.h> #inclu...
8,741
C++
.cpp
186
36.456989
158
0.586893
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
190
math_nodes.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_processor_nodes/math_nodes.cpp
#include <hex/api/content_registry.hpp> #include <hex/data_processor/node.hpp> #include <numeric> #include <algorithm> #include <cmath> namespace hex::plugin::builtin { class NodeArithmeticAdd : public dp::Node { public: NodeArithmeticAdd() : Node("hex.builtin.nodes.arithmetic.add.header", { dp::Attr...
8,728
C++
.cpp
123
61.447154
414
0.669394
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
191
control_nodes.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_processor_nodes/control_nodes.cpp
#include <hex/api/content_registry.hpp> #include <hex/data_processor/node.hpp> namespace hex::plugin::builtin { class NodeIf : public dp::Node { public: NodeIf() : Node("hex.builtin.nodes.control_flow.if.header", { dp::Attribute(dp::Attribute::IOType::In, dp::Attribute::Type::In...
8,485
C++
.cpp
130
50.569231
167
0.592504
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
192
decode_nodes.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_processor_nodes/decode_nodes.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/localization_manager.hpp> #include <hex/helpers/utils.hpp> #include <hex/helpers/crypto.hpp> #include <hex/data_processor/node.hpp> #include <nlohmann/json.hpp> namespace hex::plugin::builtin { class NodeCryptoAESDecrypt : public dp::Node { public: ...
5,363
C++
.cpp
93
44.795699
299
0.574155
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
193
logic_nodes.cpp
WerWolv_ImHex/plugins/builtin/source/content/data_processor_nodes/logic_nodes.cpp
#include <hex/api/content_registry.hpp> #include <hex/data_processor/node.hpp> #include <ranges> namespace hex::plugin::builtin { class NodeBitwiseNOT : public dp::Node { public: NodeBitwiseNOT() : Node("hex.builtin.nodes.bitwise.not.header", { dp::Attribute(dp::Attribute::IOType::In, dp::Attribute::...
8,520
C++
.cpp
135
51.607407
400
0.612737
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
194
hex_viewer.cpp
WerWolv_ImHex/plugins/builtin/source/content/pl_visualizers/hex_viewer.cpp
#include <hex/helpers/utils.hpp> #include <hex/providers/memory_provider.hpp> #include <imgui.h> #include <pl/pattern_language.hpp> #include <pl/patterns/pattern.hpp> #include <hex/ui/imgui_imhex_extensions.h> #include <ui/hex_editor.hpp> namespace hex::plugin::builtin { void drawHexVisualizer(pl::ptrn::Patte...
1,182
C++
.cpp
30
30.533333
144
0.616667
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
195
chunk_entropy.cpp
WerWolv_ImHex/plugins/builtin/source/content/pl_visualizers/chunk_entropy.cpp
#include <implot.h> #include <imgui.h> #include <content/helpers/diagrams.hpp> #include <hex/ui/imgui_imhex_extensions.h> #include <pl/patterns/pattern.hpp> namespace hex::plugin::builtin { void drawChunkBasedEntropyVisualizer(pl::ptrn::Pattern &, bool shouldReset, std::span<const pl::core::Token::Literal> argu...
821
C++
.cpp
19
36.631579
134
0.688442
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
196
intel_hex_provider.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers/intel_hex_provider.cpp
#include "content/providers/intel_hex_provider.hpp" #include <cstring> #include <hex/api/localization_manager.hpp> #include <hex/helpers/utils.hpp> #include <hex/helpers/fmt.hpp> #include <nlohmann/json.hpp> #include <wolv/io/file.hpp> #include <wolv/utils/expected.hpp> #include <wolv/utils/string.hpp> namespace h...
10,197
C++
.cpp
228
29.868421
138
0.494446
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
197
view_provider.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers/view_provider.cpp
#include <content/providers/view_provider.hpp> #include <hex/helpers/fmt.hpp> #include <hex/api/event_manager.hpp> #include <popups/popup_text_input.hpp> #include <nlohmann/json.hpp> namespace hex::plugin::builtin { [[nodiscard]] bool ViewProvider::isAvailable() const { if (m_provider == nullptr) ...
5,210
C++
.cpp
141
28.730496
133
0.601868
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
198
gdb_provider.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers/gdb_provider.cpp
#include "content/providers/gdb_provider.hpp" #include <cstring> #include <thread> #include <chrono> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <hex/helpers/fmt.hpp> #include <hex/helpers/crypto.hpp> #include <hex/api/localization_manager.hpp> #include <nlohmann/json.hpp> namespace hex:...
10,212
C++
.cpp
242
30.004132
137
0.533968
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
199
file_provider.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers/file_provider.cpp
#include "content/providers/file_provider.hpp" #include "content/providers/memory_file_provider.hpp" #include <hex/api/content_registry.hpp> #include <hex/api/imhex_api.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/project_file_manager.hpp> #include <hex/api/task_manager.hpp> #include <popups/pop...
12,651
C++
.cpp
302
31.827815
167
0.583986
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
200
disk_provider.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers/disk_provider.cpp
#if !defined(OS_WEB) #include "content/providers/disk_provider.hpp" #include <hex/api/localization_manager.hpp> #include <hex/helpers/logger.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/utils.hpp> #include <hex/ui/imgui_imhex_extensions.h> #include <wolv/utils/string.hpp> #include <bitset> #include <...
18,005
C++
.cpp
411
31.647202
212
0.561262
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
201
motorola_srec_provider.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers/motorola_srec_provider.cpp
#include "content/providers/motorola_srec_provider.hpp" #include <hex/api/localization_manager.hpp> #include <hex/helpers/utils.hpp> #include <hex/helpers/fmt.hpp> #include <wolv/io/file.hpp> #include <wolv/io/fs.hpp> #include <wolv/utils/expected.hpp> #include <wolv/utils/string.hpp> namespace hex::plugin::builtin...
8,615
C++
.cpp
201
25.78607
138
0.444484
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
202
base64_provider.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers/base64_provider.cpp
#include <content/providers/base64_provider.hpp> #include <hex/helpers/crypto.hpp> #include <hex/helpers/utils.hpp> namespace hex::plugin::builtin { void Base64Provider::readRaw(u64 offset, void *buffer, size_t size) { const u64 base64Offset = 4 * (offset / 3); const u64 base64Size = std::min<u64...
2,189
C++
.cpp
46
39.565217
112
0.625235
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
203
process_memory_provider.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers/process_memory_provider.cpp
#if defined(OS_WINDOWS) || defined(OS_MACOS) || (defined(OS_LINUX) && !defined(OS_FREEBSD)) #include <content/providers/process_memory_provider.hpp> #if defined(OS_WINDOWS) #include <windows.h> #include <psapi.h> #include <shellapi.h> #elif defined(OS_MACOS) #include <mach/mach_types.h> #include <...
21,174
C++
.cpp
393
37.282443
216
0.533443
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
204
memory_file_provider.cpp
WerWolv_ImHex/plugins/builtin/source/content/providers/memory_file_provider.cpp
#include "content/providers/memory_file_provider.hpp" #include "content/providers/file_provider.hpp" #include <popups/popup_text_input.hpp> #include <cstring> #include <hex/api/imhex_api.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/event_manager.hpp> #include <wolv/io/file.hpp> #include <nlohm...
3,740
C++
.cpp
88
33.306818
133
0.604195
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
205
demangler.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/demangler.cpp
#include <hex/helpers/utils.hpp> #include <hex/api/localization_manager.hpp> #include <content/helpers/demangle.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <TextEditor.h> namespace hex::plugin::builtin { void drawDemangler() { static std::string mangledName, demangledNam...
2,171
C++
.cpp
47
35.914894
130
0.640417
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
206
base_converter.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/base_converter.cpp
#include <hex/helpers/utils.hpp> #include <hex/helpers/fmt.hpp> #include <hex/api/localization_manager.hpp> #include <hex/ui/imgui_imhex_extensions.h> #include <fonts/codicons_font.h> namespace hex::plugin::builtin { void drawBaseConverter() { static std::array<std::string, 4> buffers; static a...
1,827
C++
.cpp
41
32.170732
117
0.553239
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
207
perms_calc.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/perms_calc.cpp
#include <hex/helpers/fmt.hpp> #include <hex/api/localization_manager.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> namespace hex::plugin::builtin { void drawPermissionsCalculator() { static bool setuid, setgid, sticky; static bool r[3], w[3], x[3]; ImGuiExt::Header(...
2,424
C++
.cpp
48
39.583333
114
0.571186
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
208
tcp_client_server.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/tcp_client_server.cpp
#include <hex/api/localization_manager.hpp> #include <hex/helpers/utils.hpp> #include <wolv/net/socket_client.hpp> #include <wolv/net/socket_server.hpp> #include <fonts/codicons_font.h> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <jthread.hpp> #include <string> #include <vector> namespace ...
7,804
C++
.cpp
155
30.412903
155
0.472405
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
209
ascii_table.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/ascii_table.cpp
#include <hex/helpers/utils.hpp> #include <hex/api/localization_manager.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> namespace hex::plugin::builtin { void drawASCIITable() { static bool asciiTableShowOctal = false; ImGui::BeginTable("##asciitable", 4); ImGui::Table...
1,828
C++
.cpp
41
33.02439
165
0.575706
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
210
file_tool_splitter.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/file_tool_splitter.cpp
#include <hex/helpers/http_requests.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/literals.hpp> #include <hex/helpers/fs.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/task_manager.hpp> #include <algorithm> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <toasts...
6,186
C++
.cpp
122
34.319672
173
0.522603
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
211
regex_replacer.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/regex_replacer.cpp
#include <hex/helpers/http_requests.hpp> #include <hex/helpers/utils.hpp> #include <hex/api/localization_manager.hpp> #include <boost/regex.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <fonts/codicons_font.h> namespace hex::plugin::builtin { void drawRegexReplacer() { sta...
1,386
C++
.cpp
27
44.037037
168
0.694589
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
212
http_requests.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/http_requests.cpp
#include <hex/api/localization_manager.hpp> #include <imgui.h> #include <TextEditor.h> #include <hex/ui/imgui_imhex_extensions.h> #include <hex/helpers/http_requests.hpp> #include <hex/helpers/utils.hpp> #include <chrono> #include <fonts/codicons_font.h> namespace hex::plugin::builtin { using namespace std::li...
6,192
C++
.cpp
120
36.591667
204
0.563049
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
213
multiplication_decoder.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/multiplication_decoder.cpp
#include <hex/helpers/utils.hpp> #include <hex/api/localization_manager.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> namespace hex::plugin::builtin { void drawInvariantMultiplicationDecoder() { static u64 divisor = 1; static u64 multiplier = 1; static u64 numBits = 3...
2,231
C++
.cpp
47
34.234043
133
0.546335
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
214
file_tool_shredder.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/file_tool_shredder.cpp
#include <hex/helpers/fs.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/task_manager.hpp> #include <algorithm> #include <random> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <toasts/toast_notification.hpp> #include <wolv/io/file.hpp> #include <wolv/utils/guards.hpp> na...
6,108
C++
.cpp
119
27.731092
167
0.38941
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
215
file_tool_combiner.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/file_tool_combiner.cpp
#include <hex/helpers/http_requests.hpp> #include <hex/helpers/fmt.hpp> #include <hex/helpers/fs.hpp> #include <hex/api/localization_manager.hpp> #include <hex/api/task_manager.hpp> #include <algorithm> #include <random> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <toasts/toast_notificatio...
5,948
C++
.cpp
126
30.992063
155
0.504054
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
216
ieee_decoder.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/ieee_decoder.cpp
#include <hex/api/content_registry.hpp> #include <hex/api/localization_manager.hpp> #include <hex/helpers/utils.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> namespace hex::plugin::builtin { // Tool for converting between different number formats. // There are three places where input ca...
31,877
C++
.cpp
580
39.748276
208
0.578375
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
217
graphing_calc.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/graphing_calc.cpp
#include <hex/helpers/http_requests.hpp> #include <wolv/math_eval/math_evaluator.hpp> #include <imgui.h> #include <implot.h> #include <hex/ui/imgui_imhex_extensions.h> #include <fonts/codicons_font.h> namespace hex::plugin::builtin { void drawGraphingCalculator() { static std::array<long double, 1000> ...
2,428
C++
.cpp
50
37.1
192
0.569309
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
218
byte_swapper.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/byte_swapper.cpp
#include <hex/api/localization_manager.hpp> #include <algorithm> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <fonts/codicons_font.h> namespace hex::plugin::builtin { void drawByteSwapper() { static std::string input, buffer, output; if (ImGuiExt::InputTextIcon("hex.b...
1,100
C++
.cpp
24
37.25
139
0.626642
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
219
math_eval.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/math_eval.cpp
#include <hex/api/localization_manager.hpp> #include <hex/api/imhex_api.hpp> #include <hex/providers/provider.hpp> #include <hex/helpers/utils.hpp> #include <wolv/math_eval/math_evaluator.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <fonts/codicons_font.h> #include <vector> #include <s...
14,016
C++
.cpp
284
32.757042
159
0.500804
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
220
euclidean_alg.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/euclidean_alg.cpp
#include <hex/api/localization_manager.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <fonts/codicons_font.h> #include <numeric> namespace hex::plugin::builtin { void drawEuclidianAlgorithm() { static u64 a, b; static i64 gcdResult = 0; static i64 lcmResult ...
2,880
C++
.cpp
62
33.758065
161
0.519871
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
221
color_picker.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/color_picker.cpp
#include <hex/helpers/utils.hpp> #include <hex/helpers/fmt.hpp> #include <hex/api/localization_manager.hpp> #include <imgui.h> #include <hex/ui/imgui_imhex_extensions.h> #include <nlohmann/json.hpp> #include <romfs/romfs.hpp> namespace hex::plugin::builtin { void drawColorPicker() { static std::array<f...
10,566
C++
.cpp
171
42.532164
318
0.514747
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
222
file_uploader.cpp
WerWolv_ImHex/plugins/builtin/source/content/tools/file_uploader.cpp
namespace hex::plugin::builtin { /*void drawFileUploader() { struct UploadedFile { std::string fileName, link, size; }; static HttpRequest request("POST", "https://api.anonfiles.com/upload"); static std::future<HttpRequest::Result<std::string>> uploadProcess; st...
3,813
C++
.cpp
76
35.026316
165
0.529048
WerWolv/ImHex
43,494
1,905
221
GPL-2.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false