Package org.jakstab.loader

Examples of org.jakstab.loader.UnresolvedSymbol.resolve()


          AbsoluteAddress relocatedAddress = new AbsoluteAddress(
              symbolEntry.getValue() + imageBase +
              section_headers[symbolEntry.getSectionNumber() - 1].VirtualAddress
              );
          logger.debug("  New address: " + relocatedAddress);
          unresolvedSymbol.resolve(relocatedAddress);
        }
      }
    }

    inBuf = null;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.