ocran
ocran copied to clipboard
Turn ruby files into .exe files on windows (supported safe fork of ocran)
This commit relocates the ocran.rb command script from the bin directory to the exe directory, aligning with the standard structure for Ruby gems. Additionally, the encoding comment has been removed...
This pull request introduces a Ruby-based implementation of the previously C-based `edicon.exe`. Opting for a Ruby reimplement over fixing the existing C code will shorten the build times and make...
@Largo The implementation of stub.c had security issues, such as the use of `strcat` with fixed-length buffers, and the code complexity made it difficult to review partial fixes due to...
Most of the action happens in the ocran file. I think it would be nice to split this up, so it would be easier to understand. I think we can...
We are planning to make stub.c compilable with Cosmocc. This is a low-priority goal and part of a long-term plan. Most Ruby developers are not familiar with the Windows API,...
https://github.com/Largo/ocran/issues/13 > As a first step, can we first have code that will make a directory with the source code and the ruby binaries + dlls / dlyb / so...
Thanks a lot for this amazing software and keeping it alive! I am using is to build the executable of my open source ruby application and ship it for windows...
Hello. It doesn't work for me with TkRuby. Maybe someone knows how to make it work? ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x64-mingw-ucrt] tk (0.5.0) ocran (1.3.15) My file test_tk.rb `require...
RUBYOPT or the --rubyopt option in OCRAN is the only way to provide Ruby startup options for executables generated by OCRAN. In the future, supporting the -r and -I options...
## when setting an icon the exe gets an icon only i get an opcode error, without the icon it works just fine. When building a app like so on...