php-grf icon indicating copy to clipboard operation
php-grf copied to clipboard

This is a lib to allow PHP to read and write GRF (Gravity Ragnarok Files).

Results 1 php-grf issues
Sort by recently updated
recently updated
newest added

Needs to add the decrypt and decode methods for files. https://github.com/carloshenrq/grf/blob/master/includes/libgrf.h#L72-L77 ``` /* do not ask questions about that */ #define GRF_FLAG_FILE 1 #define GRF_FLAG_MIXCRYPT 2 #define GRF_FLAG_DES 4 /*...

complexity:2-moderate
severity:2-medium
priority:1-medium
type:0-new-feature
status:2-accepted