-
Notifications
You must be signed in to change notification settings - Fork 398
Description
Hello. Not even do analyse
gdb --args ./XenonAnalyse/XenonAnalyse.exe ../default.xex output_jump_tables.toml
GNU gdb (GDB) 16.2
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
https://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./XenonAnalyse/XenonAnalyse.exe...
(gdb) run
Starting program: D:\projects\xenonrecomp\build\XenonAnalyse\XenonAnalyse.exe ../default.xex output_jump_tables.toml
[New Thread 16376.0x5294]
[New Thread 16376.0x5360]
[New Thread 16376.0x2d34]
Thread 1 received signal SIGSEGV, Segmentation fault.
0x00007ff6bc635585 in Xex2LoadImage(unsigned char const*, unsigned long long) ()
(gdb) bt
#0 0x00007ff6bc635585 in Xex2LoadImage(unsigned char const*, unsigned long long) ()
#1 0x00007ff6bc634e68 in Image::ParseImage(unsigned char const*, unsigned long long) ()
#2 0x00007ff6bc632144 in main ()