koolkdev

Results 17 comments of koolkdev

what do you mean? rewrite what?

Hey, it seems that you use an old version of clang (as it doesn't support bit_width/popcount), but sadly even the new versions of clang are missing some of C++20 features...

> Hi! When checking out commit `f0256259a8f396e234543e7615c42fe4836b486f` in git submodule [wfslib](https://github.com/koolkdev/wfslib) I get the following error: > > > > ``` > Preset CMake variables: > > CMAKE_MODULE_PATH="/Users/benoror/code/benoror/wfs-tools/cmake" > CMAKE_TOOLCHAIN_FILE:FILEPATH="/Users/benoror/code/benoror/wfs-tools/vcpkg/scripts/buildsystems/vcpkg.cmake"...

closing as it can be built on mac

Hey, I need some more information for checking this out. Are you referring to CAT-DEV or CAT-R device? Can you provider me privately a sample of otp.bin and the first...

If someone can send me a sample over discord @.eyekey that would be great.

Can you post the command line that you are using?

Your best option right now is to create the save file first thru the game, transfer it to your newly formatted disk, and than inject the old save. Creating files...

The encryption is done per block basis. And it is based on context (block size, offset from area start, etc..). So in order such feature 100% of the file system...

The tool can't increase the size that is allocated to the file because it will require allocating new blocks. The research is done and now I am working on implementing...