-
Attachments aren't in the Knowledge Graph. There are lots of them. Even just knowing the types of attachments (pdf, csv, xlsx, docx) would be useful.
Attachments are among "assets", which are [st…
-
It is not written in a way that is general, readable, well-organized, or in some cases correct. For example:
- There are parts which rather pertain to LIME packing generally and not ILDG specifically…
-
Hey,
I cannot protect my files with using the compressor. This will produce this error:
[DEBUG] Encrypting modules...
[INFO] Protecting packer stub...
[DEBUG] Discovering plugins...
[INFO] Discove…
-
In several VB.NET projects I get the a resource not found error. There are some C# projects involved and no problem with them at all. Tried change every setting in the resource files without success. …
-
Hi,
I'm try to protect my console app file .EXE in NET CORE and I'm giving this error:
```
[INFO] ConfuserEx v1.0.0-custom Copyright (C) Ki 2014
[INFO] Running on Microsoft Windows NT 6.2.9200…
epi82 updated
5 years ago
-
A very basic attempt produced a serious virus error about password stealing. Windows defender.
See bottom of log, occured through packer. proj is very simple (and not by anyway an end product):
Wit…
-
Corporate proxy settings can be set with the below bash script:
#!/bin/bash
export REQUESTS_CA_BUNDLE=/home/$USER/cacert.pem
export http_proxy=http://***.***.***.**:8080
export https_proxy=https…
-
I would like to be able to display due dates on the cards using the tiddlywiki construct {{!!due-date}}, but I need to know the field name you are using for the due dates to make this work. I have tri…
-
`fileinfo` detects both UPX and MPRESS for the same PE binary file.
## Input
Run
```
$ retdec-fileinfo FILE
```
where `FILE` is:
* [`27AA4828D922898A79BA22A297C275132A562CFCD4A2CA37D9E3A567…
-
As per the [specs](https://github.com/FuelLabs/fuel-specs/blob/master/specs/protocol/tx_format.md), a transaction is invalid if `bytePrice != gasPrice * GAS_PER_BYTE`. We need to enforce this rule in …