0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 16:18:37 +03:00
This commit is contained in:
bird_egop
2025-04-12 23:40:48 +03:00
parent 3cc6d27e33
commit f658f4384c
9 changed files with 16 additions and 158 deletions

View File

@ -18,7 +18,7 @@ namespace X86Disassembler.X86.Handlers;
/// </summary>
public class InstructionHandlerFactory
{
private readonly List<IInstructionHandler> _handlers = new();
private readonly List<IInstructionHandler> _handlers = [];
private readonly byte[] _codeBuffer;
private readonly InstructionDecoder _decoder;
private readonly int _length;