This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ParkanPlayground
Watch
0
Fork
0
You've already forked ParkanPlayground
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2025-05-19 03:41:18 +03:00
Code
Issues
Releases
Activity
ParkanPlayground
/
X86DisassemblerTests
History
bird_egop
fa1a7f582c
Added support for far call instructions and PUSH imm16. Fixed invalid test cases in call_tests.csv and or_tests.csv
2025-04-16 21:44:02 +03:00
..
InstructionTests
Fixed several instruction handling issues: 1) Added proper handling for zero displacements in memory operands, 2) Fixed large unsigned displacement values display, 3) Added CmpEaxImmHandler for CMP EAX, imm32 instruction, 4) Fixed JP and JNP conditional jump instruction types
2025-04-16 19:43:03 +03:00
TestData
Added support for far call instructions and PUSH imm16. Fixed invalid test cases in call_tests.csv and or_tests.csv
2025-04-16 21:44:02 +03:00
CsvJsonConverter.cs
Update TestDataProvider to use CSV files directly from filesystem instead of embedded resources
2025-04-15 23:21:52 +03:00
RawFromFileDisassemblyTests.cs
add tons of tests
2025-04-15 22:20:46 +03:00
TestDataProvider.cs
Update TestDataProvider to use CSV files directly from filesystem instead of embedded resources
2025-04-15 23:21:52 +03:00
TestFromFileEntry.cs
add tons of tests
2025-04-15 22:20:46 +03:00
X86DisassemblerTests.csproj
Update TestDataProvider to use CSV files directly from filesystem instead of embedded resources
2025-04-15 23:21:52 +03:00