Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename kernel hash function names #399

Open
d3m3vilurr opened this issue Feb 18, 2019 · 0 comments
Open

Rename kernel hash function names #399

d3m3vilurr opened this issue Feb 18, 2019 · 0 comments

Comments

@d3m3vilurr
Copy link
Contributor

split from #393

motivation:
we have/found multiple kernel hash functions, but some functions communicated via encdec_w_portability_sm.self, another cases didn't.

original kernel nids are these 3 cases

  1. don't have postfix
  2. WithPortability
  3. NP / WithKeygen

NP means no portability so that would change to WithoutPortability to match WithPortability
(but if we can write header definitions, it doesn't need. we can explain that meaning in document)

so we need to choose one(or two) of options;

  1. just remain current code; we can handle it in documentation in future
  2. remove WithPortability (or replace something)
  3. replace WithoutPortability instead NP/WithKeygen

ref: https://wiki.henkaku.xyz/vita/SceSblSsMgr

PS. please don't talk about ForDriver, ForKernel postfix anymore. we don't accept that since 2016 (#99) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant