Skip to content

Commit 945d542

Browse files
committed
Fix TE view PerformGetEntryPoint
1 parent a47ea5c commit 945d542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/pe/teview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ bool TEView::Init()
302302

303303
uint64_t TEView::PerformGetEntryPoint() const
304304
{
305-
return m_imageBase + m_entryPoint;
305+
return m_entryPoint;
306306
}
307307

308308
size_t TEView::PerformGetAddressSize() const

0 commit comments

Comments
 (0)