redballoonsecurity / ofrak

OFRAK: unpack, modify, and repack binaries.
https://ofrak.com
Other
1.85k stars 127 forks source link

Documentation about Resource Dependency Tracking out of date #303

Open whyitfor opened 1 year ago

whyitfor commented 1 year ago

What is the problem? (Here is where you provide a complete Traceback.) Documentation for resource dependency tracking is out of date: https://ofrak.com/docs/user-guide/key-concepts/resource.html#resource-dependency-tracking

If you've discovered it, what is the root cause of the problem? AbstractComponent._create_dependencies no longer exists. Neither does AbstractHLPatcherComponent._invalidate_dependencies

How often does the issue happen?

What are the steps to reproduce the issue? Ideally, give us a short script that reproduces the issue.

How would you implement this fix? Documentation should be updated to discus the DependencyHandler instead.