-
when I use this lib to test with pe files. compared the reulst with python pefile.
this lib works wrong when I input windows xp sp3 "ntoskrnl.exe" x86 arch.
the export table function entry addr…
-
In the `DelayImportDirectory::read()` function (DelayImportDirectory.h), there is a suspicious arithmetic which possibly subtracts a 64-bit image base from a 32-bit value:
```
if (std::abs(static_c…
-
`fileinfo` crashes when computing the SHA-1 hash of a digital signature of the attached PE file.
## Input
Run
```
retdec-fileinfo FILE
```
where `FILE` is:
* [34722C26B5557979DE5B4DCAE01D…
-
Thank you for the tool.
I was trying to dump Assembly-CSharp.dll with your tool, but I have no idea how to find the right memory section.
Do you have an idea?
-
Where can I find a list of all PowerShell command lets and scripts? Not just the sample list?
Thanks,
Keith
-
I am using Bond.Core.4.0.2, Bond.CSharp.4.0.2 and Bond.Core.NET.3.0.63. I just realized that BOND CSharp compiler does the following type transformation:
BOND:
```
245: nullable PeHeader = nothing;
…
-
- How to get the fields of the structure below ?
- Are them in the decoded signed_data ?
for example, How to extract the "dwLength" fleld ?
# typedef struct _WIN_CERTIFICATE
# {
# …
-
I've just installed construct on `Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)] on win32`, that example is not working. Ie:
NameError: name 'ULInt16' is …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR31213](https://bugs.llvm.org/show_bug.cgi?id=31213) |
| Status | RESOLVED WONTFIX |
| Importance |…
-
Hi guys,
In new in the ASN1 parsing
I was trying to parse an example of ASN1 Definition. It the New Sim ASN1 definition. I found it at SIMAlliance.
This parsing raise some exception on the original …