rammy22

Results 11 issues of rammy22

Hi, ```python >>> camel2under('NSDecimalCompact') 'ns_decimal_compact' >>> camel2under('NSDecimalToUInt') 'ns_decimal_to_u_int' -> Expected: ns_decimal_to_uint ``` What do you think?

In lief 0.8.3 an out of bound read no longer causes an `macho_lief_read_out_of_bound` to be raised. **Any way to bring this back or getting a flag that indicates this?** Note:...

Both load commands and segments have an associated data field with the underlying raw data. Why not expose one for the section, that would have the underlying raw data used...

enhancement
MachO
Nice to have
API
Priority Low

Sha256 - `140e49dace67e7635f4ea70b13ed683571acd625b9bbb954c5b468f225baba595` I had to kill the python process as memory seemed to grow out of control.

Would you be able to add a method that parses a MachO file from a data buffer, besides a file? That would be helpful, thanks!

enhancement

Repro sha256: - 9b5f919b4408fe68baee60cd0dbaa40fa2a6bb3a3eeab9d8b3a415534146ea3c error when converting 'modified time' field. AS per VT this should be "1998:01:21 02:22:00" - 1f93173db2a25a05197d0944f732e6f83ddbf8f613a488c18d5bd7cdff194c8e error when converting 'create time' field. As per VT this...

bug
major

Thank you for the work on this project. Just as you do for Core Properties, is it possible to add support for: - Extended Properties http://schemas.openxmlformats.org/officedocument/2006/relationships/extended-properties - Extended Properties http://schemas.openxmlformats.org/officedocument/2006/relationships/custom-properties...

Hi, In my opinion there are 2 flaws with extracting self.type, self.is_macro_enabled, self.is_template from the extension: - when running the tool on malicious files, one usually keeps the document names...

I find the json representation quite useful. Is is possible to add the Core Properties in there as well? Also, if you fix issue #10 would be great if you...

Would you have any time soon to add support for parsing classes: https://github.com/PiotrDabkowski/pyjsparser/blob/master/pyjsparser/parser.py#L2798 Unfortunately I hit this issue as soon as i gave it a try :( Thanks!