Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - OsirisX

Pages: [1]
1
Reverse Engineering / Re: armlibgen usage with emd file
« on: February 09, 2021, 12:18:51 AM »
I've created a small script to generate emd files from a given YAML formatted library list.
https://gist.github.com/OsirizX/1f54a3f32bb343f96b715d25257cc352

For example you can pass in db.yml and it will generate emd files for each module definition.
Code: [Select]
python vita-emd-gen.py db.yml
armlibgen can then be used to create the stub libs for which you can link with the official sdk.
Code: [Select]
armlibgen libSceShaccCg.emd -s

Pages: [1]