Homebrew [Relase] Homebrew Source code to CIA!

Status
Not open for further replies.
Joined
May 29, 2019
Messages
10
Reaction score
6
Trophies
0
XP
100
I have created a program that will convert source code for homebrew to a CIA.

I would post a VirusTotal link but I am restricted because I'm a new member

Here is the source for the program (it's batch):
Code:
@echo off
for %%I in (.) do set cdnm=%%~nxI
echo Building CIA and 3DSX for: %cdnm%
make
%MYFILES%\cxitool %cdnm%.3dsx %cdnm%.cxi
%MYFILES%\makerom -f cia -o %cdnm%.cia -target t -i %cdnm%.cxi:0:0
if exist "App" del App /q
if not exist "App" mkdir App
if not exist "App\CIA\" mkdir App\CIA
if not exist "App\3DSX\" mkdir App\3DSX
move %cdnm%.cia App\CIA\
move %cdnm%.3dsx App\3DSX\
move %cdnm%.smdh App\3DSX\
del %cdnm%.cxi
del %cdnm%.elf

Screenshots:
I can't link to external images so I have attached each screenshot as a file, and I have blurred my desktop for privacy.


If you don't trust my download, then you can compile the batch into an EXE using any number of programs.
 

Attachments

  • 1.png
    1.png
    918.2 KB · Views: 240
  • 2.png
    2.png
    760.7 KB · Views: 210
  • 3.png
    3.png
    763.9 KB · Views: 223
  • 4.png
    4.png
    756.7 KB · Views: 224
  • 5.png
    5.png
    754.5 KB · Views: 206
  • BuildApp.zip
    BuildApp.zip
    1 MB · Views: 201
When you have a account made today with a age set stupidly high. It makes the validity of this seem off. Other than whats been said. What exactly is the point of this?
 
  • Like
Reactions: Deleted-481927
When you have a account made today with a age set stupidly high. It makes the validity of this seem off. Other than whats been said. What exactly is the point of this?
I have set my age "stupidly" high as I don't really want to show my real age and birthday on a random website.
As for my account being made today, I have had no reason to post on here before today and I'm relatively new to the homebrew community, I only hacked my 3ds about 2 months ago.

The purpose of this file? It's really just a little thing I made for myself that I decided to share, all it does is run MAKE and then makerom and CXItool automatically as I was too lazy to keep typing it in manually every time I wanted to build a CIA of my homebrews, hope that answers your questions :)
 
The download zip came up as a trojan on windows defender and as generic malware on malware bytes if anyone's concerned. Possibly incorrectly marked, but it seems fairly sketchy.
 
  • Like
Reactions: Deleted-481927
Detected as Trojan:Win32/Wacatac.A!ml

I mean, it's dropping makerom et-al to a temporary folder, but it's the random named bat/exe that's a worry. If you're not trying to do something underhanded, why not just shellexecute makerom directly?
 
  • Like
Reactions: Deleted-481927
Why not just release it as a batch script? Converting to a .exe doesn't have any advantages. Since the .exe raises a false postitive, it may cause confusion.

Nothing wrong with the .bat script itself.
 
Last edited by Deleted member 372186,
Why not just release it as a batch script? Converting to a .exe doesn't have any advantages. Since the .exe raises a false postitive, it may cause confusion.

Nothing wrong with the .bat script itself.
There's no evidence it's not a false positive
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum