Emerson Pinter

Results 44 comments of Emerson Pinter

Sorry for the delay... For the conversion I need to remove some variables, currently altMoney is one of them. I think with this simple change this is solved: https://github.com/epinter/tqrespec/commit/489cf806f7320f6a4ad48ff9d67de3623e274e75. I...

Fix included in [v0.14.0](https://github.com/epinter/tqrespec/releases/tag/v0.14.0)

I tested with two different binaries, happens with one and not with the other.

> Do you see what is different about the one it is happening on? The one which works fine is the executable from Skyrim Special Edition (SkyrimSE.exe), the binary that...

The bug seems to be introduced by https://github.com/NationalSecurityAgency/ghidra/commit/f657b11c1d64d5e66ca3ca71886af321de2e81f8

@dswitzer I was able to reproduce the truncated record in a test, which comes from [Record class line 117](https://github.com/dnsjava/dnsjava/blob/fbb6b097a7c78533fdcef0b640d15e665580826b/src/main/java/org/xbill/DNS/Record.java#L117). I think you already know, but just to document here, this...

> @epinter, > > It's been a few months since I dealt with this, so my memory is a little foggy on the details. > > I just know that...

Tested with more versions: 1.32.1, 1.32.2, 1.33.0, 1.33.2, 1.34.0, 1.35.2 ,1.35.3, 1.35.4 With versions **1.32.1** and **1.32.2** "Jump To" works fine. "Jump To" is buggy on versions 1.33.0 and above....

What method can be used to know if the sealer can be trusted ? I didn't see any in the ARCVerifier.

> > What method can be used to know if the sealer can be trusted ? I didn't see any in the ARCVerifier. > > The logic to validate previous...