You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to add a library in the import editor (after moving the data directory table to a new section) the new entry is red,
a name cannot be entered (doubleclicking the name allows to type it in, but then saving it makes it empty again).
The 'OriginalFirstThunk', 'NameRVA' and 'FirstThunk' are all set to 0xffffffff, and cannot be edited.
Clicking 'Add a function to the library' shows a message 'No space to add a function entry!'
Attached is the test file (strace from a cygwin distribution). strace.zip
Exact reproduction steps:
Open PE-bear (PE-bear_0.5.5_x64_win_vs17.zip)
Drag strace.exe onto PE-bear
Right click 'Sections' in the left tree, click on 'Add a new section'
'Section name': 'test', 'Raw size': 1000, 'Virtual size': 1000, check 'read' and 'write' -> OK (Section is created at RAW:9E00, VA:21000)
Go to 'Imports' tab
Click on 'Move the data directory table', use target RVA:21000 -> 'OK'
Click on 'Add a library':
A red row shows up with all pointers set to 0xffffffff
The text was updated successfully, but these errors were encountered:
Hello,
When trying to add a library in the import editor (after moving the data directory table to a new section) the new entry is red,
a name cannot be entered (doubleclicking the name allows to type it in, but then saving it makes it empty again).
The 'OriginalFirstThunk', 'NameRVA' and 'FirstThunk' are all set to 0xffffffff, and cannot be edited.
Clicking 'Add a function to the library' shows a message 'No space to add a function entry!'
Attached is the test file (strace from a cygwin distribution).
strace.zip
Exact reproduction steps:
A red row shows up with all pointers set to 0xffffffff
The text was updated successfully, but these errors were encountered: