Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

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.

Change of ImageBase in code section - MASM disassembler??

Featured Replies

Posted

On x64 there is no need for fixing code section, so all worked ok.
For x32 I have to change ImageBase (rebase) for code section.
For doing that I have disassemble code section or at last parse instruction and add its size,
then check for instructions I wanna fix, is there any MASM disassembler with source code?
 

why is masm a criteria ? ...

just use beaengine / distorm or similar to do the disassembly, you dont need the source, (even thougth it is available)

  • Author

My project is in MASM (that's the reason!)
Also source code needed since I wanna change some thing like getting relative address where is the dword to be fixed!

Thanks for your help!
 

Edited by CodeCracker

well masm can just call and load from any lib when linked, so just grab beaengine (easiest), look at its diassm struct and just process the structs on the disasm, its relatively easy and pretty quick and the structs would contain the dword you're looking for etc.. just grab it, read the doc, learn the struct, i think theres masm examples too

 

http://beatrix2004.free.fr/BeaEngine/index1.php

Edited by evlncrn8

nice one, congrats

Create an account or sign in to comment

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.