Michał Praszmo
Michał Praszmo
sha2: 873aebfc8144b270b1f525f79080485429dc9ea9164ca46c39937bc33031f7b7 145078c3c1f0b7fbc5f760a9afad611f383b7b1ca34a7741357ce47814df9b2a ``` File "/usr/local/lib/python3.9/site-packages/autoit_ripper/autoit_unpack.py", line 206, in extract return unpack_ea06(data) File "/usr/local/lib/python3.9/site-packages/autoit_ripper/autoit_unpack.py", line 190, in unpack_ea06 parsed_data = parse_all(stream, AutoItVersion.EA06) File "/usr/local/lib/python3.9/site-packages/autoit_ripper/autoit_unpack.py", line 142, in parse_all return list(...
Using python works fine for single files but gets kinda slow for large file batches
It would allow us to better track down bugs where all resources aren't cleaned up correctly (like in #158) Seems like the only way of doing it is to call...
**Feature Category** - [ ] Correctness - [x] User Interface / User Experience - [ ] Performance - [ ] Other (please explain) **Describe the problem** Comments sections is a...
Addresses #109
Since the information about bitness is not currently kept in procmem objects, we'd need to add it and then detect it in procmempes constructor
In some cases, we don't actually know how many instruction we want to get. Instead of passing a `VERY_LARGE_NUMBER` as the size/instruction count we could actually decode instructions one by...