Giter Site home page Giter Site logo

010editor-stuff's People

Contributors

bitterbit avatar kkhaike avatar krnick avatar marnitto avatar reox avatar secmobi avatar strazzere avatar vit9696 avatar vlad902 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

010editor-stuff's Issues

DEX Template Warning

When trying to use the DEX Template, 010 Editor shows a popup dialog and I'm unable to actually click on any option in the dialog. Only option is to force-quit 010 Editor. This happens every time. I cannot share the actual dex files I need to examine but I figured I'd report the issue anyways. Attached is a screenshot of the dialog.

Screen Shot 2012-12-13 at 2 36 07 PM

Mach-O template Section64 "offset" type should be uint32

In the Mach-O template, the structure Section64 has an uint64 "offset" field:
https://github.com/strazzere/010Editor-stuff/blob/master/Templates/MachOTemplate.bt#L744

This Section64 is defined exactly the same with "section_64" in XNU header file:
https://opensource.apple.com/source/xnu/xnu-3248.60.10/EXTERNAL_HEADERS/mach-o/loader.h

However, in macOS's /usr/include/mach-o/loader.h, the section_64 was defined in a different way that "offset" is uint32_t. And there are three reserved fields appending other than two. LLVM project has the same definition:
http://llvm.org/docs/doxygen/html/Support_2MachO_8h_source.html

The MachOView used uint32_t for the field. Besides, I tried some real world samples, uint32 should be correct. By current uint64 template, __TEXT.__text's flag will be 0 and number of relocations will be a unreasonable huge number.

Bug in attribute_type enum

Email from user;

Thank you for your 010Editor templates.It's very usefull!!
I think there is an error in 'axml template.bt'.
STRING_TYPE = 0x10000008,INT_TYPE = 0x03000008.
There is a picture for you to check if it's wrong.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.