Commit Graph

6 Commits

Author SHA1 Message Date
Rairii
0f6e7a5bcb lib: use single static cultureinfo instead of allocating every time 2025-04-11 12:28:50 +01:00
Rairii
82ddafd61e ifpslib: fix extended float for certain regions
ExtF80 always uses '.' for number decimal separator, ensure that english culture info is used to match it.
2025-04-06 19:47:12 +01:00
zc
6feeac38f7 Revert "libifps: allow reading invalid operands"
This reverts commit 58e78597e7.
2023-03-31 12:36:20 +01:00
zc
58e78597e7 libifps: allow reading invalid operands
this should allow disassembling some malware samples (etc)
2023-03-31 12:27:42 +01:00
zc
e16c00799d ifpscc: initial commit
libifpscc: initial commit
readme: document ifpscc/libifpscc
license: add credits for ifpscc/libifpscc (derived from code also MIT licensed)
libifps: make additional fields/types public for libifpscc
libifps: fix field documentation for some opcodes
libifps: fix loading functions that are not exported
libifps: allow saving a nonexistant primitive type if the same primitive type was added already
libifps: fix parsing Extended constants
libifps: fix ushort/short being mapped to the wrong types in one table
csproj: set Prefer32Bit=false for release builds
2023-03-28 17:24:19 +01:00
zc
9b71ef23ca Add project files. 2022-08-07 15:42:41 +01:00