Andreas "PAX" Lück

Results 9 issues of Andreas "PAX" Lück

I'm using Java binding to invoke the disassembler. I have determined the following settings: ``` Capstone disassembler = new Capstone(cpuArchitecture, cpuMode); disassembler.setDetail(Capstone.CS_OPT_ON); ``` Capstone stops at following invalid instruction: ```...

I'm looking for ELF binary samples that contain following sections (especially the first two): - `SHT_SUNW_verdef` - `SHT_SUNW_verneed` - `SHT_SUNW_versym` I couldn't find such binaries so far. Do you have...

I'm trying to send very large messages (1 MB) but it doesn't succeed and aborts with an error: > % Delivery failed for message: Local: Message timed out It's hard...

Notepad++ x64 7.8.2 HexEdit Plugin 0.9.5 Windows 10 If I perform selections then I can see that the status bar with column/row/selected bytes information gets refreshed, but finally overridden with...

bug

Currently, dom4j keeps the order of element attributes as they are. In some cases this may be the desired behavior. In other cases, a name ordering of attributes is required....

enhancement

This behavior is optional.

enhancement

``org.dom4j.io.XMLWriter.writeDeclaration()`` ignores the ``standalone`` attribute of the XML header from the input XML. The beautified XML result misses this attribute (even if it was in input XML). ``` static String...

Unfortunately, I cannot give you any source code examples and this bug doesn't occur permanently. We have several JToggleButtons in our dialog. Initially, they are all selected. In our FEST...

``SpellingParser.parse(RSyntaxDocument, String)`` seems to do spelling check an whole document, again, after every change. This isn't performant for big documents. Ideally, this method gets additional information about concerned areas that...