696 Commits

Author SHA1 Message Date
hasherezade c18e939d7e [FEATURE] In Executable: added counts to enums 2026-06-03 06:22:20 -08:00
hasherezade 9221510838 [BUGFIX] Removed limit for resources to be parsed 2025-10-04 04:38:06 +02:00
hasherezade 9e87bdd8a6 [BUGFIX] Fixed validation of the forwarder name 2025-08-27 08:57:09 +02:00
hasherezade e2bfabf5d8 [VERSION] 0.6 v0.6 2025-04-25 14:58:11 -08:00
hasherezade a4c23fd47f [REFACT] In TlsDirWrapper: small cleanup 2025-04-25 14:27:18 +02:00
hasherezade fb4e13f0ef [BUGFIX] In TLS Wrapper: if the pointer to callbacks is 0, skip 2025-04-25 14:16:50 +02:00
hasherezade 05a0aa308a [REFACT] Use const pointers in PE checksum calculation 2025-04-23 18:06:13 -08:00
hasherezade 0c58116cbe Updated CMake version to 3.12 2025-04-22 20:16:12 +02:00
hasherezade 8c76d3d58b [REFACT] Cleanup of ByteBuffer initialization 2025-04-21 23:09:16 +02:00
hasherezade da7b804c71 [FEATURE] In ExeCommander: chanaged how wrapper size is displayed (no zero padding) 2025-04-21 21:07:17 +02:00
hasherezade 46a00afb27 [REFACT] Define bufisize_t as size_t. Check max size before resizing 2025-04-21 08:00:12 -08:00
hasherezade 2d294442c5 [FEATURE] Added masking values to DWORD 2025-04-21 07:41:18 -08:00
hasherezade 39e57bedb5 [BUGFIX] Define LLONG_MAX as an upper bound of FileSize 2025-04-21 07:29:11 -08:00
hasherezade c0fec05425 [BUGFIX] In FileBuffer: fixed uninitialized variable 2025-04-21 07:07:31 -08:00
hasherezade e90f478390 [BUGFIX] In ByteBuffer: clean up constructors 2025-04-21 07:06:09 -08:00
hasherezade 828e6268d2 [REFACT] In ByteBuffer: removed releasable interface 2025-04-21 05:47:36 -08:00
hasherezade a3da5faf13 [REFACT] In ByteBuffer: simplified constructor 2025-04-20 20:13:52 -08:00
hasherezade cf42205f9e [REFACT] Removed debug strings 2025-04-20 19:36:32 -08:00
hasherezade f016343a72 Updated CMake version 2025-04-20 19:24:57 -08:00
hasherezade 727713f3a4 Merge branch 'buf_refact' 2025-04-20 19:17:26 -08:00
hasherezade 60c435b27c [FEATURE] In ByteBuffer: added reference counter 2025-04-20 17:01:55 -08:00
hasherezade 9684d8fc76 [REFACT] Cleaned exception 2025-04-20 15:31:06 -08:00
hasherezade ae104aba70 [BUGFIX] In QString::fromUtf16 : added missing cast 2025-04-20 15:13:24 -08:00
hasherezade c0ac0f63a7 Merge branch 'use_realloc' 2025-04-20 14:56:54 -08:00
hasherezade a610f3b7f2 [NOBIN] Enabled multi-processor compilation 2025-04-20 14:56:00 -08:00
hasherezade ca0b84bd00 [REFACT] Cleanup types. Add explicit cast 2025-04-20 14:55:05 -08:00
hasherezade d0ba121dec [REFACT] Resize buffer using realloc 2025-04-18 20:47:16 +02:00
hasherezade 7c9ab1056d [NOBIN] Updated LICENSE (year up) 2025-04-13 17:05:01 +02:00
hasherezade 425087c8e8 Update .appveyor.yml 2025-04-12 15:30:22 +02:00
hasherezade c1c91d8349 Update .appveyor.yml 2025-04-12 15:29:25 +02:00
hasherezade 938c89cf28 [FEATURE] Allow to get pointers to available wrappers 2025-04-12 15:18:52 +02:00
hasherezade 04460e7520 [VERSION] 0.5 v0.5 2024-08-29 21:12:03 +02:00
hasherezade 2ebea03a4d [NOBIN] Updated Appveyor config 2024-08-29 20:53:01 +02:00
hasherezade 49359dc751 [NOBIN] Updated README 2024-08-29 20:39:45 +02:00
hasherezade 013c90d1f2 [NOBIN] Updated README 2024-08-29 20:37:21 +02:00
hasherezade 4a3bf61190 [NOBIN] Cleanup in the build scripts 2024-08-29 20:36:30 +02:00
hasherezade 937cb36747 [NOBIN] Set build_qt5.sh as executable 2024-08-29 20:16:39 +02:00
hasherezade f3148ea545 [BUGFIX] Fixed recognizing forwarded functions 2024-08-19 22:45:19 +02:00
hasherezade 43534f6667 [BUGFIX] Fixed recognizing forwarded functions 2024-08-19 22:07:26 +02:00
hasherezade 9287f21afd [REFACT] Refactored fetching exception entry size 2024-07-15 22:04:15 +02:00
hasherezade 4d48ae5642 [BUGFIX] In ARM64 exceptions: change the interpretation of the XDATA field basing on the flag 2024-07-14 01:16:15 +02:00
hasherezade 238c96eb92 [FEATURE] Improved parsing Exceptions for ARM64 2024-07-13 19:35:32 +02:00
hasherezade ea5b09c97d [BUGFIX] Change interpretation of the exceptions table for ARM64 2024-07-13 18:02:25 +02:00
hasherezade 227518d602 [FEATURE] Allow to fetch architecture 2024-07-12 17:02:27 +02:00
hasherezade a29b22f8bd [REFACT] Cleanup. Removed redundant lines 2024-07-07 22:49:14 +02:00
hasherezade fc8adedf9a [REFACT] Changed the loop variable name: don't use the same name in the inner loop as in the outer loop 2024-07-07 22:36:17 +02:00
hasherezade 6a6f4d5161 [FEATURE] Print message if not all sections declared in the headers will be mapped 2024-07-07 22:31:20 +02:00
hasherezade e11ec8d16d [REFACT] Cleanup: use wrapperId from the superclass 2024-07-07 22:25:09 +02:00
hasherezade 72f6762313 [NOBIN] Updated autobuilder script 2024-07-07 22:22:17 +02:00
hasherezade dc6e4b90da [NOBIN] Updated gitignore 2024-07-07 22:16:49 +02:00