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

Write some sample plugins and document common pitfalls #49

Open
1 of 3 tasks
yifanlu opened this issue Nov 26, 2016 · 0 comments
Open
1 of 3 tasks

Write some sample plugins and document common pitfalls #49

yifanlu opened this issue Nov 26, 2016 · 0 comments

Comments

@yifanlu
Copy link
Owner

yifanlu commented Nov 26, 2016

There's problems people run into. We should keep a list of problems and solutions.

  • Using newlib from plugins. Should use either SceLibc, sceClib* from SceLibKernel, or libk.
  • Using user imports from kernel mode.
  • Unsafe function usage in safe homebrew
  • Need for mod.size = sizeof(mod)

Also the following samples should be created

  • "Hello world" show FPS in game
  • Port amphetamin
  • Kernel module that exports user syscall/on demand loading
@yifanlu yifanlu changed the title Add a list of common mistakes Write some sample plugins Dec 18, 2016
@yifanlu yifanlu changed the title Write some sample plugins Write some sample plugins and document common pitfalls Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant