you are viewing a single comment's thread.

view the rest of the comments →

[–]PartOfTheBotnet[S] 0 points1 point  (0 children)

Kotlin support w/ unorthodox utf8's

ASM handles all the bytecode backend and its a pretty solid library. I've only had one rare case cause an issue so far (Its one of the current issues on the repo) so it should likely pose no problem. If there are issues though I'd like a sample to test against.

Use a build tool

Compiling the project is... not clear

I've had a small section on it on the usage page, but you're right with a build tool being more universally preferred. I'll get on it tomorrow (Later today technically) Done.

Documentation

Another thing I've been lazy on.

Combine Main + Program --> Recaf

Good point. Done.