Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

I analyzed it with a Hex editor, but it's hard.

Featured Replies

  • Author
  • Localization

fkcpt456, posted Thu Mar 12, 2020 4:11 pm (54583)


I found an unknown programming language on the Hex editor.
Many files are inaccessible.
I don't know if unpacking is possible with bms script.

#######################################################################
#
# MAKEFILE
#
# ?f?[?^?S?"?N
#
#######################################################################


# DIRECTORYS ##########################################################

EXEDIR = ..\ex
TOOLDIR = ..\tool\fwraplnk

DATA = .

!IF "$(OS)" == "Windows_NT"
COPY = copy
!ELSE
COPY = copy /Y
!ENDIF

.SUFFIXES: .bin .dat .tmd2 .ftx .fcv .tm2 .bdx .hdx .pss

# TARGET ###############################################################
all : $(EXEDIR)\linkdata.dns

# OBJECT ###############################################################

DATA_DUMMY = \
$(DATA)\ovl.mak

DATA_OVL = \
$(DATA)\opt \
$(DATA)\tre \
$(DATA)\dic \
$(DATA)\rslt \
$(DATA)\conv \
$(DATA)\gen

# LINK #################################################################
$(EXEDIR)\linkdata.dns : $(DATA_DUMMY) \
$(DATA_OVL)
@echo "< $@ > Linking now ..."
$(TOOLDIR)\fwraplnk -o$@ -t3 <$(**: =^
)
<<
del linkdata.h
ren linkinfo.tbl linkovl.tbl
$(COPY) linkovl.tbl ..\program
del linkovl.tbl
@echo "complete!"


################## end of file ##################################
  • Author
  • Localization

LokiReborn, posted Fri Mar 13, 2020 1:14 am (54591)


That's just the contents of the Make file as the header suggests and is the entire contents, if you need help extracting files from an archive you'll need to most that as basically all you did was extract one file manually.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.