We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84652c commit 2d05c52Copy full SHA for 2d05c52
ttyd-tools/elf2rel/elf2rel.cpp
@@ -253,7 +253,7 @@ int main(int argc, char **argv)
253
std::copy(sectionInfoBuffer.begin(), sectionInfoBuffer.end(), outputBuffer.begin() + sectionInfoOffset);
254
255
// #todo-elf2rel: Make this accessible via program options, configured for TTYD right now
256
- int moduleID = 30;
+ int moduleID = 33;
257
258
// Find all relocations
259
struct Relocation
0 commit comments