Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify info in nethook analyzer #1039

Merged
merged 3 commits into from
Oct 24, 2021
Merged

Simplify info in nethook analyzer #1039

merged 3 commits into from
Oct 24, 2021

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Oct 10, 2021

image

I tried to make it the root node, but it wouldn't render properly.

You need to expand Info before, since all it says is the name and whether it's a proto, it's much simpler to just say that straight away.

@yaakov-h
Copy link
Member

What was the problem with making it the root node?

@xPaw
Copy link
Member Author

xPaw commented Oct 18, 2021

I tried to make TreeNode and similar things, but it would either render only the text or the message data, but not both, which is quite strange.

@xPaw
Copy link
Member Author

xPaw commented Oct 18, 2021

Actually got it to work.

image

@@ -300,6 +300,7 @@ private void InitializeComponent()
this.itemExplorerTreeView.Name = "itemExplorerTreeView";
this.itemExplorerTreeView.Size = new System.Drawing.Size(455, 426);
this.itemExplorerTreeView.TabIndex = 0;
this.itemExplorerTreeView.ShowRootLines = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the difference between true and false here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, that would nest all children one level deeper

image

@yaakov-h yaakov-h merged commit 5d8b917 into SteamRE:master Oct 24, 2021
@xPaw xPaw deleted the nha-info branch October 24, 2021 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants