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.

Append [DIRECTION] 1

Featured Replies

  • Author
  • Localization

n97t7f7b57f, posted Fri Feb 26, 2016 8:32 pm (11657)


how
Code:
append 1
works?

i need to append file 1 to file 0 at desired offset:

Code:
log MEMORY_FILE 0 0x100000 0
Open FDSE ? 1 // less then 0x100000
get size asize 1
append 1
goto 0x4000 // desired offset in MEMORY_FILE to append
log MEMORY_FILE 0 size 1
append

but file 1 appended at offset 0x00
  • Author
  • Localization

aluigi, posted Fri Feb 26, 2016 11:15 pm (11658)


I guess you mean something like the following:
Code:
open FDSE ? 1

get SIZE asize
if SIZE > 0x100000
    math SIZE = 0x100000
endif
log MEMORY_FILE 0 SIZE
append 1
goto 0x4000 MEMORY_FILE
get SIZE asize 1
log MEMORY_FILE 0 SIZE 1
append

get SIZE asize MEMORY_FILE
log "output.dat" 0 SIZE MEMORY_FILE
  • Author
  • Localization

n97t7f7b57f, posted Sat Feb 27, 2016 6:28 am (11665)


aluigi wrote:
I guess you mean something like the following:

goto 0x4000 MEMORY_FILE
that's it! thank you aluigi
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.