CodeExplorer Posted September 17, 2017 Posted September 17, 2017 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?
evlncrn8 Posted September 17, 2017 Posted September 17, 2017 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)
CodeExplorer Posted September 17, 2017 Author Posted September 17, 2017 (edited) 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 September 17, 2017 by CodeCracker
evlncrn8 Posted September 17, 2017 Posted September 17, 2017 (edited) 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 September 17, 2017 by evlncrn8
CodeExplorer Posted September 22, 2017 Author Posted September 22, 2017 (edited) Great news, I was able to build that myself, it taked me a while. The project is named gBurnerx32Mount, you can get the source code and other nice projects from:https://gitlab.com/CodeCrackerhttps://github.com/CodeCrackerSNDhttps://bitbucket.org/CodeCrackerSND/ Edited September 22, 2017 by CodeCracker 4
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now